Remove installation of pm-utils

pm-utils was installed on compute nodes because of bug
in libvirt packaging. This should be long fixed and pm-utils
it's self is long dead in upstream. Libvirt dependancy on
pm-utils was removed around April 2014[1].

[1] - http://libvirt.org/git/?p=libvirt.git;a=commit;h=ec70f3696f2eb0012f0cb693dd8c1a569d118240

Change-Id: Ib5f2ee9b4ab58a32fd5f8c4ad514223795bd5225
This commit is contained in:
Lukas Bezdicka 2015-09-10 13:11:55 +02:00
parent 4a9ba6ac29
commit 2e801bf43e
2 changed files with 0 additions and 9 deletions

View File

@ -228,11 +228,6 @@ class nova::compute (
}
}
package { 'pm-utils':
ensure => present,
tag => ['openstack', 'nova-support-package'],
}
nova_config {
'DEFAULT/force_raw_images': value => $force_raw_images;
}

View File

@ -33,10 +33,6 @@ describe 'nova::compute' do
:ensure => 'present',
) }
it { is_expected.to contain_package('pm-utils').with(
:ensure => 'present'
) }
it { is_expected.to contain_nova_config('DEFAULT/force_raw_images').with(:value => true) }
it 'configures availability zones' do