summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-12-20 15:05:36 +0000
committerGerrit Code Review <review@openstack.org>2022-12-20 15:05:36 +0000
commitaec72ddeb611754bcc1bdb949d4749708be29d54 (patch)
tree049266b8b1fa737dfe14580c7f4377f87db03acd /doc
parent9881e8d62911e2c7011acf7d696a999c1aa56cfd (diff)
parent2dcd6d48786664aac5b0c033ea9a4641b3ee0a15 (diff)
downloadnova-aec72ddeb611754bcc1bdb949d4749708be29d54.tar.gz
Merge "Modify the command of getting serial console"
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