Merge pull request #284 from enovance/bug/283/compute
hypervisor: force enabling libvirt-bin service
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user