Bug 1302702

Summary: python-ceilometermiddleware is missing in RHOS 6
Product: Red Hat OpenStack Reporter: Arx Cruz <acruz>
Component: python-ceilometermiddlewareAssignee: RHOS Maint <rhos-maint>
Status: CLOSED NOTABUG QA Contact: yeylon <yeylon>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.0 (Juno)CC: apevec, jschluet, lhh, pkilambi, srevivo, tkammer, yeylon
Target Milestone: ---Keywords: Automation, AutomationBlocker
Target Release: 8.0 (Liberty)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 1302698 Environment:
Last Closed: 2016-01-28 17:00:12 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: 1302698    
Bug Blocks:    

Description Arx Cruz 2016-01-28 12:15:02 UTC
+++ This bug was initially created as a clone of Bug #1302698 +++

Description of problem:
In order to have swift proxy-server notifications working, it requires the python-ceilometermiddleware package, however, the package isn't available on RHOS 5, or RHOS 6.
Which make the tempest test tempest.scenario.test_object_storage_telemetry_middleware.TestObjectStorageTelemetry.test_swift_middleware_notifies.

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


How reproducible:


Steps to Reproduce:
1. Install packstack
2. Edit in the controller the file /etc/swift/proxy-server.conf
3. add the following session:

[filter:ceilometer]
paste.filter_factory = ceilometermiddleware.swift:filter_factory
control_exchange = swift
url = rabbit://guest:guest@controller:5672/
driver = messagingv2
topic = notifications
log_level = WARN

4: Add ceilometer in pipeline list under [pipeline:main] in /etc/swift/proxy-server.conf file
5: restart openstack-swift-proxy service

Actual results:
openstack-swift-proxy service fails 

Expected results:
openstack-swift-proxy service restart successfully and tempest.scenario.test_object_storage_telemetry_middleware.TestObjectStorageTelemetry.test_swift_middleware_notifies pass

Additional info: