Merge "Use neutron user in neutron_lbaas.conf and overwrite defaults"
This commit is contained in:
commit
78e00a953a
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user