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

This commit is contained in:
Zuul 2018-09-01 17:30:55 +00:00 committed by Gerrit Code Review
commit f7b266f057
1 changed files with 2 additions and 2 deletions

View File

@ -22,10 +22,10 @@ description 'Installs the fog-openstack gem and offers LWRPs to use it'
issues_url 'https://github.com/cloudbau/cookbook-openstackclient/issues'
source_url 'https://github.com/cloudbau/cookbook-openstackclient'
chef_version '>= 12.5' if respond_to?(:chef_version)
version '16.0.0'
version '16.0.1'
%w(ubuntu redhat centos).each do |os|
supports os
end
gem 'fog-openstack'
gem 'fog-openstack', '<0.2.0'