1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[openstack] fix network.rb

This commit is contained in:
Naoto TAKAHASHI 2014-08-14 10:52:42 +09:00
parent 49e98a8ebd
commit c4b08ba147

View file

@ -308,7 +308,7 @@ module Fog
private
def authenticate
if @openstack_must_reauthenticate || @openstack_auth_token.nil?
if !@openstack_management_url || @openstack_must_reauthenticate
options = {
:openstack_tenant => @openstack_tenant,
:openstack_api_key => @openstack_api_key,