Removes super admin key and replaces with keystone equiv.
Fix bug 1076742 Change-Id: I733afbd9c800fef48138c253d3e548cbafcafaf2
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
</screen>
|
||||
<note><para>If you do not wish to have the swift admin password stored in your shell's history, you may
|
||||
perform the following: </para>
|
||||
<screen><prompt>$</prompt> <userinput>export SWIFT_PROXY_CONF="/etc/swift/proxy-server.conf export ADMINPASS=$( grep super_admin_key ${SWIFT_PROXY_CONF} | awk '{ print $NF }' )</userinput> </screen>
|
||||
<screen><prompt>$</prompt> <userinput>export SWIFT_PROXY_CONF="/etc/swift/proxy-server.conf export ADMINPASS=$( grep admin_password ${SWIFT_PROXY_CONF} | awk '{ print $NF }' )</userinput> </screen>
|
||||
</note>
|
||||
</listitem>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user