Merge "bind_host and bind_port are coming under `api_setting"

This commit is contained in:
Zuul 2017-09-29 03:57:26 +00:00 committed by Gerrit Code Review
commit bdf704843a

View File

@ -3,10 +3,9 @@ debug = {{ octavia_logging_debug }}
log_dir = /var/log/kolla/octavia
api_handler = queue_producer
transport_url = rabbit://{% for host in groups['rabbitmq'] %}{{ rabbitmq_user }}:{{ rabbitmq_password }}@{{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }}:{{ rabbitmq_port }}{% if not loop.last %},{% endif %}{% endfor %}
[api_settings]
bind_host = {{ api_interface_address }}
bind_port = {{ octavia_api_port }}