Removes super admin key and replaces with keystone equiv.

Fix bug 1076742

Change-Id: I733afbd9c800fef48138c253d3e548cbafcafaf2
This commit is contained in:
annegentle
2013-05-09 15:32:55 -05:00
parent 59e24dc150
commit 057d3a6f72

View File

@@ -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>