Merge "Deprecate support for the Nicira NVP plugin"

This commit is contained in:
Zuul 2021-09-27 18:32:46 +00:00 committed by Gerrit Code Review
commit 5e98eda930
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.