Pin fog-openstack to 0.3

The breaking changes of 0.3.1 have been reverted in 0.3.2 and the
changes have been reintroduced in 1.0.0.

Change-Id: I3bb53ef37a0a505adf5c06bf501f3f100632e21d
This commit is contained in:
Samuel Cassiba
2018-09-20 09:49:59 -07:00
committed by Jan Klare
parent 0664bf2935
commit be26bae8c2

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.2'
version '16.0.3'
%w(ubuntu redhat centos).each do |os|
supports os
end
gem 'fog-openstack', '<0.3.0'
gem 'fog-openstack', '< 1.0.0'