mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[OpenStack|Network] Add security_groups and security_group_rules hashes to the base Mock data
This commit is contained in:
parent
46c451c956
commit
d4d53d0892
1 changed files with 2 additions and 0 deletions
|
@ -191,6 +191,8 @@ module Fog
|
||||||
"port" => 30
|
"port" => 30
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
:security_groups => {},
|
||||||
|
:security_group_rules => {},
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue