cookbook-openstack-identity/metadata.rb
Ghanshyam Mann 3edce85b13 Moving IRC network reference to OFTC
Also pull bind cookbook from git to fix version pinning issues and fix ChefSpec.

Change-Id: I9bd4f54d9d10e9f3aba98a297213304507b9967d
Signed-off-by: Lance Albertson <lance@osuosl.org>
2021-07-19 14:44:14 -07:00

19 lines
542 B
Ruby

name 'openstack-identity'
maintainer 'openstack-chef'
maintainer_email 'openstack-discuss@lists.openstack.org'
license 'Apache-2.0'
description 'The OpenStack Identity service Keystone.'
version '19.1.1'
%w(ubuntu redhat centos).each do |os|
supports os
end
depends 'apache2', '~> 8.0'
depends 'openstackclient'
depends 'openstack-common', '>= 19.0.0'
issues_url 'https://launchpad.net/openstack-chef'
source_url 'https://opendev.org/openstack/cookbook-openstack-identity'
chef_version '>= 15.0'