python-openstackclient/doc/source/command-objects/console-url.rst
zheng yin 34eba23c7a Add command option parameter in console-url.rst
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
2016-09-26 15:43:25 +08:00

670 B

console url

Server remote console URL

Compute v2

console url show

Show server's remote console URL

console url show

os console url show
    [--novnc | --xvpvnc | --spice]
    [--rdp | --serial | --mks]
    <server>

--novnc

Show noVNC console URL (default)

--xvpvnc

Show xvpvnc console URL

--spice

Show SPICE console URL

--rdp

Show RDP console URL

--serial

Show serial console URL

--mks

Show WebMKS console URL

<server>

Server to show URL (name or ID)