You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by jt...@apache.org on 2012/10/24 00:29:43 UTC

git commit: Docs. Fix bug CLOUDSTACK-406. Change AWS API port to 7080 in Installation Guide.

Updated Branches:
  refs/heads/master eeda3b973 -> b1c72c125


Docs. Fix bug CLOUDSTACK-406. Change AWS API port to 7080 in Installation Guide.


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

Branch: refs/heads/master
Commit: b1c72c1254971d2d4eb7d8ffa34b942ca92201a3
Parents: eeda3b9
Author: Jessica Tomechak <je...@gmail.com>
Authored: Tue Oct 23 15:23:56 2012 -0700
Committer: Jessica Tomechak <je...@gmail.com>
Committed: Tue Oct 23 15:24:41 2012 -0700

----------------------------------------------------------------------
 docs/en-US/aws-ec2-user-setup.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/b1c72c12/docs/en-US/aws-ec2-user-setup.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/aws-ec2-user-setup.xml b/docs/en-US/aws-ec2-user-setup.xml
index 55b2950..8607378 100644
--- a/docs/en-US/aws-ec2-user-setup.xml
+++ b/docs/en-US/aws-ec2-user-setup.xml
@@ -38,7 +38,7 @@
         <para>Set up the environment variables for the EC2 command-line tools.</para>
       </listitem>
       <listitem>
-        <para>For SOAP access, use the endpoint http://<replaceable>&PRODUCT;-management-server</replaceable>:8080/awsapi.
+        <para>For SOAP access, use the endpoint http://<replaceable>&PRODUCT;-management-server</replaceable>:7080/awsapi.
           The <replaceable>&PRODUCT;-management-server</replaceable> can be specified by a fully-qualified domain name or IP address.</para>
       </listitem>
     </itemizedlist>
@@ -68,7 +68,7 @@
         Substitute the values that were obtained in step 1 in the URL below.
       </para>
       <para>
-<programlisting>$ cloudstack-aws-api-register --apikey=<replaceable>User’s &PRODUCT; API key</replaceable> --secretkey=<replaceable>User’s &PRODUCT; Secret key</replaceable> --cert=<replaceable>/path/to/cert.pem</replaceable> --url=http://<replaceable>&PRODUCT;.server</replaceable>:8080/awsapi</programlisting>
+<programlisting>$ cloudstack-aws-api-register --apikey=<replaceable>User’s &PRODUCT; API key</replaceable> --secretkey=<replaceable>User’s &PRODUCT; Secret key</replaceable> --cert=<replaceable>/path/to/cert.pem</replaceable> --url=http://<replaceable>&PRODUCT;.server</replaceable>:7080/awsapi</programlisting>
        </para>
      </listitem>
    </orderedlist>
@@ -89,7 +89,7 @@
         <para>Set up the environment variables that will direct the tools to the server.  As a best practice, you may wish to place these commands in a script that may be sourced before using the AWS API translation feature.</para>
         <programlisting>$ export EC2_CERT=/path/to/cert.pem
 $ export EC2_PRIVATE_KEY=/path/to/private_key.pem
-$ export EC2_URL=http://<replaceable>&PRODUCT;.server</replaceable>:8080/awsapi
+$ export EC2_URL=http://<replaceable>&PRODUCT;.server</replaceable>:7080/awsapi
 $ export EC2_HOME=/path/to/EC2_tools_directory</programlisting>
       </listitem>
     </orderedlist>