Bug 1375114 - Enabling ceilometer metering for swift on OSP8 won't work due to Bug 1374871
Summary: Enabling ceilometer metering for swift on OSP8 won't work due to Bug 1374871
Keywords:
Status: CLOSED EOL
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: documentation
Version: 8.0 (Liberty)
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: ---
: 10.0 (Newton)
Assignee: RHOS Documentation Team
QA Contact: RHOS Documentation Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-09-12 08:23 UTC by Masaki Furuta ( RH )
Modified: 2019-12-16 06:43 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-04-02 13:35:08 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Masaki Furuta ( RH ) 2016-09-12 08:23:47 UTC
Description of problem:

- In INSTALLATION REFERENCE for RED HAT OPENSTACK PLATFORM 8 , we describe following steps for enabling ceilometer metering for swift, but it won't work due to  Bug 1374871


At ⁠12.10. CONFIGURE MONITORED SERVICES
   https://access.redhat.com/documentation/en/red-hat-openstack-platform/version-8/installation-reference/#Configuring_Monitored_Services

~~~
Object Storage service (swift)

  The Telemetry service collects samples from the Object Storage service (swift) through the ResellerAdmin role that was created when configuring the required Identity records for Telemetry. You must also configure the Object Storage service to process traffic from ceilometer.

1. Open the /etc/swift/proxy-server.conf file in a text editor, and add or update the following lines:

[filter:ceilometer]
use = egg:ceilometer#swift

[pipeline:main]
pipeline = healthcheck cache authtoken keystoneauth ceilometer proxy-server

2. Add the swift user to the ceilometer group:

# usermod -a -G ceilometer swift

3. Allow the Object Storage service to output logs to /var/log/ceilometer/swift-proxy-server.log:

# touch /var/log/ceilometer/swift-proxy-server.log
# chown ceilometer:ceilometer /var/log/ceilometer/swift-proxy-server.log
# chmod 664 /var/log/ceilometer/swift-proxy-server.log
~~~

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:


Note You need to log in before you can comment on or make changes to this bug.