From 3edd208cd146bade8b5a08ab0e0380b98ca1f946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Charlier?= Date: Thu, 20 Feb 2014 19:38:41 +0100 Subject: [PATCH] hypervisor: force enabling libvirt-bin service related to #283 --- manifests/compute/hypervisor.pp | 3 +++ 1 file changed, 3 insertions(+) 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 {