Bug 1282746

Summary: Swift's proxy-server is not configured to use ceilometer
Product: [Community] RDO Reporter: Daniel Mellado <dmellado>
Component: openstack-packstackAssignee: Javier Peña <jpena>
Status: CLOSED UPSTREAM QA Contact: Shai Revivo <srevivo>
Severity: medium Docs Contact:
Priority: medium    
Version: trunkCC: aortega, chris.brown, derekh, emacchi, jpena, mfuruta, srevivo
Target Milestone: ---Keywords: Automation, Triaged
Target Release: trunk   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1296899 (view as bug list) Environment:
Last Closed: 2017-06-18 13:45:49 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1296899    

Description Daniel Mellado 2015-11-17 10:17:04 UTC
Description of problem:

The /etc/swift/proxy-server.conf generated by the installer doesn't take into consideration the object storage service for telemetry, thus there's no ceilometer support for swift.

After configuring it manually as the install guide states (http://docs.openstack.org/icehouse/install-guide/install/yum/content/ceilometer-install-swift.html) it refuses to start   


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


How reproducible:


Steps to Reproduce:
1. Install packstack
2. Run tempest.scenario.test_object_storage_telemetry_middleware.TestObjectStorageTelemetry
3. It'll fail due to swift nor configured to use ceilometer

Actual results:

Swift is not producing notifications using ceilometer. Manual attemps to fix it break swift-proxy. This is making tempest.scenario.test_object_storage_telemetry_middleware.TestObjectStorageTelemetry fail

Expected results:

To get ceilometer notifications from swift and the test passing.

Additional info:

Comment 3 Javier Peña 2016-05-18 16:04:51 UTC
https://review.openstack.org/316147 includes a proposed change that fixes this.

Comment 4 Christopher Brown 2017-06-18 13:45:49 UTC
Change was merged.