Removes a Keyring support section from End User Guide
As keyring encryption support was removed from openstackclient code, the End User Guide was updated as well by removing Keyring support section from appropriate chapter in the user guide. Change-Id: I9531b460be9a4dd2d6c1aedb33324fd9140a4538 Closes-Bug: #1419990
This commit is contained in:
@@ -136,6 +136,15 @@ export OS_CACERT=<replaceable>/path/to/cacertFile</replaceable></programlisting>
|
||||
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>
|
||||
<para>A user specifies their username and password credentials to interact
|
||||
with OpenStack, using any client command. These credentials can be specified
|
||||
using various mechanisms, namely, the environment variable or command-line argument.
|
||||
It is not safe to specify the password using either of these methods.</para>
|
||||
<para>For example, when you specify your password using the command-line client
|
||||
with the <parameter>--os-password</parameter> argument, anyone with access
|
||||
to your computer can view it in plain text with the <literal>ps</literal>
|
||||
field.</para>
|
||||
<para>To avoid storing the password in plain text, you can prompt for the
|
||||
OpenStack password interactively.</para>
|
||||
</section>
|
||||
<xi:include href="../common/section_keystone-keyring-support.xml"/>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user