Fix misspelling of ironic state name.

Change-Id: I27f7dd4b3b07e18b94baf15079d4bf78ea2b225a
This commit is contained in:
David Shrewsbury 2015-11-01 13:33:06 -05:00
parent e2f0253547
commit f31b20623e

View File

@ -169,7 +169,7 @@ class OperatorCloud(openstackcloud.OpenStackCloud):
for count in _utils._iterate_timeout(
timeout,
"Timeout waiting for node transition to "
"target state of 'inpection'"):
"target state of 'inspect'"):
machine = self.get_machine(name_or_id)
if "inspect failed" in machine['provision_state']: