summaryrefslogtreecommitdiff
path: root/heat/tests/test_common_policy.py
Commit message (Expand)AuthorAgeFilesLines
* Allow policies for resource_types with wildcardrabi2016-09-281-2/+13
* Use to_policy_values from context for policyJamie Lennox2016-07-121-1/+2
* Use oslo.config fixture to avoid gate breakDavanum Srinivas2016-02-191-7/+3
* Add resource_type-specific policiesPavlo Shchelokovskyy2015-08-251-1/+45
* Switch to oslo.policyyuntongjin2015-05-291-3/+2
* Make import of oslo libraries namespacelessJens Rosenboom2015-02-181-1/+1
* Sync oslo modulesThomas Herve2014-12-101-42/+37
* Don't import HeatTestCase directlyZhenguo Niu2014-10-221-2/+2
* Remove unused functions from policy enforcerSteven Hardy2014-07-161-8/+0
* Policy Enforcer, pass entire context dictSteven Hardy2014-07-161-0/+9
* Merge "Make the first line of every file consistent."Jenkins2014-04-081-0/+1
|\
| * Make the first line of every file consistent.Jason Dunsmore2014-03-041-0/+1
* | Order imports in alphabetical order (7/9)Pavlo Shchelokovskyy2014-03-181-1/+1
|/
* Fix order of arguments in assertEqual (patch 1/2)Pavlo Shchelokovskyy2014-01-241-2/+2
* Add check_is_admin to common.policy.EnforcerSteven Hardy2013-11-271-0/+14
* test_common_policy cleanupsSteven Hardy2013-11-251-50/+17
* Clean up "target" interface to policySteven Hardy2013-11-251-9/+6
* Replace OpenStack LLC with OpenStack FoundationZhiQiang Fan2013-09-201-1/+1
* Port policy from oslo and refactor heat policyguohliu2013-08-121-10/+87
* Remove unnecessary individual import tests.utils.XLiang Chen2013-08-091-7/+7
* Migrate all tests to use dummy_context.Steve Baker2013-07-221-7/+7
* Fixup some trivial license header mismatchesDirk Mueller2013-06-231-2/+2
* Remove use of nose attrib plugin and most unittestClint Byrum2013-04-301-10/+3
* Removing all prints and capturing loggingClint Byrum2013-04-301-9/+8
* Remove pyflakes_bypassClint Byrum2013-04-291-2/+0
* Gate on certain pyflakes failuresSteven Dake2013-02-281-1/+2
* Remove unused imports from repo in preperation for pyflakesSteven Dake2013-02-281-1/+0
* Use oslo-config-2013.1b3Mark McLoughlin2013-02-181-5/+5
* heat api : Add policy.json authorization to cloudwatch APISteven Hardy2013-02-071-0/+37
* Add initial code to support policy.json implementationSteven Hardy2013-02-051-0/+107