Skip to content

Commit

Permalink
Merge pull request #1 from simon-begin/pin-fog-xenserver
Browse files Browse the repository at this point in the history
Depend on fog-openstack rather than fog
  • Loading branch information
Simon authored Sep 18, 2018
2 parents 737aae1 + 8b1dc0c commit 597f637
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require "fog"
require "fog/openstack"
require "log4r"
require 'promise'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require "fog"
require "fog/openstack"
require "log4r"
require "json"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'spec_helper'
require 'vagrant-openstack-cloud-provider/errors'
require 'vagrant-openstack-cloud-provider/action/connect_openstack'
require "fog"
require "fog/openstack"

RSpec.describe VagrantPlugins::OpenStack::Action::ConnectOpenStack do
describe '#call?' do
Expand Down
3 changes: 1 addition & 2 deletions vagrant-openstack-cloud-provider.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ Gem::Specification.new do |gem|
gem.summary = "Enables Vagrant to manage machines in OpenStack Cloud."
gem.homepage = "http://www.vagrantup.com"

gem.add_runtime_dependency "fog", "~> 1.22"
gem.add_runtime_dependency "fog-core", "~> 1.43.0"
gem.add_runtime_dependency "fog-openstack", "~> 0.1.26"
gem.add_runtime_dependency "promise", "~> 0.3.1"

gem.add_development_dependency "rake", '< 11.0'
Expand Down

0 comments on commit 597f637

Please sign in to comment.