Merge "Remove the use of os-hosts API that will be deprecated"
This commit is contained in:
commit
dce53d7361
@ -173,9 +173,7 @@ class BaseInfraOptimScenarioTest(manager.ScenarioTest):
|
|||||||
|
|
||||||
:param metrics: The metrics add to resource when using Gnocchi
|
:param metrics: The metrics add to resource when using Gnocchi
|
||||||
"""
|
"""
|
||||||
host_client = self.mgr.hosts_client
|
compute_nodes = self.get_compute_nodes_setup()
|
||||||
all_hosts = host_client.list_hosts()['hosts']
|
|
||||||
compute_nodes = [x for x in all_hosts if x['service'] == 'compute']
|
|
||||||
|
|
||||||
created_instances = []
|
created_instances = []
|
||||||
for _ in compute_nodes[:CONF.compute.min_compute_nodes]:
|
for _ in compute_nodes[:CONF.compute.min_compute_nodes]:
|
||||||
|
Loading…
Reference in New Issue
Block a user