heat/heat/api/openstack/v1
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
..
views Remove tenant_safe flag from rpc and db api 2016-08-16 12:38:33 +05:30
__init__.py Add stack files retrieval API 2016-07-11 18:02:59 +01:00
actions.py Add REST api support for cancel without rollback 2017-11-08 17:08:43 +05:30
build_info.py Fix [H405] pep rule in heat/api 2015-09-24 16:22:25 +03:00
events.py Implement event list nested-depth 2016-06-14 13:39:38 +12:00
resources.py Fix for resource search with invalid filter keys 2016-03-08 09:30:19 +05:30
services.py Fix [H405] pep rule in heat/api 2015-09-24 16:22:25 +03:00
software_configs.py Remove tenant_safe flag from rpc and db api 2016-08-16 12:38:33 +05:30
software_deployments.py ReST API: Use constants in get_allowed_params whitelists 2016-01-22 12:34:36 -05:00
stacks.py Add converge flag in stack update for observing on reality 2017-08-07 05:39:29 +00:00
util.py [policy in code] Part 1 Base framework 2017-11-21 16:23:11 +08:00