summaryrefslogtreecommitdiffstats
path: root/nova/policy.py
Commit message (Expand)AuthorAgeFilesLines
* Update OpenStack LLC to FoundationKurt Taylor2013-02-261-1/+1
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-1/+2
* Allow generic rules in context_is_admin rule in policy.Wenhao Xu2013-02-121-3/+4
* fix N402 for rest of novaSean Dague2013-01-091-1/+1
* Remove nova.config.CONFMark McLoughlin2012-11-201-2/+1
* Remove nova.flagsMark McLoughlin2012-11-171-1/+0
* Switch from FLAGS to CONF in misc modulesMark McLoughlin2012-11-041-6/+7
* Update policiesKevin L. Mitchell2012-10-191-22/+34
* Fix typo in policy docstringJulien Danjou2012-10-051-1/+1
* Fix is_admin check via policyVishvananda Ishaya2012-08-201-2/+7
* Remove hard-coded 'admin' role checking and use policy insteadunicell2012-08-191-0/+20
* Use function registration for policy checksKevin L. Mitchell2012-08-021-1/+1
* Use openstack-common's policy moduleKevin L. Mitchell2012-06-041-5/+3
* Use ConfigOpts.find_file() to locate policy.jsonMark McLoughlin2012-05-041-1/+7
* fix restructuredtext formatting in docstrings that show up in the developer g...Doug Hellmann2012-03-051-5/+5
* Remove the last of the gflags shim layerMark McLoughlin2012-02-101-1/+1
* Move cfg to nova.openstack.commonMark McLoughlin2012-02-031-1/+1
* Refactor away the flags.DEFINE_* helpersMark McLoughlin2012-01-281-4/+12
* Add default policy ruleBrian Waldon2012-01-161-4/+8
* Add policy checks to Compute.APIBrian Waldon2012-01-121-5/+5
* Adds simple policy engine supportVishvananda Ishaya2012-01-091-0/+78