summaryrefslogtreecommitdiffstats
path: root/nova/tests/test_policy.py
Commit message (Expand)AuthorAgeFilesLines
* fix N402 for nova/testsSean Dague2013-01-091-3/+3
* Make policy.json not filesystem location specific.Monty Taylor2012-12-041-22/+2
* Remove nova.config.CONFMark McLoughlin2012-11-201-1/+0
* Remove nova.flagsMark McLoughlin2012-11-171-1/+1
* Switch from FLAGS to CONF in testsMark McLoughlin2012-11-101-3/+0
* Update policiesKevin L. Mitchell2012-10-191-24/+62
* Remove hard-coded 'admin' role checking and use policy insteadunicell2012-08-191-0/+5
* Imports cleanupZhongyue Luo2012-06-191-0/+1
* Use openstack-common's policy moduleKevin L. Mitchell2012-06-041-4/+3
* Alphabetize imports in nova/tests/Joe Gordon2012-05-181-1/+1
* Call super class tearDown correctlyJohannes Erdfelt2012-03-021-1/+1
* Ensure temporary file gets cleaned up after testJohannes Erdfelt2012-02-281-13/+17
* Ignore case in policy role checks.Dan Prince2012-01-271-5/+13
* Add default policy ruleBrian Waldon2012-01-161-0/+38
* Add policy checks to Compute.APIBrian Waldon2012-01-121-6/+6
* Adds simple policy engine supportVishvananda Ishaya2012-01-091-0/+139