Merge "ml2: Deprecate support for Nuage mechanism driver"

This commit is contained in:
Zuul 2023-09-15 14:22:52 +00:00 committed by Gerrit Code Review
commit f89e461ee3
3 changed files with 9 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Puppet::Type.newtype(:neutron_plugin_nuage) do
ensurable
newparam(:name, :namevar => true) do
desc 'Section/setting name to manage for nuage/plugin.ini'
desc 'Section/setting name to manage for nuage/plugin.ini (DEPRECATED)'
newvalues(/\S+\/\S+/)
end

View File

@ -1,4 +1,5 @@
#
# DEPRECATED !!
# Configure the Nuage plugin for neutron.
#
# === Parameters
@ -60,6 +61,8 @@ class neutron::plugins::ml2::nuage (
include neutron::deps
include neutron::params
warning('Support for ml2 Nuage plugin has been deprecated.')
file { '/etc/neutron/plugins/nuage':
ensure => directory,
tag => 'neutron-config-file',

View File

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