cinder/releasenotes/notes/policy-in-code-226f71562ab28195.yaml
Sean McGinnis 9fe72de4b6 Add cg policies and clean up old policy handling
This completes the "policy-in-code" work for Cinder by removing
the old policy.json handling. It also adds new in-code checks to
the legacy consistency group code for completeness.

Change-Id: I810b6cb6bba2d95cc5bb477d6e2968ac1734c96b
Depends-on: I364e401227fe43e2bacf8a799e10286ee445f835
Implements: bp policy-in-code
2017-12-04 10:07:54 +08:00

12 lines
452 B
YAML

---
features:
- |
Cinder now support policy in code, which means if users don't need to
modify any of the default policy rules, they do not need a policy file.
Users can modify/generate a `policy.yaml` file which will override specific
policy rules from their defaults.
other:
- |
Default `policy.json` file is now removed as Cinder now uses default
policies. A policy file is only needed if overriding one of the defaults.