Fix beaker test

vitrage service error[1]. in order to release version as soon as possible,
add a temporary python-setproctitle package to solve this problem.

[1]http://logs.openstack.org/63/549663/1/check/puppet-openstack-beaker-centos-7/490e11f/logs/syslog.txt.gz#_Mar_05_01_51_32
Closes-Bug: #1753610

Change-Id: I806df66dbbd4c6fb42676094159a08e6c7da310f
(cherry picked from commit f21dfbd1c7)
This commit is contained in:
ZhongShengping 2018-03-06 08:42:35 +08:00 committed by zhongshengping
parent cfd46d9ee3
commit 7b25ef7447
1 changed files with 3 additions and 0 deletions

View File

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