summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorwangkuntian <wangkuntian@uniontech.com>2022-07-22 16:22:43 +0800
committerwangkuntian <wangkuntian@uniontech.com>2022-07-22 17:01:17 +0800
commit2dcd6d48786664aac5b0c033ea9a4641b3ee0a15 (patch)
tree377ba6376b4fd46256518ba96d3e4e4409b52e6c /doc
parentbcb96f362ab12e297f125daa5189fb66345b4976 (diff)
downloadnova-2dcd6d48786664aac5b0c033ea9a4641b3ee0a15.tar.gz
Modify the command of getting serial console
The old command 'nova get-serial-proxy' was not found when using novaclient Change-Id: Ib106e36b77d32cdcc535e4237364b647d1cc04e0
Diffstat (limited to 'doc')
-rw-r--r--doc/source/admin/manage-logs.rst10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/source/admin/manage-logs.rst b/doc/source/admin/manage-logs.rst
index f60a523852..3a1546d8f4 100644
--- a/doc/source/admin/manage-logs.rst
+++ b/doc/source/admin/manage-logs.rst
@@ -181,12 +181,18 @@ websocket client to access the serial console.
.. rubric:: Accessing the serial console on an instance
-#. Use the :command:`nova get-serial-proxy` command to retrieve the websocket
+#. Use the :command:`nova get-serial-console` command to retrieve the websocket
URL for the serial console on the instance:
.. code-block:: console
- $ nova get-serial-proxy INSTANCE_NAME
+ $ nova get-serial-console INSTANCE_NAME
+
+ Or use the :command:`openstack console url show` command.
+
+ .. code-block:: console
+
+ $ openstack console url show --serial INSTANCE_NAME
.. list-table::
:header-rows: 0