Merge "Enable virtlockd/virtlogd"

This commit is contained in:
Zuul 2023-03-24 08:09:48 +00:00 committed by Gerrit Code Review
commit 36d2f2d188

View File

@ -209,11 +209,6 @@ class openstack_integration::nova (
class { 'nova::compute::libvirt':
virt_type => $libvirt_virt_type,
cpu_mode => $libvirt_cpu_mode,
# virtlock and virtlog services resources are not idempotent
# on Ubuntu, let's disable it for now.
# https://tickets.puppetlabs.com/browse/PUP-6370
virtlock_service_name => false,
virtlog_service_name => false,
images_type => $images_type,
}
class { 'nova::compute::libvirt::networks': }