Merge "Use keystone instead of nova as example"

This commit is contained in:
Jenkins 2014-04-21 13:28:02 +00:00 committed by Gerrit Code Review
commit 4bb27a9906

View File

@ -118,14 +118,15 @@ export OS_AUTH_URL=http://<replaceable>controller</replaceable>:35357/v2.0</prog
<title>Override environment variable values</title> <title>Override environment variable values</title>
<para>When you run OpenStack client commands, you can override <para>When you run OpenStack client commands, you can override
some environment variable settings by using the options some environment variable settings by using the options
that are listed at the end of the <command>nova that are listed at the end of the <command>help</command> output
help</command> output. For example, you can override of the various client commands. For example, you can override
the <option>OS_PASSWORD</option> setting in the the <option>OS_PASSWORD</option> setting in the
<filename><replaceable>PROJECT</replaceable>-openrc.sh</filename> <filename><replaceable>PROJECT</replaceable>-openrc.sh</filename>
file by specifying a file by specifying a
password on a <command>nova</command> command, as follows:</para> password on a <command>keystone</command> command, as
<screen><prompt>$</prompt> <userinput>nova --password &lt;password> image-list</userinput></screen> follows:</para>
<para>Where <parameter>password</parameter> is your <screen><prompt>$</prompt> <userinput>keystone --os-password <replaceable>PASSWORD</replaceable> service-list</userinput></screen>
<para>Where <replaceable>PASSWORD</replaceable> is your
password.</para> password.</para>
</section> </section>
</section> </section>