Merge "Replace the usage of 'admin_manager' with 'os_admin'"
This commit is contained in:
commit
37b556ab7a
@ -95,7 +95,7 @@ class InspectorScenarioTest(BaremetalScenarioTest):
|
|||||||
self.baremetal_client.set_node_provision_state(self, uuid, state)
|
self.baremetal_client.set_node_provision_state(self, uuid, state)
|
||||||
|
|
||||||
def hypervisor_stats(self):
|
def hypervisor_stats(self):
|
||||||
return (self.admin_manager.hypervisor_client.
|
return (self.os_admin.hypervisor_client.
|
||||||
show_hypervisor_statistics())
|
show_hypervisor_statistics())
|
||||||
|
|
||||||
def server_show(self, uuid):
|
def server_show(self, uuid):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user