keystone/releasenotes/notes/bp-policy-in-code-722372a27291b9cd.yaml
Richard Avelar 08feb508a8 Address comments from Policy in Code 5
This patch addresses a few minor comments from review [1].

[1]: https://review.openstack.org/#/c/435757/
Implements blueprint policy-in-code

Change-Id: Ia826d97eaf5d38353254c21999f5acf8f1e35ad8
2017-04-10 04:09:17 +00:00

27 lines
1.4 KiB
YAML

---
features:
- >
`[`blueprint policy-in-code <https://blueprints.launchpad.net/keystone/+spec/policy-in-code>`_]
Keystone now supports the ability to register default policies in code.
This makes policy file maintenance easier by allowing duplicated default
policies to be removed from the policy file. The only policies that should
exist within a deployments policy file after Pike should be policy
overrides. To generate sample policy files from default values, prune
default policies from existing policy files, or familiarize yourself with
general policy usage, please see the `usage documentation
<https://docs.openstack.org/developer/oslo.policy/usage.html>`_
provided in oslo.policy.
upgrade:
- >
`[`blueprint policy-in-code <https://blueprints.launchpad.net/keystone/+spec/policy-in-code>`_]
Keystone now supports the ability to register default policies in code.
This makes policy file maintenance easier by allowing duplicated default
policies to be removed from the policy file. The only policies that should
exist within a deployments policy file after Pike should be policy
overrides. To generate sample policy files from default values, prune
default policies from existing policy files, or familiarize yourself with
general policy usage, please see the `usage documentation
<https://docs.openstack.org/developer/oslo.policy/usage.html>`_
provided in oslo.policy.