Chef 16 updates

Update rabbitmq dependency which pulls in fixes for Chef 16.

Depends-On: https://review.opendev.org/740342
Change-Id: Ia1f172fea148aafe910e5185c0427d0ed7815475
Signed-off-by: Lance Albertson <lance@osuosl.org>
This commit is contained in:
Lance Albertson 2020-08-22 21:05:56 -07:00
parent c85c7d9e45
commit b1e81544e9
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ Requirements
============
- Chef 15 or higher
- Chef Workstation 0.18.3 for testing (also includes berkshelf for
- Chef Workstation 20.8.111 for testing (also includes berkshelf for
cookbook dependency resolution)
Platforms

View File

@ -10,7 +10,7 @@ version '20.0.0'
end
depends 'openstack-common', '>= 20.0.0'
depends 'rabbitmq', '~> 5.8'
depends 'rabbitmq', '>= 5.8.5'
issues_url 'https://launchpad.net/openstack-chef'
source_url 'https://opendev.org/openstack/cookbook-openstack-ops-messaging'