Merge "Bind the ceilometer-api process to the api_interface only"

This commit is contained in:
Jenkins 2016-07-22 03:02:46 +00:00 committed by Gerrit Code Review
commit 4196603f85
1 changed files with 4 additions and 0 deletions

View File

@ -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]