remove avahi and messagebus

The messagebus service is a requirement for libvirt on rhel.
This has been added to the nova::compute::libvirt module in the
following commit:
https://github.com/puppetlabs/puppetlabs-nova/pull/252
This commit is contained in:
Dan Bode 2013-03-20 13:18:44 -07:00 committed by Dan Bode
parent 945fec88d5
commit 65b0ac9180
1 changed files with 0 additions and 10 deletions

View File

@ -218,16 +218,6 @@ node /compute/ {
} ~> Service['libvirt']
} elsif $::osfamily == 'RedHat' {
package { 'avahi': ensure => present } ~>
service { 'messagebus':
ensure => running,
enable => true,
} ~>
service { 'avahi-daemon':
ensure => running,
enable => true,
} ~>
Service['libvirtd']
cinder_config { 'DEFAULT/rpc_backend': value => 'cinder.openstack.common.rpc.impl_kombu';}
file_line { 'nova_sudoers':