
I checked all the 70 rst files in doc/source/command-objects and found that: -one spelling mistake as:rescure should be rescue(server.rst) -two help messages:xpvnc should be xvpvnc(console-url.rst and console.py) Change-Id: I6f46c79983eaf5650bd3aa0ab448c19f5c6527a9
36 lines
491 B
ReStructuredText
36 lines
491 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]
|
|
<server>
|
|
|
|
.. option:: --novnc
|
|
|
|
Show noVNC console URL (default)
|
|
|
|
.. option:: --xvpvnc
|
|
|
|
Show xvpvnc console URL
|
|
|
|
.. option:: --spice
|
|
|
|
Show SPICE console URL
|
|
|
|
.. describe:: <server>
|
|
|
|
Server to show URL (name or ID)
|