Fix the wrong url and command in cli_admin_manage_stacks

http://docs.openstack.org/user-guide-admin/cli_admin_manage_stacks.html
Launch and manage stacks using the CLI
1.now the url link to the index, should directly to the heatcli
2.add heat to the beginning of the command

This patch fix it

Change-Id: I281c0785c61fa61fa2b7eac5e14efec8fcaee854
Closes-Bug: #1483270
This commit is contained in:
zhu.rong 2015-08-02 08:25:07 -04:00
parent fcf29b493e
commit f046b26f08

View File

@ -21,7 +21,7 @@ For information about the:
- Basic creation and deletion of Orchestration stacks, refer
to the `OpenStack End User Guide <http://docs.openstack.org/user-guide/dashboard_stacks.html>`_
- **heat** CLI commands, see the `OpenStack Command Line Interface Reference <http://docs.openstack.org/cli-reference/content/>`_
- **heat** CLI commands, see the `OpenStack Command Line Interface Reference <http://docs.openstack.org/cli-reference/content/heatclient_commands.html>`_
As an administrator, you can also carry out stack functions
on behalf of your users. For example, to resume, suspend,
@ -29,6 +29,6 @@ or delete a stack, run:
.. code::
$ action-resume stackID
$ action-suspend stackID
$ stack-delete stackID
$ heat action-resume stackID
$ heat action-suspend stackID
$ heat stack-delete stackID