notification service fails to retrieve filter_project
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ceilometer |
New
|
Undecided
|
Unassigned |
Bug Description
Devstack deployed ceilometer, configures "filter_project" value in pipeline.yaml to "gnocchi_swift", however, no such project exists in keystone
~~~
$ openstack project list
+------
| ID | Name |
+------
| 25ab3dce20964b6
| 4419baf5696a40b
| 83047a70e2994f4
| 8df083d03d4d44a
| 8e9ecb10ee19490
| 933fd5dc46c844b
| d66e29cf2744414
| e37360e0aafc4c9
+------
~~~
As a result these messages are logged. The project for which these messages are logged is also missing from the logs.
~~~
Sep 07 11:19:05 dell-m620-
Sep 07 11:19:16 dell-m620-
Sep 07 11:19:16 dell-m620-
~~~
Filter_project should be set to "service". To better understand, the project for which these messages are logged should be added.
affects: | ceilometer → devstack |
Ceilometer isn't deployed by devstack, but by a plugin that is created by ceilometer, so the first association was in fact correct.