Remove deprecated ovs::dpdk::driver_type

... because it was deprecated during Rocky cycle[1].

[1] 3d91514806a1bb32aa2ac0fed90ced23162ccc32

Change-Id: I7989bb4ad27f7d3c438962516c42950008c53fa6
This commit is contained in:
Takashi Kajinami 2021-12-28 13:12:24 +09:00
parent 1fe71cf5e3
commit 41f864f2e1
2 changed files with 4 additions and 9 deletions

View File

@ -56,13 +56,6 @@
# NOTE: that the configuration MUST NOT be already handled by this module
# or Puppet catalog compilation will fail with duplicate resources.
#
# DEPRECATED PARAMETERS
#
# [*driver_type*]
# (Optional) The DPDK Driver type
# Defaults to 'vfio-pci'
# This parameter is required only for OVS versions <= 2.5.
#
class vswitch::dpdk (
$memory_channels = undef,
$host_core_list = undef,
@ -75,8 +68,6 @@ class vswitch::dpdk (
$revalidator_cores = undef,
$handler_cores = undef,
$vs_config = {},
# DEPRECATED PARAMETERS
$driver_type = 'vfio-pci',
) {
include vswitch::params

View File

@ -0,0 +1,4 @@
---
upgrade:
- |
The deprecaed ``ovs::dpdk::driver_type`` parameter has been removed.