python-openstackclient/doc/source/command-objects/console-url.rst
Rui Chen cf20225347 Support to get server rdp/serial/mks type console url
The patch add the support to get server rdp/serial/mks
type console url, that make osc capability equal with
current nova server side feature.

Change-Id: I3dee2531c68563725187c8251d5ea8d4c02cca0c
Closes-Bug: #1605088
2016-07-21 15:43:01 +08:00

635 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]
    <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)