1
0
Fork 0
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:
Brandon Dunne 2014-01-17 14:09:56 -05:00
parent 46c451c956
commit d4d53d0892

View file

@ -191,6 +191,8 @@ module Fog
"port" => 30
}
],
:security_groups => {},
:security_group_rules => {},
}
end
end