diff --git a/doc/admin-guide/source/cli_admin_manage_stacks.rst b/doc/admin-guide/source/cli_admin_manage_stacks.rst index 484195516b..fd9241ce6e 100644 --- a/doc/admin-guide/source/cli_admin_manage_stacks.rst +++ b/doc/admin-guide/source/cli_admin_manage_stacks.rst @@ -19,10 +19,16 @@ high availability. For information about: - basic creation and deletion of Orchestration stacks, refer - to the `OpenStack End User Guide `_ + to the `OpenStack End User Guide + `_ -- **heat** CLI commands, see the `OpenStack Command Line Interface Reference - `_ +- **openstack** CLI, see the `OpenStack Command-Line Interface + Reference `_ + +.. note:: + + The ``heat`` CLI is deprecated in favor of ``python-openstackclient``. + For a Python library, continue using ``python-heatclient``. As an administrator, you can also carry out stack functions on behalf of your users. For example, to resume, suspend, @@ -30,6 +36,6 @@ or delete a stack, run: .. code-block:: console - $ heat action-resume stackID - $ heat action-suspend stackID - $ heat stack-delete stackID + $ openstack stack resume STACK + $ openstack stack suspend STACK + $ openstack stack delete STACK diff --git a/doc/admin-guide/source/orchestration-stack-domain-users.rst b/doc/admin-guide/source/orchestration-stack-domain-users.rst index 303a84acca..4f2b8530bb 100644 --- a/doc/admin-guide/source/orchestration-stack-domain-users.rst +++ b/doc/admin-guide/source/orchestration-stack-domain-users.rst @@ -147,6 +147,6 @@ or:: GET v1/​{stack_domain_project_id}​/stacks/​{stack_name}​/​\ {stack_id}​/resources/​{resource_name}​/metadata -The stack owner uses the former (via ``heat resource-metadata -{stack_name} {resource_name}``), and any agents in the instance +The stack owner uses the former (via ``openstack stack resource metadata +STACK RESOURCE``), and any agents in the instance use the latter.