Deprecating the management of rabbitmq resources

We stopped to manage rabbitmq resources from openstack puppet
modules a long time ago, but nova module still contains
rabbitmq class for its management. This patch deprecates it.

Change-Id: I0fe2939bde0af28b4755415a774df76638ac781a
This commit is contained in:
iberezovskiy 2016-04-14 19:05:10 +03:00
parent d0cd4d96a6
commit 890b20559d
2 changed files with 6 additions and 0 deletions

View File

@ -43,6 +43,8 @@ class nova::rabbitmq(
$port ='5672',
) {
warning('nova::rabbitmq class is deprecated and will be removed in next release. Make other plans to configure rabbitmq resources.')
include ::nova::deps
if ($enabled) {

View File

@ -0,0 +1,4 @@
---
deprecations:
- Deprecating the management of rabbitmq resources.
It will be dropped in the next release.