Merge "Deprecate support for FUJITSU plugin"
This commit is contained in:
commit
ac6bee9c79
@ -1,4 +1,5 @@
|
||||
#
|
||||
# DEPRECATED!
|
||||
# Install the Fujitsu ML2 plugin.
|
||||
#
|
||||
# === Parameters
|
||||
@ -15,6 +16,8 @@ class neutron::plugins::ml2::fujitsu (
|
||||
|
||||
include neutron::deps
|
||||
|
||||
warning('FUJITSU plugin support is deprecated and will be removed in a future release')
|
||||
|
||||
ensure_resource('package', 'python-networking-fujitsu',
|
||||
{
|
||||
ensure => $package_ensure,
|
||||
|
@ -1,4 +1,5 @@
|
||||
#
|
||||
# DEPRECATED!
|
||||
# Configure the Fujitsu neutron ML2 plugin for C-Fabric
|
||||
#
|
||||
# === Parameters
|
||||
@ -48,6 +49,8 @@ class neutron::plugins::ml2::fujitsu::cfab (
|
||||
{
|
||||
require ::neutron::plugins::ml2
|
||||
|
||||
warning('FUJITSU plugin support is deprecated and will be removed in a future release')
|
||||
|
||||
neutron_plugin_ml2 {
|
||||
'fujitsu_cfab/address' : value => $address;
|
||||
'fujitsu_cfab/username' : value => $username;
|
||||
|
@ -1,4 +1,5 @@
|
||||
#
|
||||
# DEPRECATED!
|
||||
# Configure the Fujitsu neutron ML2 plugin for FOS
|
||||
#
|
||||
# === Parameters
|
||||
@ -59,6 +60,8 @@ class neutron::plugins::ml2::fujitsu::fossw (
|
||||
{
|
||||
require ::neutron::plugins::ml2
|
||||
|
||||
warning('FUJITSU plugin support is deprecated and will be removed in a future release')
|
||||
|
||||
neutron_plugin_ml2 {
|
||||
'fujitsu_fossw/fossw_ips' : value => join(any2array($fossw_ips), ',');
|
||||
'fujitsu_fossw/username' : value => $username;
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
deprecations:
|
||||
- |
|
||||
Support for FUJITSU plugin has been deprecated and will be removed in a
|
||||
future release.
|
Loading…
Reference in New Issue
Block a user