Allow Swift to access the Ceilometer configuration
Change-Id: Idff79af1e76ebdb95c4b6b8c2622100865bd8ff3 Closes-Bug: #1322609
This commit is contained in:
parent
aafea7e521
commit
d23d30c3f2
@ -45,6 +45,14 @@ use = egg:ceilometer#swift</programlisting>
|
||||
<programlisting language="ini">[pipeline:main]
|
||||
pipeline = healthcheck cache authtoken keystoneauth ceilometer proxy-server</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>
|
||||
|
Loading…
Reference in New Issue
Block a user