Added Step reminding users to add the ResellerAdmin to Swift’s proxy-server.conf

Added a new Step 5 instructing users to add the ResellerAdmin to the operator_roles parameter in /etc/swift/proxy-server.conf.

back port: icehouse
Closes-Bug: 1360383

Change-Id: I0111a11af3e0464960fb56d73b6ee064ae7efc6d
This commit is contained in:
Tony Campbell 2014-09-08 17:36:41 -05:00
parent b9c7c8c40d
commit 97ad5ac63e
1 changed files with 5 additions and 0 deletions

View File

@ -45,6 +45,11 @@ use = egg:ceilometer#swift</programlisting>
<programlisting language="ini">[pipeline:main]
pipeline = healthcheck cache authtoken keystoneauth ceilometer proxy-server</programlisting>
</step>
<step>
<para>Add <literal>ResellerAdmin</literal> to the
<literal>operator_roles</literal> parameter of that same file:</para>
<programlisting language="ini">operator_roles = Member,admin,swiftoperator,_member_,ResellerAdmin</programlisting>
</step>
<step>
<para>Restart the service with its new settings:</para>
<screen os="ubuntu;debian"><prompt>#</prompt> <userinput>service swift-proxy restart</userinput></screen>