Control rabbitmq version within a range

* For stable juno branch, need to stablize which rabbitmq is used.

Change-Id: I7b6bb597019ca14e812c4e4b8c07ea8c06737cb6
This commit is contained in:
Mark Vanderwiel 2015-02-10 13:48:51 -06:00
parent 09076c872e
commit 05c924ce3b
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', '>= 10.0.0'
depends 'rabbitmq', '>= 3.0.4'
depends 'rabbitmq', '>= 3.9.0', '< 4.0.0'