Merge "Clarify the file reference in Object Storage for Telemetry"
This commit is contained in:
commit
6d7ad0cecc
@ -45,17 +45,17 @@ 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>Add the system user <literal>swift</literal> to the system group
|
||||
<literal>ceilometer</literal> to give Object Storage access to the
|
||||
<filename>ceilometer.conf</filename> file.</para>
|
||||
<screen><prompt>#</prompt> <userinput>usermod -a -G ceilometer swift</userinput></screen>
|
||||
</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>
|
||||
|
Loading…
Reference in New Issue
Block a user