]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Update GettingStarted guide to use correct state name
authorZane Bitter <zbitter@redhat.com>
Mon, 23 Jul 2012 23:39:41 +0000 (19:39 -0400)
committerZane Bitter <zbitter@redhat.com>
Mon, 23 Jul 2012 23:41:06 +0000 (19:41 -0400)
This changed from IN_PROGRESS to CREATE_IN_PROGRESS in
0191587ac6a79509576e2043412020d9c4257b47.

Change-Id: If1cb20f6a16e719ee423db937b591b575fd4a038
Signed-off-by: Zane Bitter <zbitter@redhat.com>
docs/GettingStarted.rst

index 8219387ec64631943c3181c153d513d3e6e507b0..10f04216764ed585b7ae584c4f06d03f3e8a8e6e 100644 (file)
@@ -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="<StackStatus>IN_PROGRESS</StackStatus>"
+    CREATING="<StackStatus>CREATE_IN_PROGRESS</StackStatus>"
     retries=24
     while $HEAT_DESCRIBE | grep -q $CREATING && ((retries-- > 0))
     do