kuryr: use internal neutron endpoint

Kuryr-neutron communication should use internal endpoint because
public endpoint might be protected by SSL which fails the API call.

Change-Id: I3f98f14d4f481c17a4368cc5c2a184323c548193
Closes-Bug: #1811262
This commit is contained in:
Hongbin Lu 2019-01-13 22:36:33 +00:00
parent 199133a9cc
commit a98c06f1fd
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ default_driver = kuryr.lib.binding.drivers.veth
auth_uri = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_public_port }}
auth_url = {{ admin_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_admin_port }}
auth_type = password
endpoint_type = internal
project_domain_name = {{ default_project_domain_name }}
project_name = service
user_domain_name = {{ default_user_domain_name }}