Merge pull request #3383 from yj2317916/patch-1

need region param
This commit is contained in:
Wesley Beary 2015-01-08 09:36:16 -06:00
Родитель f5408a9001 a80241cc4d
Коммит 9815cc86f1
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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,