openstack-ansible-os_masakari/releasenotes/notes/deprecate_masakari_policy_json-979fc92a3fc8ceb3.yaml
Dmitriy Rabotyagov 08fbfade2a [goal] Deprecate the JSON formatted policy file
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
2021-03-24 12:12:48 +00:00

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.