Bug 1302702 - python-ceilometermiddleware is missing in RHOS 6
Summary: python-ceilometermiddleware is missing in RHOS 6
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: python-ceilometermiddleware
Version: 6.0 (Juno)
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: 8.0 (Liberty)
Assignee: RHOS Maint
QA Contact: yeylon@redhat.com
URL:
Whiteboard:
Depends On: 1302698
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-01-28 12:15 UTC by Arx Cruz
Modified: 2016-08-01 01:04 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 1302698
Environment:
Last Closed: 2016-01-28 17:00:12 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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:


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