[user-guide] Update the "nova delete" to "openstack server delete"
Change-Id: I57d0839c2aa9010308304b60e65b7f87311fc046 Implements: blueprint use-openstack-command
This commit is contained in:
parent
1c84986941
commit
0e5edb5ad7
@ -219,7 +219,7 @@ instance. For example:
|
||||
.. code-block:: console
|
||||
|
||||
$ nova reset-state c6bbbf26-b40a-47e7-8d5c-eb17bf65c485
|
||||
$ nova delete c6bbbf26-b40a-47e7-8d5c-eb17bf65c485
|
||||
$ openstack server delete c6bbbf26-b40a-47e7-8d5c-eb17bf65c485
|
||||
|
||||
You can also use the :option:`--active` parameter to force the instance back
|
||||
to an active state instead of an error state. For example:
|
||||
|
@ -84,7 +84,7 @@ using ISO image actually functional.
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ nova delete INSTANCE_NAME
|
||||
$ openstack server delete INSTANCE_NAME
|
||||
|
||||
#. After you delete the instance, the system you have just installed
|
||||
using your ISO image remains, because the parameter
|
||||
|
Loading…
Reference in New Issue
Block a user