Deprecate managing of rabbitmq resources
We stopped to manage rabbitmq resources from openstack puppet modules a long time ago, but manila module still contains rabbitmq class for its managing. This patch deprecates it. Change-Id: Ica717e76374359f8eb3a4e2f0c06fff48fd05b2d
This commit is contained in:
parent
a4c29ee74d
commit
5f9176a00e
@ -37,6 +37,8 @@ class manila::rabbitmq(
|
||||
$port = '5672',
|
||||
) {
|
||||
|
||||
warning('manila::rabbitmq class is deprecated and will be removed in next release. Make other plans to configure rabbitmq resources.')
|
||||
|
||||
if ($enabled) {
|
||||
if $userid == 'guest' {
|
||||
$delete_guest_user = false
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
deprications:
|
||||
- Deprecated managing of rabbit resources.
|
||||
It will be dropped in the next release.es the prelude.
|
Loading…
x
Reference in New Issue
Block a user