Deprecate support for plumgrid plugin

... because networking-plumgrid[1] is no longer maintained.

[1] https://opendev.org/x/networking-plumgrid

Change-Id: I4c982d6df9621e9ae385ed733336ec6c7410ec49
This commit is contained in:
Takashi Kajinami 2020-05-06 20:42:48 +09:00
parent aad8d248f8
commit 24a5a9aed9
2 changed files with 8 additions and 0 deletions

View File

@ -124,6 +124,9 @@ class neutron::plugins::plumgrid (
include neutron::deps
include neutron::params
warning('support for plumgrid plugin has been deprecated and will be removed \
in a future release.')
ensure_resource('file', '/etc/neutron/plugins/plumgrid', {
ensure => directory,
owner => 'root',

View File

@ -0,0 +1,5 @@
---
deprecations:
- |
Support for plumgrid plugin has been deprecated and will be removed in a
future release.