heat/heat/tests/api
ricolin b171490450 [policy in code] Part 1 Base framework
This adds the basic framework for registering and using default policy
rules. Rules should be defined and returned from a module in
heat/policies/, and then added to the list in heat/policies/__init__.py.

new policy wrapers `registered_identified_stack` and
`registered_policy_enforce` has been added for policy enforcement of
registered rules with same parameter as `identified_stack` and
`policy_enforce` besides set `is_registered_policy` flag to true.
This flag will decide to use new policy framework or not.

Now we can use `tox -e genpolicy` to check and generate policy file.

Change-Id: I7a232b3ea7ce0f69a5b7ffa278ceace7a76b666f
Partially-Implements: bp policy-in-code
2017-11-21 16:23:11 +08:00
..
aws Remove usage of parameter enforce_type 2017-05-08 17:55:32 +08:00
cfn Remove unnecessary setUp and tearDown 2016-09-30 10:56:31 +08:00
cloudwatch Remove unnecessary setUp and tearDown 2016-09-30 10:56:31 +08:00
middleware Use oslo.middleware SSLMiddleware 2015-09-29 09:36:36 +00:00
openstack_v1 [policy in code] Part 1 Base framework 2017-11-21 16:23:11 +08:00
__init__.py Move all api tests to /tests/api 2015-07-08 09:31:17 +05:30
test_wsgi.py Remove usage of parameter enforce_type 2017-05-08 17:55:32 +08:00