Merge "Deprecate support for networking-vpp"
This commit is contained in:
commit
8a4b7ead61
@ -1,5 +1,6 @@
|
|||||||
# == Class: neutron::agents::ml2::vpp
|
# == Class: neutron::agents::ml2::vpp
|
||||||
#
|
#
|
||||||
|
# DEPRECATED !!
|
||||||
# Configure networking-vpp Neutron agent for ML2 plugin.
|
# Configure networking-vpp Neutron agent for ML2 plugin.
|
||||||
#
|
#
|
||||||
# === Parameters
|
# === Parameters
|
||||||
@ -61,6 +62,8 @@ class neutron::agents::ml2::vpp (
|
|||||||
include neutron::deps
|
include neutron::deps
|
||||||
include neutron::params
|
include neutron::params
|
||||||
|
|
||||||
|
warning('Support for the networking-vpp plugin has been deprecated.')
|
||||||
|
|
||||||
resources { 'neutron_agent_vpp':
|
resources { 'neutron_agent_vpp':
|
||||||
purge => $purge_config,
|
purge => $purge_config,
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
|
# == Class: neutron::plugins::ml2::vpp
|
||||||
#
|
#
|
||||||
|
# DEPRECATED !!
|
||||||
# Install the networking-vpp ML2 mechanism driver and generate config file
|
# Install the networking-vpp ML2 mechanism driver and generate config file
|
||||||
# from parameters in the other classes.
|
# from parameters in the other classes.
|
||||||
#
|
#
|
||||||
@ -39,6 +41,8 @@ class neutron::plugins::ml2::vpp (
|
|||||||
include neutron::deps
|
include neutron::deps
|
||||||
require neutron::plugins::ml2
|
require neutron::plugins::ml2
|
||||||
|
|
||||||
|
warning('Support for the networking-vpp plugin has been deprecated.')
|
||||||
|
|
||||||
neutron_plugin_ml2 {
|
neutron_plugin_ml2 {
|
||||||
'ml2_vpp/etcd_host': value => $etcd_host;
|
'ml2_vpp/etcd_host': value => $etcd_host;
|
||||||
'ml2_vpp/etcd_port': value => $etcd_port;
|
'ml2_vpp/etcd_port': value => $etcd_port;
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
deprecations:
|
||||||
|
- |
|
||||||
|
Support for the ``networking-vpp`` plugin has been deprecated and will be
|
||||||
|
removed in a future release.
|
Loading…
Reference in New Issue
Block a user