b3a970a5e4
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
8 lines
199 B
Plaintext
8 lines
199 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from openstack-common
|
|
modules=cfg,exception,importutils,iniparser,jsonutils,policy,setup
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=quantum
|