Comment 0 for bug 2055350

Revision history for this message
Nobuto Murata (nobuto) wrote :

The charm has support of assigning a dedicated network space for live_migration_inbound_addr already:
- https://docs.openstack.org/nova/latest/configuration/config.html#libvirt.live_migration_inbound_addr
- https://bugs.launchpad.net/charm-nova-compute/+bug/1680531

However, the option wasn't enough to cover some supplementary traffic during the pre/post live-migration tasks and/or cold migration traffic. And a workaround has been implemented in to allow SSH both in the main and migration networks:
https://bugs.launchpad.net/charm-nova-cloud-controller/+bug/1969971

Now the upstream introduced a new config option "migration_inbound_addr" so we should support that to move those high-volume traffic from the main management network.
- https://blueprints.launchpad.net/nova/+spec/libvirt-migrate-with-hostname-instead-of-ip
- https://docs.openstack.org/nova/latest/configuration/config.html#libvirt.migration_inbound_addr