Include panko in the default dispatcher

panko is enabled by default, we might as well make it
the default dispatcher along with gnocchi.

Closes-bug: #1676900

Change-Id: Icb6c98ed0810724e4445d78f3d34d8b71db826ae
This commit is contained in:
Pradeep Kilambi 2017-03-28 08:04:21 -04:00
parent 06ec138699
commit 568573b9b0
2 changed files with 5 additions and 1 deletions

View File

@ -37,7 +37,7 @@ parameters:
constraints:
- allowed_values: ['gnocchi', 'database']
CeilometerEventDispatcher:
default: ['gnocchi']
default: ['panko', 'gnocchi']
description: Comma-separated list of Dispatchers to process events data
type: comma_delimited_list
constraints:

View File

@ -0,0 +1,4 @@
---
fixes:
- Since panko is enabled by default, include it the default dispatcher
for ceilometer events.