From f046b26f08fb28be1b3c96a6d54e6aade54b14a7 Mon Sep 17 00:00:00 2001 From: "zhu.rong" Date: Sun, 2 Aug 2015 08:25:07 -0400 Subject: [PATCH] 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 --- doc/user-guide-admin/source/cli_admin_manage_stacks.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/user-guide-admin/source/cli_admin_manage_stacks.rst b/doc/user-guide-admin/source/cli_admin_manage_stacks.rst index 7061312215..31e8a9c503 100644 --- a/doc/user-guide-admin/source/cli_admin_manage_stacks.rst +++ b/doc/user-guide-admin/source/cli_admin_manage_stacks.rst @@ -21,7 +21,7 @@ For information about the: - Basic creation and deletion of Orchestration stacks, refer to the `OpenStack End User Guide `_ -- **heat** CLI commands, see the `OpenStack Command Line Interface Reference `_ +- **heat** CLI commands, see the `OpenStack Command Line Interface Reference `_ 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