Swift notifications not working

Bug #1332031 reported by Vadim Rovachev
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
devstack
In Progress
Undecided
Dina Belova

Bug Description

There are no notifications coming form the Swift to Ceilometer with devstack installation.

Steps to reproduce.
1. Deploy devstack master with localrc:
http://paste.openstack.org/show/62165/

2.
go to devstack path
$ export OS_PASSWORD=nova
$ export OS_AUTH_URL=http://127.0.0.1:5000/v2.0/
$ export OS_USERNAME=admin
$ export OS_TENANT_NAME=admin
$ swift post test
$ swift upload test openrc
$ cd ..
$ swift download test openrc

3.
----------------------------------------------------------------------------------
$ ceilometer sample-list -m storage.objects.incoming.bytes

expected result:
some info about this notification

actual result:
+-------------+------+------+--------+------+-----------+
| Resource ID | Name | Type | Volume | Unit | Timestamp |
+-------------+------+------+--------+------+-----------+
+-------------+------+------+--------+------+-----------+
----------------------------------------------------------------------------------
$ ceilometer sample-list -m storage.objects.outgoing.bytes

expected result:
some info about this notification

actual result:
+-------------+------+------+--------+------+-----------+
| Resource ID | Name | Type | Volume | Unit | Timestamp |
+-------------+------+------+--------+------+-----------+
+-------------+------+------+--------+------+-----------+

----------------------------------------------------------------------------------
$ ceilometer sample-list -m storage.api.request

expected result:
some info about this notification

actual result:
+-------------+------+------+--------+------+-----------+
| Resource ID | Name | Type | Volume | Unit | Timestamp |
+-------------+------+------+--------+------+-----------+
+-------------+------+------+--------+------+-----------+

Dina Belova (dbelova)
Changed in ceilometer:
assignee: nobody → Dina Belova (dbelova)
Dina Belova (dbelova)
Changed in ceilometer:
status: New → In Progress
Revision history for this message
Dina Belova (dbelova) wrote :

the problem is with devstack that does not generates correct conf file for the swift proxy server - to have notifications we need to add ceilometer to the pipeline and add the appropriate filter too

affects: ceilometer → devstack
description: updated
summary: - Swift notification not working
+ Swift notifications not working
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.