fix failed travis test with cloudstack on ruby 1.8.7

This commit is contained in:
Athir Nuaimi 2014-12-22 20:19:20 -05:00
parent ca1f77a080
commit 01cf4a252b
1 changed files with 2 additions and 2 deletions

View File

@ -927,7 +927,7 @@ module Fog
"startport" => "443",
"endport" => "443",
"ipaddressid" => "f1f1f1f1-f1f1-f1f1-f1f1-f1f1f1f1f1",
"networkid"=> network_id,
"networkid"=> "31c4b26e-4be9-11e4-8304-00163e5b5f54",
"ipaddress" => "192.168.200.1",
"state" => "Active",
"cidrlist" => "255.255.255.0/24",
@ -938,7 +938,7 @@ module Fog
"f1f1f1f1-f1f1-f1f1-f1f1-f1f1f1f1f1" => {
"id"=>"f1f1f1f1-f1f1-f1f1-f1f1-f1f1f1f1f1",
"protocol"=>"tcp",
"networkid"=> network_id,
"networkid"=> "31c4b26e-4be9-11e4-8304-00163e5b5f54",
"state"=>"Active",
"cidrlist"=>"10.2.1.0/24",
"tags"=>[]