Merge "Remove compatibility codes for Puppet 3.x"

This commit is contained in:
Zuul 2020-06-04 20:02:01 +00:00 committed by Gerrit Code Review
commit 9f5ded7b94
1 changed files with 0 additions and 6 deletions

View File

@ -3,12 +3,6 @@
class vswitch::params {
include openstacklib::defaults
if versioncmp($::puppetversion, '4.0.0') < 0 and versioncmp($::puppetversion, '3.6.1') >= 0 {
Package<| tag == 'openvswitch' |> {
allow_virtual => true,
}
}
case $::osfamily {
'Redhat': {
$ovs_package_name = 'openvswitch'