7f457cd928
The "os_region" param is missing in the ironic_neutron_agent.ini.j2 file. Without specifying the region, the neutron service will randomly pick a region for the ironic-neutron-agent. Therefore, a list of incorrect agents might be created in the neutron database "agents" table for nodes from other regions. To list all neutron agents, use 'openstack network agent list'. Change-Id: Idec265230d0ab63b7559d94690c059608dc2617e Closes-bug: #1853464
11 lines
340 B
Django/Jinja
11 lines
340 B
Django/Jinja
[ironic]
|
|
auth_url = {{ keystone_admin_url }}
|
|
auth_type = password
|
|
project_domain_id = {{ default_project_domain_id }}
|
|
user_domain_id = {{ default_user_domain_id }}
|
|
project_name = service
|
|
username = {{ neutron_keystone_user }}
|
|
password = {{ neutron_keystone_password }}
|
|
os_endpoint_type = internalURL
|
|
os_region = {{ openstack_region_name }}
|