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

ecloud api version bump

fixes #2451
This commit is contained in:
Eugene Howe 2013-08-06 10:02:57 -04:00
parent 216cf26899
commit d316eb527e

View file

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