Skip to content
Snippets Groups Projects
Commit 5943d3ce authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Fix placeholder for 'service_auth' section in neutron_lbaas.conf"

parents 5ad227ad c2ef7d68
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,9 @@
[service_providers]
{% if enable_octavia | bool %}
service_provider = LOADBALANCERV2:Octavia:neutron_lbaas.drivers.octavia.driver.OctaviaDriver:default
{% else %}
service_provider = LOADBALANCERV2:Haproxy:neutron_lbaas.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default
{% endif %}
[service_auth]
auth_url = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_public_port }}/v2.0
......@@ -9,8 +12,4 @@ admin_tenant_name = admin
admin_user = admin
admin_password = {{ keystone_admin_password }}
auth_version = 2
{% else %}
service_provider = LOADBALANCERV2:Haproxy:neutron_lbaas.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default
{% endif %}
{% endif %}
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