Skip to content

Commit

Permalink
fixes #11341 - update fog to 1.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Cleal authored and dLobatog committed Sep 8, 2015
1 parent 47604a2 commit 19d5df3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions app/models/compute_resources/foreman/model/openstack.rb
Expand Up @@ -139,8 +139,7 @@ def fog_credentials
:openstack_username => user,
:openstack_auth_url => url,
:openstack_tenant => tenant,
:openstack_identity_endpoint => url,
:openstack_identity_public_endpoint => url }
:openstack_identity_endpoint => url }
end

def client
Expand Down
2 changes: 1 addition & 1 deletion bundler.d/fog.rb
@@ -1,4 +1,4 @@
group :fog do
gem 'fog', '1.33.0', :require => false
gem 'fog', '1.34.0', :require => false
gem 'fog-core', '1.32.1'
end

0 comments on commit 19d5df3

Please sign in to comment.