kolla-ansible/releasenotes/notes/bug-1956976-8a2623ca1fbfd546.yaml
Radosław Piliszek 75b69ea745 Make nova_ssh listen on api_interface as well
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
2022-01-10 17:10:46 +00:00

6 lines
147 B
YAML

---
fixes:
- |
Fixes Nova resize failing when ``migration_interface`` is customised.
`LP#1956976 <https://launchpad.net/bugs/1956976>`__