diff options
| author | William Wolf <throughnothing@gmail.com> | 2011-06-01 10:37:54 -0400 |
|---|---|---|
| committer | William Wolf <throughnothing@gmail.com> | 2011-06-01 10:37:54 -0400 |
| commit | 8b716bc23ac4e5e5398db9557757621fccb08204 (patch) | |
| tree | 577a9b69a87ca788c89fb5c21f6e1c1e5edfc9c9 /nova/compute | |
| parent | 81857037710d2bab23d151184912c194edf9018d (diff) | |
fix pep8 issues
Diffstat (limited to 'nova/compute')
| -rw-r--r-- | nova/compute/api.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nova/compute/api.py b/nova/compute/api.py index de774e807..3e991e68a 100644 --- a/nova/compute/api.py +++ b/nova/compute/api.py @@ -270,8 +270,7 @@ class API(base.Base): 'instance_type': instance_type, 'filter': 'nova.scheduler.host_filter.' - 'InstanceTypeFilter' - }, + 'InstanceTypeFilter'}, "availability_zone": availability_zone, "injected_files": injected_files, "admin_password": admin_password}}) |
