Merge "Include panko in the default dispatcher"

This commit is contained in:
Jenkins 2017-03-30 07:38:25 +00:00 committed by Gerrit Code Review
commit ebf1d47b71
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.