Fix misspelling of ironic state name.
Change-Id: I27f7dd4b3b07e18b94baf15079d4bf78ea2b225a
This commit is contained in:
parent
e2f0253547
commit
f31b20623e
@ -169,7 +169,7 @@ class OperatorCloud(openstackcloud.OpenStackCloud):
|
|||||||
for count in _utils._iterate_timeout(
|
for count in _utils._iterate_timeout(
|
||||||
timeout,
|
timeout,
|
||||||
"Timeout waiting for node transition to "
|
"Timeout waiting for node transition to "
|
||||||
"target state of 'inpection'"):
|
"target state of 'inspect'"):
|
||||||
machine = self.get_machine(name_or_id)
|
machine = self.get_machine(name_or_id)
|
||||||
|
|
||||||
if "inspect failed" in machine['provision_state']:
|
if "inspect failed" in machine['provision_state']:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user