You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ml...@apache.org on 2013/01/30 21:55:08 UTC

[33/50] git commit: Missing quotes in libvirt configuration instructions. Thanks to Nux! for finding the issue

Missing quotes in libvirt configuration instructions. Thanks to  Nux! <nu...@li.nux.ro> for finding the issue


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/74efaada
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/74efaada
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/74efaada

Branch: refs/heads/add_remove_nics
Commit: 74efaada271879b62b0317ebb3b0c76a995c8ece
Parents: ca7b8b0
Author: David Nalley <da...@gnsa.us>
Authored: Tue Jan 29 13:50:11 2013 -0500
Committer: David Nalley <da...@gnsa.us>
Committed: Tue Jan 29 13:50:11 2013 -0500

----------------------------------------------------------------------
 docs/en-US/hypervisor-host-install-libvirt.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/74efaada/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..8ba2fe9 100644
--- a/docs/en-US/hypervisor-host-install-libvirt.xml
+++ b/docs/en-US/hypervisor-host-install-libvirt.xml
@@ -31,7 +31,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>