mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
parent
216cf26899
commit
d316eb527e
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ module Fog
|
|||
@connection_options = options[:connection_options] || {}
|
||||
@host = options[:ecloud_host] || API_URL
|
||||
@persistent = options[:persistent] || false
|
||||
@version = options[:ecloud_version] || "2012-03-01"
|
||||
@version = options[:ecloud_version] || "2013-06-01"
|
||||
@authentication_method = options[:ecloud_authentication_method] || :cloud_api_auth
|
||||
@access_key = options[:ecloud_access_key]
|
||||
@private_key = options[:ecloud_private_key]
|
||||
|
|
Loading…
Add table
Reference in a new issue