python-openstackclient/doc/source/command-objects/console-url.rst
Kevin_Zheng 9663424c74 change os in command example to openstack
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
2016-12-20 09:03:29 +08:00

677 B

console url

Server remote console URL

Compute v2

console url show

Show server's remote console URL

console url show

openstack 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)