Fixing a config file typo (thanks to Nux! <[email protected]> for finding it) and removing a libvirtd restart
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/c09c7a2d Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/c09c7a2d Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/c09c7a2d Branch: refs/heads/4.0 Commit: c09c7a2dbcbef821aa5394711164581c4c3296d4 Parents: c3c4185 Author: David Nalley <[email protected]> Authored: Tue Jan 29 13:45:23 2013 -0500 Committer: David Nalley <[email protected]> Committed: Mon Feb 18 17:53:42 2013 -0500 ---------------------------------------------------------------------- docs/runbook/en-US/kvm.xml | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/c09c7a2d/docs/runbook/en-US/kvm.xml ---------------------------------------------------------------------- diff --git a/docs/runbook/en-US/kvm.xml b/docs/runbook/en-US/kvm.xml index f6b61c2..9284fd0 100644 --- a/docs/runbook/en-US/kvm.xml +++ b/docs/runbook/en-US/kvm.xml @@ -88,10 +88,6 @@ line is present and uncommented. <screen>vnc_listen=0.0.0.0</screen> </para> - <para> - You can now just restart the libvirt daemon by issuing the following command: - <screen><prompt># </prompt><userinput><command>service</command> libvirt restart</userinput></screen> - </para> </section> <section id="sect-Runbook-KVM-Configuration-libvirt"> <title>Libvirt Configuration</title> @@ -110,7 +106,7 @@ <para>Set the following paramaters:</para> <programlisting>listen_tls = 0</programlisting> <programlisting>listen_tcp = 1</programlisting> - <programlisting>tcp_port = 16059</programlisting> + <programlisting>tcp_port = "16059"</programlisting> <programlisting>auth_tcp = "none"</programlisting> <programlisting>mdns_adv = 0</programlisting> </listitem>
