Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge "live_migration setting should be under libvirt namespace" into…
Browse files Browse the repository at this point in the history
… stable/ussuri
  • Loading branch information
Zuul authored and openstack-gerrit committed Apr 13, 2021
2 parents cf52d2e + 7e4bb36 commit dca5b16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deployment/nova/nova-compute-container-puppet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,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:
Expand All @@ -857,7 +857,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:
Expand All @@ -875,7 +875,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
Expand Down

0 comments on commit dca5b16

Please sign in to comment.