diff --git a/manifests/nova.pp b/manifests/nova.pp index 20dbc9fe2..79162e0e5 100644 --- a/manifests/nova.pp +++ b/manifests/nova.pp @@ -207,14 +207,9 @@ class openstack_integration::nova ( false => $facts['os_service_default'] } 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, + virt_type => $libvirt_virt_type, + cpu_mode => $libvirt_cpu_mode, + images_type => $images_type, } class { 'nova::compute::libvirt::networks': } if $libvirt_rbd {