[install-guide] [yum] install ceilometermiddleware on swift-proxy node
Workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1214928. Partially implements bp installguide-kilo. Change-Id: Idc6efc4e90f9bc63a632e1d4b4f07885716b1099
This commit is contained in:
parent
384d2722bd
commit
1fba5cba59
@ -69,7 +69,7 @@ pipeline = authtoken cache healthcheck keystoneauth proxy-logging ceilometer pro
|
||||
...
|
||||
paste.filter_factory = ceilometermiddleware.swift:filter_factory
|
||||
control_exchange = swift
|
||||
url = rabbit://openstack:<replaceable>RABBIT_PASS</replaceable>@<replaceable>controller></replaceable>:5672/
|
||||
url = rabbit://openstack:<replaceable>RABBIT_PASS</replaceable>@<replaceable>controller</replaceable>:5672/
|
||||
driver = messagingv2
|
||||
topic = notifications
|
||||
log_level = WARN</programlisting>
|
||||
@ -85,6 +85,11 @@ log_level = WARN</programlisting>
|
||||
Telemetry configuration files by the Object Storage service:</para>
|
||||
<screen><prompt>#</prompt> <userinput>usermod -a -G ceilometer swift</userinput></screen>
|
||||
</step>
|
||||
<step os="fedora;centos;rhel">
|
||||
<!-- Workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1214928. -->
|
||||
<para>Install the <package>ceilometermiddleware</package> package:</para>
|
||||
<screen><prompt>#</prompt> <userinput>pip install ceilometermiddleware</userinput></screen>
|
||||
</step>
|
||||
<step>
|
||||
<para>Restart the Object Storage proxy service:</para>
|
||||
<screen os="ubuntu;debian"><prompt>#</prompt> <userinput>service swift-proxy restart</userinput></screen>
|
||||
|
Loading…
Reference in New Issue
Block a user