Pin fog-openstack to < 0.3.0

With 0.3.1, fog-openstack renames much of its API, resulting in
errors such as:

  openstack_domain[default] (openstack-identity::registration line 69) had
  an error: NameError: uninitialized constant Fog::Identity::OpenStack

Let's stay below 0.3 for now.

Change-Id: Id3e9e6d8560ef5ffd9d28eedc0a2494722a2878f
This commit is contained in:
Roger Luethi 2018-09-19 08:20:13 +02:00
parent 55712349a8
commit 0664bf2935
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.1'
version '16.0.2'
%w(ubuntu redhat centos).each do |os|
supports os
end
gem 'fog-openstack', '>=0.2.1'
gem 'fog-openstack', '<0.3.0'