Updated Branches:
  refs/heads/4.1 13ec06912 -> 456e71e3b

CLOUDSTACK-427 removing a hardcoded reference from the AWS API Setup docs


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

Branch: refs/heads/4.1
Commit: 456e71e3b3373f70af6e830050ddac752290c43f
Parents: 13ec069
Author: Joe Brockmeier <[email protected]>
Authored: Thu Feb 28 19:09:55 2013 -0600
Committer: Joe Brockmeier <[email protected]>
Committed: Thu Feb 28 19:09:55 2013 -0600

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/456e71e3/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 edc371e..f41eaa1 100644
--- a/docs/en-US/aws-ec2-user-setup.xml
+++ b/docs/en-US/aws-ec2-user-setup.xml
@@ -45,7 +45,7 @@
     <title>AWS API User Registration</title>
     <para>Each user must perform a one-time registration.  The user follows 
these steps:</para>
     <orderedlist>
-      <listitem>
+      <listitem id="obtain-access-secret-keys">
           <para>Obtain the following by looking in the &PRODUCT; UI, using the 
API, or asking the cloud administrator:
           </para>
           <itemizedlist>
@@ -69,7 +69,7 @@
               <programlisting>wget -O cloudstack-aws-api-register <ulink 
url="https://git-wip-us.apache.org/repos/asf?p=incubator-cloudstack.git;a=blob_plain;f=awsapi-setup/setup/cloudstack-aws-api-register;hb=HEAD";>"https://git-wip-us.apache.org/repos/asf?p=incubator-cloudstack.git;a=blob_plain;f=awsapi-setup/setup/cloudstack-aws-api-register;hb=HEAD";</ulink>
               </programlisting>
           </para>
-          <para> Then execute it, using the parameter values that were 
obtained in step 1. An example is shown below.</para>
+          <para> Then execute it, using the access and secret keys that were 
obtained in step <xref linkend="obtain-access-secret-keys"/>. An example is 
shown 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>:7080/awsapi</programlisting>
           </para>

Reply via email to