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:
Trevor McCasland 2016-04-14 11:16:34 -05:00
parent a4c29ee74d
commit 5f9176a00e
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,4 @@
---
deprications:
- Deprecated managing of rabbit resources.
It will be dropped in the next release.es the prelude.