Add gnocchi to events dispatchers

Lets publish events to panko and gnocchi as we support both.

Change-Id: I2d765d0d1578fd21725b99f06bda9bcb0964e173
This commit is contained in:
Pradeep Kilambi 2017-03-28 08:52:14 -04:00
parent ae1c137c96
commit 77af3b4464
2 changed files with 5 additions and 1 deletions

View File

@ -302,7 +302,7 @@ ceilometer::dispatcher::gnocchi::archive_policy: 'low'
ceilometer::dispatcher::gnocchi::resources_definition_file: 'gnocchi_resources.yaml'
# events dispatcher config
ceilometer::collector::event_dispatcher: 'panko'
ceilometer::collector::event_dispatcher: ['panko', 'gnocchi']
# Aodh
aodh::debug: "%{hiera('debug')}"

View File

@ -0,0 +1,4 @@
---
fixes:
- Add gnocchi to events dispatcher so ceilometer can
publish events to panko and gnocchi.