75b69ea745
This is required as nova_compute tries to reach my_ip of the other node when resizing an instance and my_ip is set to api_interface_address. This potential issue was introduced with [1]. [1] https://review.opendev.org/c/openstack/kolla-ansible/+/569131 Closes-Bug: #1956976 Change-Id: Id57a672c69a2d5aa74e55f252d05bb756bbc945a
9 lines
225 B
Django/Jinja
9 lines
225 B
Django/Jinja
Port {{ nova_ssh_port }}
|
|
ListenAddress {{ api_interface_address }}
|
|
{% if migration_interface_address != api_interface_address %}
|
|
ListenAddress {{ migration_interface_address }}
|
|
{% endif %}
|
|
|
|
SyslogFacility AUTHPRIV
|
|
UsePAM yes
|