Updated Branches: refs/heads/4.0 333e7c4ae -> 741b9172a
CLOUDSTACK-411: Adding documentation for the workaround for the issue cited in CLOUDSTACK-410. (Uncommenting vnc_listen in qemu.conf. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/741b9172 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/741b9172 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/741b9172 Branch: refs/heads/4.0 Commit: 741b9172a0a6bf43c3b82e88e865d23f7a60c936 Parents: 333e7c4 Author: Joe Brockmeier <[email protected]> Authored: Fri Jan 4 12:41:39 2013 -0600 Committer: Joe Brockmeier <[email protected]> Committed: Fri Jan 4 12:41:39 2013 -0600 ---------------------------------------------------------------------- docs/en-US/hypervisor-host-install-libvirt.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/741b9172/docs/en-US/hypervisor-host-install-libvirt.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/hypervisor-host-install-libvirt.xml b/docs/en-US/hypervisor-host-install-libvirt.xml index 34e6678..c19a65a 100644 --- a/docs/en-US/hypervisor-host-install-libvirt.xml +++ b/docs/en-US/hypervisor-host-install-libvirt.xml @@ -45,6 +45,7 @@ <programlisting>exec /usr/sbin/libvirtd -d</programlisting> <para>to (just add -l)</para> <programlisting>exec /usr/sbin/libvirtd -d -l</programlisting> + <para>You will also want to edit <filename>/etc/libvirt/qemu.conf</filename> and make sure that "vnc_listen = 0.0.0.0" is uncommented.</para> </listitem> <listitem> <para>Restart libvirt</para>
