File: console-url.rst

package info (click to toggle)
python-openstackclient 2.3.0-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 3,376 kB
  • sloc: python: 39,869; makefile: 158; sh: 40
file content (35 lines) | stat: -rw-r--r-- 490 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
===========
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 xpvnc console URL

.. option:: --spice

    Show SPICE console URL

.. describe:: <server>

    Server to show URL (name or ID)