nova/releasenotes/notes/remove-libvirt-migration-flags-config-8bf909c1295cc53f.yaml
Pawel Koniszewski a48b6146af [libvirt] Remove live_migration_flag & block_migration_flag
Both, live_migration_flag and block_migration_flag, are deprecated since
Mitaka and marked to be removed. This patch removes these two flags
entirely from libvirt driver.

Change-Id: Ie5a7438f7c216b78ae3997b94ae2bce1b58a0361
2016-08-16 13:40:24 +00:00

10 lines
485 B
YAML

---
upgrade:
- The 'live_migration_flag' and 'block_migration_flag' options in libvirt
section that were deprecated in Mitaka have been completely removed in
Newton, because nova automatically sets correct migration flags. New config
options has been added to retain possibility to turn tunnelling,
auto-converge and post-copy on/off, respectively named
`live_migration_tunnelled`, `live_migration_permit_auto_converge` and
`live_migration_permit_post_copy`.