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:
commit
becfdad58b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue