From 205e765daf06ef8179044c720a52a311b79197b9 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Thu, 8 Dec 2016 23:37:18 +0800 Subject: [PATCH] Update the "nova stop" to "openstack server stop" Change-Id: I17dc586ab27b81d94770dff10f07a37d69f44aab Implements: blueprint use-openstack-command --- .../source/cli-use-snapshots-to-migrate-instances.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/user-guide/source/cli-use-snapshots-to-migrate-instances.rst b/doc/user-guide/source/cli-use-snapshots-to-migrate-instances.rst index 673212a844..bd0f70e2dd 100644 --- a/doc/user-guide/source/cli-use-snapshots-to-migrate-instances.rst +++ b/doc/user-guide/source/cli-use-snapshots-to-migrate-instances.rst @@ -39,11 +39,11 @@ Create a snapshot of the instance | c41f3074-c82a-4837-8673-fa7e9fea7e11 | myInstance | ACTIVE | private=10.0.0.3 | cirros | +--------------------------------------+------------+--------+------------------------------+------------+ -#. Use the :command:`nova stop` command to shut down the instance: +#. Use the :command:`openstack server stop` command to shut down the instance: .. code-block:: console - $ nova stop myInstance + $ openstack server stop myInstance #. Use the :command:`openstack server list` command to confirm that the instance shows a ``SHUTOFF`` status: