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

Fix interface option for ironic-neutron-agent

The correct option to use is valid_interfaces [1], not os_endpoint_type.

[1] https://docs.openstack.org/networking-baremetal/latest/configuration/ironic-neutron-agent/config.html#ironic

Closes-Bug: #1990675
Change-Id: I35e7d3072c6340f4ecbe02f8961158bcb663954e
parent e890f161
No related branches found
No related tags found
No related merge requests found
......@@ -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 }}
---
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>`_
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