From f31b20623efa653f579f137b4d4abcc0b8818e50 Mon Sep 17 00:00:00 2001 From: David Shrewsbury Date: Sun, 1 Nov 2015 13:33:06 -0500 Subject: [PATCH] Fix misspelling of ironic state name. Change-Id: I27f7dd4b3b07e18b94baf15079d4bf78ea2b225a --- shade/operatorcloud.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shade/operatorcloud.py b/shade/operatorcloud.py index f850509e3..ca2099bc2 100644 --- a/shade/operatorcloud.py +++ b/shade/operatorcloud.py @@ -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']: