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:
Takashi Kajinami 2022-01-05 22:15:00 +09:00
parent 3d58688954
commit d672437fe2

View File

@ -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'