Set libvirt_migration_inbound_addr to single_address
Qemu has a bug described https://bugzilla.redhat.com/show_bug.cgi?id=1568939
live migration doesn't work when fqdn of machine is more than 64 chars.
The workaround is to set libvirt_migration_inbound_addr in libvirt section of
nova.conf on compute node.
This patch sets this option to single_address by default.
The patch shouldn't affect existed installations as by default
cmp hostname is resolved to single_address.
Change-Id: I7498a8e52c6519aeac053bfbdb4c5fb35190302b
Related-Prod: PROD-19294
2 files changed