]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Quantum Security Groups API
authorAaron Rosen <arosen@nicira.com>
Wed, 10 Oct 2012 00:10:27 +0000 (17:10 -0700)
committerAaron Rosen <arosen@nicira.com>
Fri, 26 Oct 2012 18:19:53 +0000 (11:19 -0700)
commit6a6c2e3cd531ce9b6f69e75263f38c451e6c4f36
treeb0ed27b17b1de007edd091c39e150624261e1789
parentf843263da3b1e6202bd192a80d18d49ed2682f3e
Quantum Security Groups API

Implements blueprint quantum-security-groups API

In addition the the convention that if a URI has a '-' in it, it's
replaced with a '_'. For example: POST security-groups will convert
the body to {'security_group':  ..}

Change-Id: I2c5219ed1d44a43ce1bf03d49df9f5c1af23352b
quantum/api/v2/base.py
quantum/db/securitygroups_db.py [new file with mode: 0644]
quantum/extensions/securitygroup.py [new file with mode: 0644]
quantum/tests/unit/test_db_plugin.py
quantum/tests/unit/test_extension_security_group.py [new file with mode: 0644]