mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
need region param
This commit is contained in:
parent
f5408a9001
commit
a80241cc4d
1 changed files with 1 additions and 0 deletions
|
@ -193,6 +193,7 @@ module Fog
|
|||
:openstack_api_key => @openstack_api_key,
|
||||
:openstack_username => @openstack_username,
|
||||
:openstack_auth_uri => @openstack_auth_uri,
|
||||
:openstack_region => @openstack_region,
|
||||
:openstack_auth_token => @openstack_must_reauthenticate ? nil : @openstack_auth_token,
|
||||
:openstack_service_type => @openstack_service_type,
|
||||
:openstack_service_name => @openstack_service_name,
|
||||
|
|
Loading…
Add table
Reference in a new issue