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

dxsdk-321 add credentials for convenience methods

This commit is contained in:
howete 2013-04-04 17:08:02 -06:00 committed by Rupak Ganguly
parent ccf7e8e91c
commit fcf938eac3
2 changed files with 2 additions and 0 deletions

View file

@ -43,6 +43,7 @@ module Fog
:hp_auth_uri => @hp_auth_uri,
:hp_tenant_id => @hp_tenant_id,
:hp_avl_zone => @hp_avl_zone,
:credentials => @credentials,
:connection_options => @connection_options
)
end

View file

@ -57,6 +57,7 @@ module Fog
:hp_cdn_uri => @hp_cdn_uri,
:hp_tenant_id => @hp_tenant_id,
:hp_avl_zone => @hp_avl_zone,
:credentials => @credentials,
:connection_options => @connection_options
)
if @cdn.enabled?