summaryrefslogtreecommitdiff
path: root/openstack-common.conf
diff options
context:
space:
mode:
authorKevin L. Mitchell <kevin.mitchell@rackspace.com>2012-06-14 09:39:57 -0500
committerKevin L. Mitchell <kevin.mitchell@rackspace.com>2012-06-18 14:21:57 -0500
commitb3a970a5e4d0cf48752e5ad68341163368085c4f (patch)
tree17cadf41073772e231ea62815ffe0561ac307a44 /openstack-common.conf
parent2d2f656689c1c4cf915ad25facbd0eadf46f626c (diff)
downloadneutron-b3a970a5e4d0cf48752e5ad68341163368085c4f.tar.gz
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
Diffstat (limited to 'openstack-common.conf')
-rw-r--r--openstack-common.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack-common.conf b/openstack-common.conf
index 85566c365c..3c82ab1c65 100644
--- a/openstack-common.conf
+++ b/openstack-common.conf
@@ -1,7 +1,7 @@
[DEFAULT]
# The list of modules to copy from openstack-common
-modules=cfg,exception,importutils,iniparser,jsonutils,setup
+modules=cfg,exception,importutils,iniparser,jsonutils,policy,setup
# The base module to hold the copy of openstack.common
base=quantum