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:
parent
49e98a8ebd
commit
c4b08ba147
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue