Update the "nova stop" to "openstack server stop"
Change-Id: I17dc586ab27b81d94770dff10f07a37d69f44aab Implements: blueprint use-openstack-command
This commit is contained in:
parent
7c20c1888e
commit
205e765daf
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user