neutron: fix placement endpoint type configuration

Change-Id: I3362bd283eb7fb80f5da70f2a388f89f220617ea
Closes-Bug: #1960503
This commit is contained in:
Pierre Riteau 2022-02-10 13:14:32 +01:00
parent 9fcbbfad75
commit 50edb94ded
2 changed files with 7 additions and 1 deletions

View File

@ -185,7 +185,7 @@ user_domain_name = {{ default_user_domain_name }}
project_name = service
project_domain_name = {{ default_project_domain_name }}
os_region_name = {{ openstack_region_name }}
os_interface = internal
endpoint_type = internal
cafile = {{ openstack_cacert }}
region_name = {{ openstack_region_name }}

View File

@ -0,0 +1,6 @@
---
fixes:
- |
Fixes the configuration option setting the type of endpoint used by Neutron
to send requests to Placement.
`LP#1960503 <https://bugs.launchpad.net/kolla-ansible/+bug/1960503>`__