summaryrefslogtreecommitdiffstats
path: root/nova/scheduler/manager.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/scheduler/manager.py')
-rw-r--r--nova/scheduler/manager.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/nova/scheduler/manager.py b/nova/scheduler/manager.py
index ca7cd956f..136d05582 100644
--- a/nova/scheduler/manager.py
+++ b/nova/scheduler/manager.py
@@ -306,8 +306,9 @@ class SchedulerManager(manager.Manager):
return self.backdoor_port
def select_hosts(self, context, request_spec, filter_properties):
- """Returns host(s) best suited for this request_spec and
- filter_properties"""
+ """Returns host(s) best suited for this request_spec
+ and filter_properties.
+ """
hosts = self.driver.select_hosts(context, request_spec,
filter_properties)
return jsonutils.to_primitive(hosts)