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/b2a9d755 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/b2a9d755 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/b2a9d755 Branch: refs/heads/vim51_win8 Commit: b2a9d7558cf28ad33374e944df6c4361dbab0a8b Parents: 38dcf4e Author: Joe Brockmeier <[email protected]> Authored: Thu Feb 28 19:09:55 2013 -0600 Committer: Joe Brockmeier <[email protected]> Committed: Thu Feb 28 19:10:54 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/b2a9d755/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>
