From 7dae4978e4f3cd693a2672d1126d91e80a74abf1 Mon Sep 17 00:00:00 2001 From: Michael Still Date: Sun, 28 Apr 2013 16:32:23 +1000 Subject: Small whitespace tweak. A small indentation cleanup to the filter scheduler. Change-Id: I0dc747e483c46f7e3988f813d52f689510dd481f --- nova/scheduler/filter_scheduler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit