Add region to Monasca Log API
This is required for upcoming log query support and it also causes an error in the Keystone middleware if it's missing. Partially-Implements: blueprint monasca-roles Change-Id: I2bcb32bc0c079c799d2b0e45a97b454d38896986
This commit is contained in:
parent
9c2e0b81d5
commit
645853bce9
@ -3,6 +3,9 @@ log_file = monasca-log-api.log
|
||||
log_dir = /var/log/kolla/monasca
|
||||
debug = {{ monasca_logging_debug }}
|
||||
|
||||
[service]
|
||||
region = {{ openstack_region_name }}
|
||||
|
||||
[kafka_healthcheck]
|
||||
kafka_topics = {{ monasca_raw_logs_topic }}
|
||||
kafka_url = {{ monasca_kafka_servers }}
|
||||
|
Loading…
Reference in New Issue
Block a user