You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ra...@apache.org on 2014/01/17 10:00:54 UTC

git commit: edits to the agent install cloudstack-1001

Updated Branches:
  refs/heads/master e3c201e11 -> e8359806e


edits to the agent install cloudstack-1001


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

Branch: refs/heads/master
Commit: e8359806e3bbb49292deedb5bca11dc7ab0c9b7a
Parents: e3c201e
Author: radhikap <ra...@citrix.com>
Authored: Fri Jan 17 14:30:35 2014 +0530
Committer: radhikap <ra...@citrix.com>
Committed: Fri Jan 17 14:30:35 2014 +0530

----------------------------------------------------------------------
 en-US/hyperv-agent-install.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/e8359806/en-US/hyperv-agent-install.xml
----------------------------------------------------------------------
diff --git a/en-US/hyperv-agent-install.xml b/en-US/hyperv-agent-install.xml
index a5a7d6a..a3bc916 100644
--- a/en-US/hyperv-agent-install.xml
+++ b/en-US/hyperv-agent-install.xml
@@ -34,13 +34,13 @@
   <note>
     <para>The Agent installer automatically perform this operation. You have not selected this
       option during the Agent installation, it can also be done manually as given in <xref
-        linkend="ssl"/>.</para>
+        linkend="ssl-agent"/>.</para>
   </note>
   <para/>
   <orderedlist>
     <listitem>
       <para>Create and add a self-signed SSL certificate on port 8250:</para>
-      <orderedlist numeration="loweralpha" id="ssl">
+      <orderedlist numeration="loweralpha" id="ssl-agent">
         <listitem>
           <para>Create A self-signed SSL certificate:</para>
           <programlisting>#  New-SelfSignedCertificate -DnsName apachecloudstack -CertStoreLocation Cert:\LocalMachine\My</programlisting>