Aaron Rosen 4c1e8f7138 Make get_security_groups() return security group rules
In nova, get_security_groups() returns the security groups and their
security group rules. In order to implement the security group proxy
it needs to return this data to nova. This can be done using multiple
requests from nova-api to quantum i.e: get_security_groups(), then
get_security_group() for each group to obtain the rules. If one has a lot
of security groups this will generate a lot of requests. Adding this change
allows all the security groups and their rules to be returned in one shot.

Fix bug 1105399

Change-Id: Ib685960311221ac4e5fe0913c7e00e15ab74accb
2013-01-28 11:49:20 -08:00
..
2013-01-24 12:58:37 -05:00
2011-11-28 10:33:52 -08:00
2013-01-24 09:17:19 +00:00
2013-01-22 11:42:15 +08:00
2013-01-22 11:42:15 +08:00
2012-12-04 16:46:44 +08:00
2012-12-04 16:46:44 +08:00
2013-01-28 20:10:45 +08:00