Update to pull in 3.x versions of the rabbitmq cookbook

Several fixes and minor enhancements have gone into the rabbitmq
cookbook.  This change allows all 3.12 < 4.0 minors to be picked up.

Change-Id: Ica9f4f5165d6c566bd0bddbf35e66fb5412cf987
This commit is contained in:
Mark Vanderwiel 2015-04-13 15:38:49 -05:00
parent fcea1378f0
commit 62baa0dd60
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@ recipe 'rabbitmq-server', 'Installs and configures RabbitMQ and is called via th
end
depends 'openstack-common', '>= 11.0.0'
depends 'rabbitmq', '~> 3.9.0'
depends 'rabbitmq', '~> 3.12'