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 07db40ea4a
commit 6f065f38c0

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 {