Merge "Add openstack tag to glance packages"

This commit is contained in:
Jenkins
2015-02-09 21:17:17 +00:00
committed by Gerrit Code Review
8 changed files with 29 additions and 9 deletions

View File

@@ -424,7 +424,9 @@ describe 'glance::api' do
end
let(:params) { default_params }
it {should contain_package('glance-api')}
it { should contain_package('glance-api').with(
:tag => ['openstack'],
)}
end
describe 'on RedHat platforms' do
@@ -433,7 +435,9 @@ describe 'glance::api' do
end
let(:params) { default_params }
it { should contain_package('openstack-glance')}
it { should contain_package('openstack-glance').with(
:tag => ['openstack'],
)}
end
describe 'on unknown platforms' do