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

Merge pull request #1081 from rb2k/patch-1

Move Dynect endpoint from api2 to api-v4
This commit is contained in:
Wesley Beary 2012-08-12 10:49:33 -07:00
commit becfdad58b

View file

@ -65,7 +65,7 @@ module Fog
@dynect_password = options[:dynect_password]
@connection_options = options[:connection_options] || {}
@host = 'api2.dynect.net'
@host = 'api-v4.dynect.net'
@port = options[:port] || 443
@path = options[:path] || '/REST'
@persistent = options[:persistent] || false