Deprecate support for the Nicira NVP plugin

The Nicira NVP plugin was part of Neutron in very early phase but it
was split out to an independent plugin, and was rebranded to NSX-T
plugin. Because current puppet-neutron supports NSX-T plugin, we don't
expect any user is still using that ancient plugin, so let's remove it.

Change-Id: I27a36c3964fd127ae36dc69155cad0332c0a2080
This commit is contained in:
Takashi Kajinami 2021-09-24 10:41:15 +09:00
parent 41e4be6d95
commit b341a88c4a
2 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#
# DEPRECAED !!
# Configure the Nicira NVP plugin for neutron.
#
# === Parameters
@ -43,6 +43,8 @@ class neutron::plugins::nvp (
include neutron::deps
include neutron::params
warning('Support for the Nicira NVP plugin has been deprecated')
Package['neutron'] -> Package['neutron-plugin-nvp']
package { 'neutron-plugin-nvp':

View File

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