From 3efb5fd561007f3b1217994edc40a9af1f87c795 Mon Sep 17 00:00:00 2001 From: qiaomin Date: Sun, 27 Nov 2016 15:02:03 +0000 Subject: [PATCH] Use the openstack command to replace the nova command Change-Id: I7894adee4cc99241cfcc17b28b877a4ed4b4d793 Implements: blueprint use-openstack-command --- doc/user-guide/source/cli-reboot-an-instance.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/user-guide/source/cli-reboot-an-instance.rst b/doc/user-guide/source/cli-reboot-an-instance.rst index f158d31b47..d475504f02 100644 --- a/doc/user-guide/source/cli-reboot-an-instance.rst +++ b/doc/user-guide/source/cli-reboot-an-instance.rst @@ -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: