Bind the ceilometer-api process to the api_interface only
TrivialFix Change-Id: If8590b0f053844b8f68e4e2b0a73c1b3c34f23ed
This commit is contained in:
parent
dd5265db7e
commit
3a51aadda4
@ -4,6 +4,10 @@ debug = {{ ceilometer_logging_debug }}
|
||||
log_dir = /var/log/kolla/ceilometer
|
||||
rpc_backend = rabbit
|
||||
|
||||
[api]
|
||||
port = {{ ceilometer_api_port }}
|
||||
host = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}
|
||||
|
||||
[collector]
|
||||
|
||||
[database]
|
||||
|
Loading…
Reference in New Issue
Block a user