Remove OvsDpdkDriverType

Configuration of DPDK driver is not supported and hence
removing it from templates

Change-Id: I67a4fa453a27d3b65f4861e27b5caff63983a72f
This commit is contained in:
vcandapp 2022-04-04 10:15:22 +00:00
parent ae176c791f
commit 7c3f9f1a83
1 changed files with 0 additions and 16 deletions

View File

@ -80,14 +80,6 @@ parameters:
type: string
tags:
- role_specific
OvsDpdkDriverType:
default: "vfio-pci"
description: >
(DEPRECATED) DPDK Driver type. Ensure the Overcloud NIC to be used for DPDK supports
this UIO/PMD driver.
type: string
tags:
- role_specific
OvsPmdCoreList:
description: >
A list or range of CPU cores for PMD threads to be pinned to. Note, NIC
@ -174,13 +166,6 @@ conditions:
is_realtime:
equals: [{get_param: [RoleParameters, TunedProfileName]}, 'realtime-virtual-host']
parameter_groups:
- label: deprecated
description: |
The following parameters are deprecated and will be removed.
parameters:
- OvsDpdkDriverType
resources:
RoleParametersDpdk:
type: OS::Heat::Value
@ -208,7 +193,6 @@ resources:
OvsDpdkCoreList: {get_param: OvsDpdkCoreList}
OvsDpdkMemoryChannels: {get_param: OvsDpdkMemoryChannels}
OvsDpdkSocketMemory: {get_param: OvsDpdkSocketMemory}
OvsDpdkDriverType: {get_param: OvsDpdkDriverType}
OvsPmdCoreList: {get_param: OvsPmdCoreList}
OvsDisableEMC: {get_param: OvsDisableEMC}
OvsDpdkEnableTSO: {get_param: OvsDpdkEnableTSO}