]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add authZ through incorporation of policy checks.
authorKevin L. Mitchell <kevin.mitchell@rackspace.com>
Thu, 14 Jun 2012 14:39:57 +0000 (09:39 -0500)
committerKevin L. Mitchell <kevin.mitchell@rackspace.com>
Mon, 18 Jun 2012 19:21:57 +0000 (14:21 -0500)
commitb3a970a5e4d0cf48752e5ad68341163368085c4f
tree17cadf41073772e231ea62815ffe0561ac307a44
parent2d2f656689c1c4cf915ad25facbd0eadf46f626c
Add authZ through incorporation of policy checks.

Adds the policy openstack-common module and implements policy checks
for the v2 API.  Note that this cut only addresses whole objects (i.e.,
a subnet or a network or a port), not specific fields within objects.
(This means that attributes are not filtered out based on policies.)
Implements blueprint authorization-support-for-quantum.

Change-Id: I1b52b1791a1f14f0af6508a63a40a38e440f15fe
etc/policy.json [new file with mode: 0644]
openstack-common.conf
quantum/api/v2/base.py
quantum/common/exceptions.py
quantum/openstack/common/policy.py [new file with mode: 0644]
quantum/policy.py [new file with mode: 0644]