diff --git a/ansible/roles/neutron/templates/ironic_neutron_agent.ini.j2 b/ansible/roles/neutron/templates/ironic_neutron_agent.ini.j2
index 5906991f31f4c53b8abd4c7b0a2d086d52a705d2..cfb9405f341e87e797e3012ea5683f8bffa4a904 100644
--- a/ansible/roles/neutron/templates/ironic_neutron_agent.ini.j2
+++ b/ansible/roles/neutron/templates/ironic_neutron_agent.ini.j2
@@ -6,6 +6,6 @@ user_domain_id = {{ default_user_domain_id }}
 project_name = service
 username = {{ ironic_keystone_user }}
 password = {{ ironic_keystone_password }}
-os_endpoint_type = internalURL
+valid_interfaces = internal
 region_name = {{ openstack_region_name }}
 cafile = {{ openstack_cacert }}
diff --git a/releasenotes/notes/ironic-neutron-agent-interface-75fd4fbb1d3eb843.yaml b/releasenotes/notes/ironic-neutron-agent-interface-75fd4fbb1d3eb843.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..d71d9c540b8ce54a405a16242ba016440ed5d07a
--- /dev/null
+++ b/releasenotes/notes/ironic-neutron-agent-interface-75fd4fbb1d3eb843.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+  - |
+    Fixes an issue with ``ironic-neutron-agent`` using the wrong option to
+    configure the interface used to communicate with the Ironic API.
+    `LP#1990675 <https://bugs.launchpad.net/kolla-ansible/+bug/1990675>`_