Merge pull request #284 from enovance/bug/283/compute

hypervisor: force enabling libvirt-bin service
This commit is contained in:
Emilien Macchi
2014-02-20 20:20:40 +01:00

View File

@@ -109,6 +109,9 @@ Host *
migration_support => true, migration_support => true,
} }
Service<| title == 'dbus' |> { enable => true }
Service<| title == 'libvirt-bin' |> { enable => true }
class { 'nova::compute::neutron': } class { 'nova::compute::neutron': }
if $has_ceph { if $has_ceph {