neutron-lib/releasenotes/notes/policy-in-code-1e73cabebd41d66e.yaml
Akihiro Motoki bede782630 policy-in-code support in neutron-lib
policy-in-code will be supported by the main neutron repo
because the neutron API layer uses the policy code in the neutron repo.
However, neutron_lib.context refers to its own policy enforcer,
so we need a small code to support policy-in-code in neutron-lib side.

Part of blueprint get-policy-from-neutron-lib
Change-Id: I4923a069f4080dc53a8fb359f5a1518de06feb2f
2018-09-17 08:59:57 +00:00

9 lines
291 B
YAML

---
features:
- |
policy-in-code support in neutron-lib is added.
The default policies for 'context_is_admin' and 'context_is_advsvc' are
now implemented as embeded policies.
(Note that the main policy-in-code support will be implemented
in the main neutron codebase.)