Merge "Use neutron user in neutron_lbaas.conf and overwrite defaults"

This commit is contained in:
Jenkins 2017-02-08 18:55:04 +00:00 committed by Gerrit Code Review
commit 78e00a953a

View File

@ -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 %}