Skip to content

Commit b2a9d75

Browse files
committed
CLOUDSTACK-427 removing a hardcoded reference from the AWS API Setup docs
1 parent 38dcf4e commit b2a9d75

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/en-US/aws-ec2-user-setup.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<title>AWS API User Registration</title>
4646
<para>Each user must perform a one-time registration. The user follows these steps:</para>
4747
<orderedlist>
48-
<listitem>
48+
<listitem id="obtain-access-secret-keys">
4949
<para>Obtain the following by looking in the &PRODUCT; UI, using the API, or asking the cloud administrator:
5050
</para>
5151
<itemizedlist>
@@ -69,7 +69,7 @@
6969
<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>
7070
</programlisting>
7171
</para>
72-
<para> Then execute it, using the parameter values that were obtained in step 1. An example is shown below.</para>
72+
<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>
7373
<para>
7474
<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>
7575
</para>

0 commit comments

Comments
 (0)