3159c8fd5b
The default value for the "live_migration_uri" flag should be dependent on the "virt_type" flag, as the "connection_uri" flag is. This way, an operator can set the "virt_type" flag without the need to check for each individual uri. DocImpact: Changed the default value of the "live_migration_uri" flag, that now is dependent on the "virt_type". Closes-Bug: #1298242 Change-Id: Id54f7bdfa14a19da41da554b13ba9496ee525c71
8 lines
347 B
YAML
8 lines
347 B
YAML
---
|
|
upgrade:
|
|
- The libvirt driver has changed the default value of the
|
|
'live_migration_uri' flag, that now is dependent on the 'virt_type'. The
|
|
old default 'qemu+tcp://%s/system' now is adjusted for each of the
|
|
configured hypervisors. For Xen this will be 'xenmigr://%s/system', for
|
|
kvm/qemu this will be 'qemu+tcp://%s/system'.
|