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:
parent
b5dfb2f968
commit
ec2835dddf
1 changed files with 0 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue