Replace the deprecated libvirt_* parameters
Depends-on: https://review.opendev.org/#/c/748666/ Change-Id: I49c0b81d339332767e8f3d274b758bff6009f0c2
This commit is contained in:
parent
23d77c8e9a
commit
987c9b7dcd
@ -167,8 +167,8 @@ class openstack_integration::nova (
|
|||||||
barbican_endpoint => $barbican_endpoint,
|
barbican_endpoint => $barbican_endpoint,
|
||||||
}
|
}
|
||||||
class { 'nova::compute::libvirt':
|
class { 'nova::compute::libvirt':
|
||||||
libvirt_virt_type => $libvirt_virt_type,
|
virt_type => $libvirt_virt_type,
|
||||||
libvirt_cpu_mode => $libvirt_cpu_mode,
|
cpu_mode => $libvirt_cpu_mode,
|
||||||
migration_support => true,
|
migration_support => true,
|
||||||
# virtlock and virtlog services resources are not idempotent
|
# virtlock and virtlog services resources are not idempotent
|
||||||
# on Ubuntu, let's disable it for now.
|
# on Ubuntu, let's disable it for now.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user