You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ke...@apache.org on 2013/01/29 19:45:32 UTC

git commit: Fixing a config file typo (thanks to Nux! for finding it) and removing a libvirtd restart

Updated Branches:
  refs/heads/runbook a9fb99a14 -> 5582a30b6


Fixing a config file typo (thanks to  Nux! <nu...@li.nux.ro> 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/5582a30b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/5582a30b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/5582a30b

Branch: refs/heads/runbook
Commit: 5582a30b6ad60de5cc7c0d61a60925c9efb6dab4
Parents: a9fb99a
Author: David Nalley <da...@gnsa.us>
Authored: Tue Jan 29 13:45:23 2013 -0500
Committer: David Nalley <da...@gnsa.us>
Committed: Tue Jan 29 13:45:23 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/5582a30b/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>