diff --git a/manifests/compute/hypervisor.pp b/manifests/compute/hypervisor.pp index bfaf91c7..05d6415c 100644 --- a/manifests/compute/hypervisor.pp +++ b/manifests/compute/hypervisor.pp @@ -109,6 +109,9 @@ Host * migration_support => true, } + Service<| title == 'dbus' |> { enable => true } + Service<| title == 'libvirt-bin' |> { enable => true } + class { 'nova::compute::neutron': } if $has_ceph {