diff --git a/ansible/roles/neutron/templates/neutron.conf.j2 b/ansible/roles/neutron/templates/neutron.conf.j2
index 920d813343365b872d89f45d599a73d31ca6f52d..04e74854a5a997c9b970cdc6d8cef8bcd71a27bc 100644
--- a/ansible/roles/neutron/templates/neutron.conf.j2
+++ b/ansible/roles/neutron/templates/neutron.conf.j2
@@ -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 }}
 
diff --git a/releasenotes/notes/neutron-placement-endpoint-type-90073ba5ecc9e663.yaml b/releasenotes/notes/neutron-placement-endpoint-type-90073ba5ecc9e663.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..1284cc3cb3a11c967b16a0a3b8cf26d65f6aacad
--- /dev/null
+++ b/releasenotes/notes/neutron-placement-endpoint-type-90073ba5ecc9e663.yaml
@@ -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>`__