Merge "Remove outdated workaround in beaker test" into stable/ussuri

This commit is contained in:
Zuul 2020-08-31 15:28:55 +00:00 committed by Gerrit Code Review
commit 725b4c5d56
1 changed files with 0 additions and 6 deletions

View File

@ -18,12 +18,6 @@ describe 'basic vitrage' do
warning('Vitrage is not yet packaged on Ubuntu systems.') warning('Vitrage is not yet packaged on Ubuntu systems.')
} }
'RedHat': { 'RedHat': {
package { 'python-setproctitle':
ensure => present,
}
package { 'python2-cotyledon':
ensure => present,
}
include openstack_integration::vitrage include openstack_integration::vitrage
} }
default: { default: {