4bf765758c
This patch works several files that were not in common use back into the documents they should live with. The intended end result of this activity is to make common as lean as possible so it can be more easily translated. Also: Don't include configdrive table in user-guide since it's not relevant for audience Change-Id: Iacd5c68c639e60e8c711cb18351543e477444299
20 lines
1.3 KiB
XML
20 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<section xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
version="5.0"
|
|
xml:id="instance_console">
|
|
<title>Access an instance through a console</title>
|
|
<para>To access an instance through a VNC console, run the
|
|
following command:</para> <screen><prompt>$</prompt> <userinput>nova get-vnc-console <replaceable>INSTANCE_NAME</replaceable> xvpvnc</userinput></screen>
|
|
<para>The command returns a URL from which you can access your instance:</para>
|
|
<screen><computeroutput>+--------+------------------------------------------------------------------------------+
|
|
| Type | Url |
|
|
+--------+------------------------------------------------------------------------------+
|
|
| xvpvnc | http://166.78.190.96:6081/console?token=c83ae3a3-15c4-4890-8d45-aefb494a8d6c |
|
|
+--------+------------------------------------------------------------------------------+</computeroutput></screen>
|
|
<note><para>To access an instance through a non-VNC console, specify the
|
|
<parameter>novnc</parameter> parameter instead of the
|
|
<parameter>xvpvnc</parameter> parameter.</para></note>
|
|
</section>
|