Merge "Remove installation of pm-utils"

This commit is contained in:
Jenkins 2016-01-16 01:12:33 +00:00 committed by Gerrit Code Review
commit 6ca6a3a561
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