Remove usage of custom os_package_type fact
Currently we support usage of distro packages only, and this custom fact can be simply replaced by the default fact. Change-Id: Id297c94a4b9005d8afaf32145b30c4269019de95
This commit is contained in:
parent
3d58688954
commit
d672437fe2
@ -52,7 +52,7 @@ class tempest::params {
|
||||
'python3-virtualenv',
|
||||
'python3-pip',
|
||||
]
|
||||
if $::os_package_type == 'debian' {
|
||||
if $::operatingsystem == 'Debian' {
|
||||
$python_telemetry_tests = 'telemetry-tempest-plugin'
|
||||
$python_cinder_tests = 'cinder-tempest-plugin'
|
||||
$python_designate_tests = 'designate-tempest-plugin'
|
||||
|
Loading…
Reference in New Issue
Block a user