live_migration setting should be under libvirt namespace

They are currently not taken into account because they have the wrong
namespaces.

Change-Id: I845bc3c533e55dd5398d6a74ee48762cfd32b8a9
(cherry picked from commit d350da5a8e)
(cherry picked from commit 9ba03482c4)
This commit is contained in:
David Vallee Delisle 2021-03-22 12:32:33 -04:00
parent c79850d207
commit 7e4bb3623c
1 changed files with 3 additions and 3 deletions

View File

@ -845,7 +845,7 @@ outputs:
nova::compute::instance_usage_audit_period: 'hour'
nova::compute::consecutive_build_service_disable_threshold: {get_param: NovaAutoDisabling}
nova::compute::live_migration_wait_for_vif_plug: {get_param: NovaLiveMigrationWaitForVIFPlug}
nova::migration::live_migration_permit_post_copy:
nova::migration::libvirt::live_migration_permit_post_copy:
if:
- permit_post_copy_set
- contains:
@ -855,7 +855,7 @@ outputs:
- reserved_huge_pages_set
- true
- false
nova::migration::live_migration_permit_auto_converge:
nova::migration::libvirt::live_migration_permit_auto_converge:
if:
- permit_auto_converge_set
- contains:
@ -873,7 +873,7 @@ outputs:
# In future versions of QEMU (2.6, mostly), danpb's native
# encryption work will obsolete the need to use TUNNELLED transport
# mode.
nova::migration::live_migration_tunnelled:
nova::migration::libvirt::live_migration_tunnelled:
if:
- enable_live_migration_tunnelled
- true