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
(cherry picked from commit 0664bf2935)
This commit is contained in:
Roger Luethi 2018-09-19 08:20:13 +02:00
parent 5a08a0fc0a
commit f9ffe858c9
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.1'
version '17.0.2'
%w(ubuntu redhat centos).each do |os|
supports os
end
gem 'fog-openstack', '>=0.2.1'
gem 'fog-openstack', '<0.3.0'