Merge "Replace the deprecated libvirt_* parameters"

This commit is contained in:
Zuul 2020-10-01 14:55:27 +00:00 committed by Gerrit Code Review
commit 6120d10093

View File

@ -166,8 +166,8 @@ class openstack_integration::nova (
barbican_endpoint => $barbican_endpoint,
}
class { 'nova::compute::libvirt':
libvirt_virt_type => $libvirt_virt_type,
libvirt_cpu_mode => $libvirt_cpu_mode,
virt_type => $libvirt_virt_type,
cpu_mode => $libvirt_cpu_mode,
migration_support => true,
# virtlock and virtlog services resources are not idempotent
# on Ubuntu, let's disable it for now.