Fix typo in ceilometer ignore_projects filter
Change-Id: I62b2151c8c6ed3dd728953d9981c0d7cb0b59aef
This commit is contained in:
parent
620edb7a2d
commit
4ea2993fd5
@ -191,7 +191,7 @@ url = rabbit://{% for host in swift_rabbitmq_telemetry_servers.split(',') %}{{ s
|
|||||||
|
|
||||||
topic = notifications
|
topic = notifications
|
||||||
{% if swift_gnocchi_service_project_id is defined %}
|
{% if swift_gnocchi_service_project_id is defined %}
|
||||||
ignore_projects = "{{ swift_gnocchi_service_project_id }}""
|
ignore_projects = {{ swift_gnocchi_service_project_id }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
log_level = WARN
|
log_level = WARN
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user