From ab2d8c1f813b10ff0f4784d4a37900326387b000 Mon Sep 17 00:00:00 2001 From: qiaomin Date: Mon, 5 Dec 2016 11:52:20 +0000 Subject: [PATCH] Use the openstack command to replace the nova command This patch use 'openstack server delete' to replace the 'nova delete' command. Change-Id: I37de12213116c099b162405cc69980af1301fd2d Implements: blueprint use-openstack-command --- doc/user-guide/source/cli-delete-an-instance.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/user-guide/source/cli-delete-an-instance.rst b/doc/user-guide/source/cli-delete-an-instance.rst index b4c7ddbfcf..d67a4d7853 100644 --- a/doc/user-guide/source/cli-delete-an-instance.rst +++ b/doc/user-guide/source/cli-delete-an-instance.rst @@ -17,13 +17,13 @@ When you no longer need an instance, you can delete it. | d7efd3e4... | newServer | ERROR | None | NOSTATE | | centos | +-------------+----------------------+--------+------------+-------------+------------------+------------+ -#. Run the :command:`nova delete` command to delete the instance. The following - example shows deletion of the ``newServer`` instance, which is in - ``ERROR`` state: +#. Run the :command:`openstack server delete` command to delete the instance. + The following example shows deletion of the ``newServer`` instance, which + is in ``ERROR`` state: .. code-block:: console - $ nova delete newServer + $ openstack server delete newServer The command does not notify that your server was deleted.