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

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1302702 (view as bug list)
Environment:
Last Closed: 2016-01-28 16:59:54 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Arx Cruz 2016-01-28 12:13:17 UTC
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.