Skip to content

Commit d95eb6a

Browse files
committed
neutron: fix placement endpoint type configuration
Change-Id: I3362bd283eb7fb80f5da70f2a388f89f220617ea Closes-Bug: #1960503 (cherry picked from commit 50edb94)
1 parent 3c01e77 commit d95eb6a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ansible/roles/neutron/templates/neutron.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ user_domain_name = {{ default_user_domain_name }}
188188
project_name = service
189189
project_domain_name = {{ default_project_domain_name }}
190190
os_region_name = {{ openstack_region_name }}
191-
os_interface = internal
191+
endpoint_type = internal
192192
cafile = {{ openstack_cacert }}
193193
region_name = {{ openstack_region_name }}
194194

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes the configuration option setting the type of endpoint used by Neutron
5+
to send requests to Placement.
6+
`LP#1960503 <https://bugs.launchpad.net/kolla-ansible/+bug/1960503>`__

0 commit comments

Comments
 (0)