Pin rabbitmq cookbook to avoid broken version

Version 5.7.1 seems to break things when running with the distro version
as in our setup [0]. Pin to 5.7.0 until there is a fix.

[0] https://github.com/rabbitmq/chef-cookbook/issues/508

Change-Id: I10059588716dea49a5a0ad996db20323d458bd43
This commit is contained in:
Jens Harbott 2019-03-12 13:56:32 +00:00
parent 59285c3da4
commit 300bb041f2
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ recipe 'rabbitmq-server', 'Installs and configures RabbitMQ and is called via th
end
depends 'openstack-common', '>= 18.0.0'
depends 'rabbitmq'
# Note(frickler): Workaround for https://github.com/rabbitmq/chef-cookbook/issues/508
depends 'rabbitmq', '5.7.0'
issues_url 'https://launchpad.net/openstack-chef' if respond_to?(:issues_url)
source_url 'https://github.com/openstack/cookbook-openstack-ops-messaging' if respond_to?(:source_url)