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

[clodo|compute] Remove ddosprotect field from Mock.

This commit is contained in:
Stepan G. Fedorov 2011-11-25 12:48:42 +04:00
parent b5dfb2f968
commit ec2835dddf

View file

@ -65,13 +65,11 @@ module Fog
'vps_root_pass' => data['adminPass'],
'status' => "is_running",
'addresses' => {'public' =>[{
'ddosprotect' => false,
'primary_ip' => true,
'isp' => false,
'ip' => '66.6.6.66'
},
{
'ddosprotect' => false,
'primary_ip' => false,
'isp' => false,
'ip' => '13.13.13.13'