9663424c74
In the current doc, the command examples are like "os server create" but the acutal command should be started with "openstack" instead of "os", it is misleading to first time users. Change-Id: Ic7686257725e1aa8e4e0d65a712eff1c079927a8
49 lines
677 B
ReStructuredText
49 lines
677 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
|
|
|
|
openstack 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)
|