mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[vcloud_director|tests] Don't hardcode API host.
This commit is contained in:
parent
753d5ec7eb
commit
bc47d97e0d
1 changed files with 0 additions and 2 deletions
|
@ -13,8 +13,6 @@ end
|
|||
|
||||
def vcloud_director
|
||||
@vcloud_director ||= Fog::Compute::VcloudDirector.new(
|
||||
:vcloud_director_host => 'devlab.mdsol.com',
|
||||
:vcloud_director_api_version => '5.1',
|
||||
:connection_options => {
|
||||
:ssl_verify_peer => false,
|
||||
:connect_timeout => 200,
|
||||
|
|
Loading…
Reference in a new issue