hypervisor: force enabling libvirt-bin service

related to #283
This commit is contained in:
François Charlier
2014-02-20 19:38:41 +01:00
parent 0ecb7dbbb0
commit 3edd208cd1

View File

@@ -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 {