Update rabbitmq dependency which pulls in fixes for Chef 16. Depends-On: https://review.opendev.org/749819 Change-Id: I4bee6e0ab64dcb627c209d918b0d448d79768a80 Signed-off-by: Lance Albertson <lance@osuosl.org>
18 lines
556 B
Ruby
18 lines
556 B
Ruby
name 'openstack-ops-messaging'
|
|
maintainer 'openstack-chef'
|
|
maintainer_email 'openstack-discuss@lists.openstack.org'
|
|
license 'Apache-2.0'
|
|
description 'Provides the shared messaging configuration for Chef for OpenStack.'
|
|
version '19.1.0'
|
|
|
|
%w(ubuntu redhat centos).each do |os|
|
|
supports os
|
|
end
|
|
|
|
depends 'openstack-common', '>= 19.0.0'
|
|
depends 'rabbitmq', '>= 5.8.5'
|
|
|
|
issues_url 'https://launchpad.net/openstack-chef'
|
|
source_url 'https://opendev.org/openstack/cookbook-openstack-ops-messaging'
|
|
chef_version '>= 15.0'
|