cookbook-openstack-image/metadata.rb
Lance Albertson 878aa87971 Chef 16 updates
Depends-On: https://review.opendev.org/749849
Change-Id: I80dd2cfd30d62ee1a7b8a261504b3a909e5c636c
Signed-off-by: Lance Albertson <lance@osuosl.org>
2020-09-03 16:31:21 -07:00

19 lines
580 B
Ruby

name 'openstack-image'
maintainer 'openstack-chef'
maintainer_email 'openstack-discuss@lists.openstack.org'
license 'Apache-2.0'
description 'Installs and configures the Glance Image Registry and Delivery Service'
version '19.1.0'
%w(ubuntu redhat centos).each do |os|
supports os
end
depends 'openstackclient'
depends 'openstack-common', '>= 19.0.0'
depends 'openstack-identity', '>= 19.0.0'
issues_url 'https://launchpad.net/openstack-chef'
source_url 'https://opendev.org/openstack/cookbook-openstack-image'
chef_version '>= 15.0'