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 f9ffe858c9
commit 7fa537683d
No known key found for this signature in database
GPG Key ID: 1F8C347A7DC77FD2
1 changed files with 2 additions and 2 deletions

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