From bc9b030be3ba1d429ce6f50fb512a7f475b8029b Mon Sep 17 00:00:00 2001 From: Wes Hayutin Date: Wed, 2 Nov 2016 17:56:41 -0400 Subject: [PATCH] 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 --- doc/source/accessing-libvirt.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/source/accessing-libvirt.rst b/doc/source/accessing-libvirt.rst index 784a99bcf..6f9ade90f 100644 --- a/doc/source/accessing-libvirt.rst +++ b/doc/source/accessing-libvirt.rst @@ -29,6 +29,11 @@ issue `_ 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? ----------------------