Set a cap on fog-core

fog-core 1.44.0 pulls in xmlrpc which requires ruby 2.3.0. Set a cap
since we don't have ruby 2.3.0 and we don't even use the fog-core stuff
anyway. Thanks beaker.

Change-Id: Ib080ea00f45a91a904a8e1e2956ad5295b7cf4d8
(cherry picked from commit 76e7573b4e)
This commit is contained in:
Alex Schultz 2017-04-29 11:55:33 -06:00 committed by Emilien Macchi
parent 8f88d2f0fa
commit d5ce75422a
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ Gem::Specification.new do |spec|
# Things that get pinned because we can't have nice things (new ruby > 2.0)
spec.add_dependency 'fast_gettext', ['< 1.2.0']
spec.add_dependency 'nokogiri', ['< 1.7.0']
# fog-core 1.44.0 requires xmlrpc 0.3.0 which requires ruby 2.3.0 which is not available on centos7
spec.add_dependency 'fog-core', ['< 1.44.0']
# Beaker 3.0.0 fails to run in Puppet Openstack CI
# LoadError: cannot load such file -- serverspec