Merge "Revert "Deprecate support for networking-mlnx""
This commit is contained in:
commit
18dface2c9
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
deprecations:
|
||||
- |
|
||||
Support for networking-mlnx has been deprecated and will be removed in
|
||||
a future release.
|
Loading…
Reference in New Issue
Block a user