Merge "Modify the command of getting serial console"

This commit is contained in:
Zuul
2022-12-20 15:05:36 +00:00
committed by Gerrit Code Review
+8 -2
View File
@@ -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