Skip to content
Snippets Groups Projects
Commit e66cb5d4 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Fix disable haproxy causes the neutron service connection error"

parents e2d3119b a4ac90d7
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,11 @@ extension_drivers = port_security ...@@ -24,7 +24,11 @@ extension_drivers = port_security
{% if enable_opendaylight | bool %} {% if enable_opendaylight | bool %}
[ml2_odl] [ml2_odl]
{% if enable_haproxy | bool %}
url = {{ internal_protocol }}://{{ kolla_internal_vip_address }}:{{ opendaylight_haproxy_restconf_port }}/controller/nb/v2/neutron url = {{ internal_protocol }}://{{ kolla_internal_vip_address }}:{{ opendaylight_haproxy_restconf_port }}/controller/nb/v2/neutron
{% else %}
url = {{ internal_protocol }}://{{ kolla_internal_vip_address }}:{{ opendaylight_restconf_port }}/controller/nb/v2/neutron
{% endif %}
username = admin username = admin
password = {{ opendaylight_password }} password = {{ opendaylight_password }}
port_binding_controller = {{ opendaylight_port_binding_type }} port_binding_controller = {{ opendaylight_port_binding_type }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment