Use the openstack command to replace the nova command

Change-Id: I7894adee4cc99241cfcc17b28b877a4ed4b4d793
Implements: blueprint use-openstack-command
This commit is contained in:
qiaomin 2016-11-27 15:02:03 +00:00
parent 90815a2537
commit 3efb5fd561
1 changed files with 4 additions and 4 deletions

View File

@ -10,13 +10,13 @@ By default, when you reboot an instance, it is a soft reboot.
.. code-block:: console
$ nova reboot SERVER
$ openstack server reboot SERVER
To perform a hard reboot, pass the :option:`--hard` parameter, as follows:
.. code-block:: console
$ nova reboot --hard SERVER
$ openstack server reboot --hard SERVER
It is also possible to reboot a running instance into rescue mode. For example,
this operation may be required, if a filesystem of an instance becomes
@ -38,7 +38,7 @@ command:
.. code-block:: console
$ nova rescue SERVER
$ openstack server rescue SERVER
.. note::
@ -65,7 +65,7 @@ command:
.. code-block:: console
$ nova unrescue SERVER
$ openstack server unrescue SERVER
If you want to rescue an instance with a specific image, rather than the
default one, use the :option:`--rescue_image_ref` parameter: