
As per the community goal of migrating the policy file the format from JSON to YAML[1], we need to do two things: 1. Change the default value of '[oslo_policy] policy_file'' config option from 'policy.json' to 'policy.yaml' with upgrade checks. 2. Deprecate the JSON formatted policy file on the project side via warning in doc and releasenotes. Also replace policy.json to policy.yaml ref from doc. [1]https://governance.openstack.org/tc/goals/selected/wallaby/migrate-policy-format-from-json-to-yaml.html Change-Id: I608d3f55dfa9b6052f92c4fd13f2aae6d714e287
21 lines
652 B
ReStructuredText
21 lines
652 B
ReStructuredText
====================
|
|
Policy configuration
|
|
====================
|
|
|
|
Configuration
|
|
~~~~~~~~~~~~~
|
|
|
|
.. warning::
|
|
|
|
JSON formatted policy file is deprecated since Cloudkitty 14.0.0 (Wallaby).
|
|
This `oslopolicy-convert-json-to-yaml`__ tool will migrate your existing
|
|
JSON-formatted policy file to YAML in a backward-compatible way.
|
|
|
|
.. __: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html
|
|
|
|
The following is an overview of all available policies in Cloudkitty.
|
|
For a sample configuration file, refer to :doc:`samples/policy-yaml`.
|
|
|
|
.. show-policy::
|
|
:config-file: ../../etc/oslo-policy-generator/cloudkitty.conf
|