Files
cookbook-openstackclient/metadata.rb
Lance Albertson bf5d67caed Pull bind cookbook from git to fix version pinning issues
Change-Id: I9c1b8c4e6510b9764b46f2fc8d457b127179d58d
Signed-off-by: Lance Albertson <lance@osuosl.org>
2021-07-19 16:08:07 -07:00

16 lines
512 B
Ruby

name 'openstackclient'
maintainer 'OpenStack'
maintainer_email 'openstack-discuss@lists.openstack.org'
license 'Apache-2.0'
description 'Installs the fog-openstack gem and offers LWRPs to use it'
issues_url 'https://launchpad.net/openstack-chef'
source_url 'https://opendev.org/openstack/cookbook-openstack-client'
chef_version '>= 15.0'
version '19.1.1'
%w(ubuntu redhat centos).each do |os|
supports os
end
gem 'fog-openstack', '~> 1.0.11'