diff --git a/ansible/roles/neutron/templates/neutron_lbaas.conf.j2 b/ansible/roles/neutron/templates/neutron_lbaas.conf.j2 index 6dc543dcaf..98c9045c87 100644 --- a/ansible/roles/neutron/templates/neutron_lbaas.conf.j2 +++ b/ansible/roles/neutron/templates/neutron_lbaas.conf.j2 @@ -8,8 +8,10 @@ service_provider = LOADBALANCERV2:Haproxy:neutron_lbaas.drivers.haproxy.plugin_d [service_auth] auth_url = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_public_port }}/v2.0 -admin_tenant_name = admin -admin_user = admin -admin_password = {{ keystone_admin_password }} +admin_tenant_name = service +admin_user = neutron +admin_password = {{ neutron_keystone_password }} auth_version = 2 +region = {{ openstack_region_name }} +endpoint_type = internal {% endif %}