a48b6146af
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
10 lines
485 B
YAML
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`.
|