Merge "Pin fog-openstack library to avoid breakage" into stable/queens

This commit is contained in:
Zuul
2018-09-01 17:48:16 +00:00
committed by Gerrit Code Review

View File

@@ -6,10 +6,10 @@ description 'Installs the fog-openstack gem and offers LWRPs to use it'
issues_url 'https://launchpad.net/openstack-chef'
source_url 'https://git.openstack.org/openstack/cookbook-openstack-client'
chef_version '>= 12.5' if respond_to?(:chef_version)
version '17.0.0'
version '17.0.1'
%w(ubuntu redhat centos).each do |os|
supports os
end
gem 'fog-openstack'
gem 'fog-openstack', '<0.2.0'