diff options
| author | Matthew Hooker <matt@cloudscaling.com> | 2011-08-03 15:05:57 -0400 |
|---|---|---|
| committer | Matthew Hooker <matt@cloudscaling.com> | 2011-08-03 15:05:57 -0400 |
| commit | 6203ae5d5b285d62bd2c1bf1f2f11d3b64b53511 (patch) | |
| tree | 27e4925c85ac1b536a499cc48da6f6a34341bc77 | |
| parent | 4aada43cc0d1a3cb32094d6d6be1eb662f01d063 (diff) | |
pep8 fixes
| -rw-r--r-- | nova/scheduler/zone_aware_scheduler.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/scheduler/zone_aware_scheduler.py b/nova/scheduler/zone_aware_scheduler.py index 8440421e1..297922570 100644 --- a/nova/scheduler/zone_aware_scheduler.py +++ b/nova/scheduler/zone_aware_scheduler.py @@ -264,8 +264,8 @@ class ZoneAwareScheduler(driver.Scheduler): """ if topic != "compute": - raise NotImplementedError(_("Zone Aware Scheduler only understands " - "Compute nodes (for now)")) + raise NotImplementedError(_("Zone Aware Scheduler only understands" + " Compute nodes (for now)")) num_instances = request_spec.get('num_instances', 1) instance_type = request_spec['instance_type'] |
