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

This commit is contained in:
Jenkins 2014-09-09 04:10:57 +00:00 committed by Gerrit Code Review
commit 6f7757deb8

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>