nova/releasenotes/notes/libvirt_fix_ipv6_live_migration-bbcde8f3b7d17921.yaml
Sergii Golovatiuk 8b019d6f1e libvirt: Always escape IPv6 addresses when used in migration URI
If IPv6 is passed to URI it should be wrapped within square brackets.
This patch detects IPv6 to form migration URI properly. Domain name, IPv4 or
already bracketed IPv6 address will pass as is

Extend tests to include collapsed IPv6 addresses and IPv6 addresses with
port

Change-Id: I1201db996ea6ceaebd49479b298d74585a78b006
Closes-Bug: #1786058
2018-08-22 09:02:29 -04:00

5 lines
125 B
YAML

---
fixes:
- A change has been introduced in the libvirt driver to correctly handle
IPv6 addresses for live migration.