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/34967ecb Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/34967ecb Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/34967ecb Branch: refs/heads/marvin-parallel Commit: 34967ecbfab73664a57c0290c904dd086240057b Parents: 9b665c8 Author: Jessica Tomechak <[email protected]> Authored: Tue Oct 23 15:23:56 2012 -0700 Committer: Prasanna Santhanam <[email protected]> Committed: Thu Oct 25 13:47:31 2012 +0530 ---------------------------------------------------------------------- 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/34967ecb/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>
