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:
parent
06ec138699
commit
568573b9b0
@ -37,7 +37,7 @@ parameters:
|
|||||||
constraints:
|
constraints:
|
||||||
- allowed_values: ['gnocchi', 'database']
|
- allowed_values: ['gnocchi', 'database']
|
||||||
CeilometerEventDispatcher:
|
CeilometerEventDispatcher:
|
||||||
default: ['gnocchi']
|
default: ['panko', 'gnocchi']
|
||||||
description: Comma-separated list of Dispatchers to process events data
|
description: Comma-separated list of Dispatchers to process events data
|
||||||
type: comma_delimited_list
|
type: comma_delimited_list
|
||||||
constraints:
|
constraints:
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- Since panko is enabled by default, include it the default dispatcher
|
||||||
|
for ceilometer events.
|
Loading…
Reference in New Issue
Block a user