add doc regarding how to console into the libvirt guests

We don't have any doc that explains how to console into libvirt
guests when they are running under a session.

Change-Id: I51c81a72ac1557ddab222d7b560ce2387ed4838c
This commit is contained in:
Wes Hayutin 2016-11-02 17:56:41 -04:00 committed by John Trowbridge
parent 0d87f22739
commit bc9b030be3
1 changed files with 5 additions and 0 deletions

View File

@ -29,6 +29,11 @@ issue <https://www.redhat.com/archives/libvirt-users/2016-March/msg00056.html>`_
the quickstart ensures that the ``XDG_RUNTIME_DIR`` variable is set
correctly.
To console into the guests you'll have to add -c qemu:///session.
For example::
$ virsh -c qemu:///session console undercloud
Where are my networks?
----------------------