summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Hooker <matt@cloudscaling.com>2011-08-03 16:45:46 -0400
committerMatthew Hooker <matt@cloudscaling.com>2011-08-03 16:45:46 -0400
commite7cb0c70384fc247a7f330ed7c4db5a3b0de814c (patch)
tree515c4ed0f5f372334dc067923a493b7c2ce1f296
parenta5add8b30c96ad1d83eebcd9756b0f358c9cb725 (diff)
align multi-line string
-rw-r--r--nova/scheduler/zone_aware_scheduler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/scheduler/zone_aware_scheduler.py b/nova/scheduler/zone_aware_scheduler.py
index 297922570..9ac0f94ed 100644
--- a/nova/scheduler/zone_aware_scheduler.py
+++ b/nova/scheduler/zone_aware_scheduler.py
@@ -265,7 +265,7 @@ class ZoneAwareScheduler(driver.Scheduler):
if topic != "compute":
raise NotImplementedError(_("Zone Aware Scheduler only understands"
- " Compute nodes (for now)"))
+ " Compute nodes (for now)"))
num_instances = request_spec.get('num_instances', 1)
instance_type = request_spec['instance_type']