update dispatcher configurations for database backend
Ceilometer dispatcher configurations are there to have gnocchi as backend but when we use mongodb or mysql dispatcher configurations are missing. Closes-Bug: #1640166 (cherry picked from commit d99659050763c71e63ed8b57cbf16d4ce85980fa) Change-Id: I9cdfc6e2208978e72b76bff7f6a1cba80386ffa8
This commit is contained in:
committed by
Eduardo Gonzalez
parent
463e5a2f1c
commit
a354f03409
@@ -15,6 +15,8 @@ event_dispatchers = panko
|
|||||||
|
|
||||||
{% if ceilometer_database_type == 'gnocchi' %}
|
{% if ceilometer_database_type == 'gnocchi' %}
|
||||||
meter_dispatchers = gnocchi
|
meter_dispatchers = gnocchi
|
||||||
|
{% else %}
|
||||||
|
meter_dispatchers = database
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
[api]
|
[api]
|
||||||
|
|||||||
Reference in New Issue
Block a user