summaryrefslogtreecommitdiffstats
path: root/nova/scheduler/manager.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-06-13 05:35:00 +0000
committerGerrit Code Review <review@openstack.org>2013-06-13 05:35:00 +0000
commit992e75aaa1321fec212ca87f7bf263873d94d80c (patch)
treef2f5c40fdc909bc5bf3bad958d44bac30108fe11 /nova/scheduler/manager.py
parent53f62b33caa71de1da3163e0f835e39ea7a64ee8 (diff)
parent1bf87dda57b076e042301eeafa966283265d08cf (diff)
downloadnova-992e75aaa1321fec212ca87f7bf263873d94d80c.tar.gz
nova-992e75aaa1321fec212ca87f7bf263873d94d80c.tar.xz
nova-992e75aaa1321fec212ca87f7bf263873d94d80c.zip
Merge "Fix and enable H403 tests"
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 52ef71e62..9429a0662 100644
--- a/nova/scheduler/manager.py
+++ b/nova/scheduler/manager.py
@@ -309,8 +309,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)