878aa87971
Depends-On: https://review.opendev.org/749849 Change-Id: I80dd2cfd30d62ee1a7b8a261504b3a909e5c636c Signed-off-by: Lance Albertson <lance@osuosl.org>
19 lines
580 B
Ruby
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'
|