Merge "Fix some small bug in 'cli_create_and_manage_stacks.rst'"

This commit is contained in:
Jenkins 2015-10-01 17:57:48 +00:00 committed by Gerrit Code Review
commit dd2f1cc582

View File

@ -27,7 +27,7 @@ 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
$ 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