Skip to content
Snippets Groups Projects
Commit 50edb94d authored by Pierre Riteau's avatar Pierre Riteau
Browse files

neutron: fix placement endpoint type configuration

Change-Id: I3362bd283eb7fb80f5da70f2a388f89f220617ea
Closes-Bug: #1960503
parent 9fcbbfad
No related branches found
No related tags found
No related merge requests found
......@@ -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 }}
......
---
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>`__
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment