95f80e4c0a
Change-Id: Ie097e5b48f5e42c9c30efdb2d6d9a6aa9e65387c
18 lines
767 B
YAML
18 lines
767 B
YAML
---
|
|
features:
|
|
- |
|
|
Designate now support policy in code, which means if users don't want to
|
|
modify any of policy rules, they can remove or comment all of rules in
|
|
policy file or even not deploy it at all. Because from now, Designate keeps
|
|
all default policies under `designate/common/policies` module.
|
|
Users can modify/generate `policy.yaml` file which will override policy
|
|
rules in code if those rules show in `policy.yaml` file.
|
|
Users also still use `policy.json` file but oslo team recommend that we
|
|
should use the newer YAML format instead.
|
|
|
|
other:
|
|
- |
|
|
Default `policy.json` file is now removed as Designate now generate the
|
|
default policies from code. Please be aware that when using that file in
|
|
your environment.
|