
As per the community goal of migrating the policy file the format from JSON to YAML[1], we need to replace policy.json to policy.yaml and remove deprecated policy.json. config_template has been choosen instead of the copy, since it can properly handle content that has been lookuped. We make a separate task not to restart service when it's not needed. [1] https://governance.openstack.org/tc/goals/selected/wallaby/migrate-policy-format-from-json-to-yaml.html Change-Id: I8c89b6d193f221faad4db9e1d0b0152f262b823b
8 lines
294 B
YAML
8 lines
294 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
Variable ``masakari_policy_json_overrides`` has been deprecated in favor of the
|
|
``masakari_policy_overrides`` and will be removed after X release.
|
|
As for now ``masakari_policy_overrides`` defaults to
|
|
``masakari_policy_json_overrides`` for compatability.
|