Merge "Deprecate support for plumgrid plugin"

This commit is contained in:
Zuul 2020-05-07 17:29:13 +00:00 committed by Gerrit Code Review
commit 19d01d0851
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.