Merge "ml2: Deprecate support for Nuage mechanism driver"
This commit is contained in:
commit
f89e461ee3
@ -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
|
||||
|
||||
|
@ -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',
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
deprecations:
|
||||
- |
|
||||
Support for ML2 Nuage plugin has been deprecated and will be removed in
|
||||
a future release.
|
Loading…
Reference in New Issue
Block a user