34eba23c7a
There are options (--rdp,--serial,--mks) in console-url.rst, but it has no these options after "os console url show", therefore, I add them. Change-Id: I4fd6b14f37cb5751021b8d33d4a65dae17e4e4e5
49 lines
670 B
ReStructuredText
49 lines
670 B
ReStructuredText
===========
|
|
console url
|
|
===========
|
|
|
|
Server remote console URL
|
|
|
|
Compute v2
|
|
|
|
console url show
|
|
----------------
|
|
|
|
Show server's remote console URL
|
|
|
|
.. program:: console url show
|
|
.. code:: bash
|
|
|
|
os console url show
|
|
[--novnc | --xvpvnc | --spice]
|
|
[--rdp | --serial | --mks]
|
|
<server>
|
|
|
|
.. option:: --novnc
|
|
|
|
Show noVNC console URL (default)
|
|
|
|
.. option:: --xvpvnc
|
|
|
|
Show xvpvnc console URL
|
|
|
|
.. option:: --spice
|
|
|
|
Show SPICE console URL
|
|
|
|
.. option:: --rdp
|
|
|
|
Show RDP console URL
|
|
|
|
.. option:: --serial
|
|
|
|
Show serial console URL
|
|
|
|
.. option:: --mks
|
|
|
|
Show WebMKS console URL
|
|
|
|
.. describe:: <server>
|
|
|
|
Server to show URL (name or ID)
|