Ubuntu: Drop logic for old versions (<16.04)

... because we no longer support such old versions.
Change-Id: Ia852e2b4a0f4434e82cab8db8168394f66563142
This commit is contained in:
Takashi Kajinami
2023年01月23日 14:07:54 +09:00
parent 65cad1e93f
commit 26e77c6080

View File

@@ -255,7 +255,7 @@ class openstack_integration::tempest (
#Installmisseddependencyforneutrontests
#https://github.com/openstack/neutron/blob/master/test-requirements.txt#L20
if($::operatingsystem=='Ubuntu')and(versioncmp($::operatingsystemmajrelease,'16')>=0){
if$::operatingsystem=='Ubuntu'{
package { ['python3-ddt', 'python3-oslotest', 'python3-gabbi']:
ensure => present
}
Reference in New Issue
openstack/puppet-openstack-integration
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.