Use keystone instead of nova as example
If this section is used in the Install Guide, keystone is installed but nova not yet. Thus change the example to use keystone. Also adjust parameter to use --os-password instead of --password and use "service-list" as keystone command. Explain that this is not specific to keystone or nova but to all client commands. Change-Id: I308ba102d1217acd0a9f723643728a3e2af7f77c Closes-Bug: #1310375
This commit is contained in:
parent
d799db3614
commit
3b192dde9b
@ -118,14 +118,15 @@ export OS_AUTH_URL=http://<replaceable>controller</replaceable>:35357/v2.0</prog
|
||||
<title>Override environment variable values</title>
|
||||
<para>When you run OpenStack client commands, you can override
|
||||
some environment variable settings by using the options
|
||||
that are listed at the end of the <command>nova
|
||||
help</command> output. For example, you can override
|
||||
that are listed at the end of the <command>help</command> output
|
||||
of the various client commands. For example, you can override
|
||||
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
|
||||
password on a <command>nova</command> command, as follows:</para>
|
||||
<screen><prompt>$</prompt> <userinput>nova --password <password> image-list</userinput></screen>
|
||||
<para>Where <parameter>password</parameter> is your
|
||||
password on a <command>keystone</command> command, as
|
||||
follows:</para>
|
||||
<screen><prompt>$</prompt> <userinput>keystone --os-password <replaceable>PASSWORD</replaceable> service-list</userinput></screen>
|
||||
<para>Where <replaceable>PASSWORD</replaceable> is your
|
||||
password.</para>
|
||||
</section>
|
||||
</section>
|
||||
|
Loading…
x
Reference in New Issue
Block a user