Fix some small bug in 'cli_create_and_manage_stacks.rst'

Fix some small bug in 'cli_create_and_manage_stacks.rst':
1, delete the extra indent;
2, add missing '\' character between lines 30 and 31.

Change-Id: Iea01c51a4944654526041d4007b409a309a209c2
This commit is contained in:
chenqiaomin 2015-07-12 10:42:07 -04:00
parent 74a89947c9
commit f269f3a9a3

View File

@ -27,8 +27,8 @@ Create a stack from an example template file
file <https://git.openstack.org/cgit/openstack/heat-templates>`__, run
the following command::
$ heat stack-create mystack --template-file /PATH_TO_HEAT_TEMPLATES/WordPress_Single_Instance.template
--parameters "InstanceType=m1.large;DBUsername=USERNAME;DBPassword=PASSWORD;KeyName=HEAT_KEY;LinuxDistribution=F17"
$ heat stack-create mystack --template-file /PATH_TO_HEAT_TEMPLATES/WordPress_Single_Instance.template \
--parameters "InstanceType=m1.large;DBUsername=USERNAME;DBPassword=PASSWORD;KeyName=HEAT_KEY;LinuxDistribution=F17"
The :option:`--parameters` values that you specify depend on the parameters
that are defined in the template. If a website hosts the template
@ -123,8 +123,8 @@ To update an existing stack from a modified template file, run a command
like the following command::
$ heat stack-update mystack --template-file \
/path/to/heat/templates/WordPress_Single_Instance_v2.template \
--parameters "InstanceType=m1.large;DBUsername=wp;DBPassword=verybadpassword;KeyName=heat_key;LinuxDistribution=F17"
/path/to/heat/templates/WordPress_Single_Instance_v2.template \
--parameters "InstanceType=m1.large;DBUsername=wp;DBPassword=verybadpassword;KeyName=heat_key;LinuxDistribution=F17"
+--------------------------------------+---------------+-----------------+----------------------+
| id | stack_name | stack_status | creation_time |
+--------------------------------------+---------------+-----------------+----------------------+