nova/releasenotes/notes/live_migration_uri-dependent-on-virt_type-595c46c2310f45c3.yaml
Alvaro Lopez Garcia 3159c8fd5b libvirt: make live_migration_uri flag dependent on virt_type
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
2016-02-15 09:50:01 +01:00

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'.