Switch back to pessimistic version constraint

Change-Id: I8b3e40cb39eb23931eecfbdd47f34640d3647924
Partial-Bug: #1425192
This commit is contained in:
Mark Vanderwiel 2015-02-24 13:22:52 -06:00
parent 205246d025
commit 0b423a56d4
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.9.0', '< 4.0.0'
depends 'rabbitmq', '~> 3.9.0'