From: Zane Bitter Date: Mon, 23 Jul 2012 23:39:41 +0000 (-0400) Subject: Update GettingStarted guide to use correct state name X-Git-Tag: 2014.1~1568 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=1206b18cbd24774a2397f905da323c57ebee2be4;p=openstack-build%2Fheat-build.git Update GettingStarted guide to use correct state name This changed from IN_PROGRESS to CREATE_IN_PROGRESS in 0191587ac6a79509576e2043412020d9c4257b47. Change-Id: If1cb20f6a16e719ee423db937b591b575fd4a038 Signed-off-by: Zane Bitter --- diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst index 8219387e..10f04216 100644 --- a/docs/GettingStarted.rst +++ b/docs/GettingStarted.rst @@ -228,11 +228,11 @@ Describe the ``wordpress`` stack EOF ) -After a few seconds, the ``StackStatus`` should change from ``IN_PROGRESS`` to ``CREATE_COMPLETE``. +After a few seconds, the ``StackStatus`` should change from ``CREATE_IN_PROGRESS`` to ``CREATE_COMPLETE``. .. # Wait for Stack creation - CREATING="IN_PROGRESS" + CREATING="CREATE_IN_PROGRESS" retries=24 while $HEAT_DESCRIBE | grep -q $CREATING && ((retries-- > 0)) do