Merge "Deprecate support for the Nicira NVP plugin"
This commit is contained in:
commit
5e98eda930
@ -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