summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Still <mikal@stillhq.com>2013-04-28 16:32:23 +1000
committerMichael Still <mikal@stillhq.com>2013-04-30 14:02:40 +1000
commit7dae4978e4f3cd693a2672d1126d91e80a74abf1 (patch)
tree654b6fd0eaa20a6223ec2b3f3a41b387493661ba
parent5eca019eabaae58fac02f7e341b9bcec1cc90e7d (diff)
downloadnova-7dae4978e4f3cd693a2672d1126d91e80a74abf1.tar.gz
nova-7dae4978e4f3cd693a2672d1126d91e80a74abf1.tar.xz
nova-7dae4978e4f3cd693a2672d1126d91e80a74abf1.zip
Small whitespace tweak.
A small indentation cleanup to the filter scheduler. Change-Id: I0dc747e483c46f7e3988f813d52f689510dd481f
-rw-r--r--nova/scheduler/filter_scheduler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/scheduler/filter_scheduler.py b/nova/scheduler/filter_scheduler.py
index 434a791d4..5afa8dc91 100644
--- a/nova/scheduler/filter_scheduler.py
+++ b/nova/scheduler/filter_scheduler.py
@@ -74,7 +74,7 @@ class FilterScheduler(driver.Scheduler):
{'num_instances': len(instance_uuids)})
weighed_hosts = self._schedule(context, request_spec,
- filter_properties, instance_uuids)
+ filter_properties, instance_uuids)
# NOTE(comstud): Make sure we do not pass this through. It
# contains an instance of RpcContext that cannot be serialized.