From 1206b18cbd24774a2397f905da323c57ebee2be4 Mon Sep 17 00:00:00 2001 From: Zane Bitter Date: Mon, 23 Jul 2012 19:39:41 -0400 Subject: [PATCH] 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 --- docs/GettingStarted.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.45.2