Merge "Revert "Deprecate support for networking-mlnx""

This commit is contained in:
Zuul 2021-07-26 14:07:48 +00:00 committed by Gerrit Code Review
commit 18dface2c9
4 changed files with 0 additions and 15 deletions

View File

@ -1,7 +1,6 @@
#
# == Class: neutron::agents::ml2::mlnx
#
# DEPRECATED !
# Setups MLNX neutron agent when using ML2 plugin
#
# === Parameters
@ -74,7 +73,6 @@ class neutron::agents::ml2::mlnx (
$ipoib_physical_interface = $::os_service_default,
$enable_multi_interface_driver_cache_maintenance = false,
) {
warning('Support for networking-mlnx has been deprecated')
include neutron::deps
include neutron::params

View File

@ -1,7 +1,4 @@
#
# == Class: neutron::plugins::ml2::mellanox
#
# DEPRECATED !
# Install the Mellanox plugins and generate the config file
# from parameters in the other classes.
#
@ -17,7 +14,6 @@
class neutron::plugins::ml2::mellanox (
$package_ensure = 'present'
) {
warning('Support for networking-mlnx has been deprecated')
include neutron::deps
include neutron::params

View File

@ -1,7 +1,4 @@
#
# == Class: neutron::plugins::ml2::mellanox::mlnx_sdn_assist
#
# DEPRECATED !
# Install the OpenDaylight and generate config file
# from parameters in the other classes.
#
@ -53,7 +50,6 @@ class neutron::plugins::ml2::mellanox::mlnx_sdn_assist (
$bind_normal_ports = false,
$bind_normal_ports_physnets = [],
) {
warning('Support for networking-mlnx has been deprecated')
include neutron::deps
require neutron::plugins::ml2

View File

@ -1,5 +0,0 @@
---
deprecations:
- |
Support for networking-mlnx has been deprecated and will be removed in
a future release.