Move transport_url parameter before service_providers section
TrivialFix Change-Id: I3ab030e4723afb032011b7aacf4b909764e954f0
This commit is contained in:
parent
abf4193aa7
commit
4bdf43c34d
@ -44,13 +44,13 @@ max_l3_agents_per_router = {{ max_l3_agents_per_router }}
|
|||||||
min_l3_agents_per_router = {{ min_l3_agents_per_router }}
|
min_l3_agents_per_router = {{ min_l3_agents_per_router }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
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 %}
|
||||||
|
|
||||||
{% if enable_neutron_lbaas | bool %}
|
{% if enable_neutron_lbaas | bool %}
|
||||||
[service_providers]
|
[service_providers]
|
||||||
service_provider = LOADBALANCERV2:Haproxy:neutron_lbaas.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default
|
service_provider = LOADBALANCERV2:Haproxy:neutron_lbaas.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
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 %}
|
|
||||||
|
|
||||||
[nova]
|
[nova]
|
||||||
auth_url = {{ keystone_admin_url }}
|
auth_url = {{ keystone_admin_url }}
|
||||||
auth_type = password
|
auth_type = password
|
||||||
|
Loading…
Reference in New Issue
Block a user