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:
parent
41e4be6d95
commit
b341a88c4a
@ -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':
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
deprecations:
|
||||
- |
|
||||
Support for the Nicira NVP plugin has been deprecated and will be removed
|
||||
in a future release.
|
Loading…
Reference in New Issue
Block a user