aodh/releasenotes/notes/policy-in-code-79edd9282f1e4603.yaml
Dai Dang Van f6ce4df181 Implement policy in code - reno and doc (end)
This commit migrate all policies into code [1].

[1] https://governance.openstack.org/tc/goals/queens/policy-in-code.html

Change-Id: Ibdc8611dbb665595b4b3bca493b8bdb241db3fae
Co-authored-By: Hieu LE <hieulq@vn.fujitsu.com>
2017-11-08 11:18:26 +07:00

15 lines
622 B
YAML

---
features:
- |
Aodh now support policy in code, which means if users didn't modify
any of policy rules, they can leave policy file (in `json` or `yaml`
format) empty or not deploy it at all. Because from now, Aodh keeps
all default policies under `aodh/api/policies` module.
Users can still modify/generate `policy.yaml` file which will override
policy rules in code if those rules show in `policy.yaml` file.
other:
- |
Default `policy.json` file is now removed as Aodh now generate the
default policies from code. Please be aware that when using that file in
your environment.