fe545dbe5f
Default value of 'CONF.oslo_policy.policy_file' config option has been changed from 'policy.json' to 'policy.yaml'. If new default file 'policy.yaml' does not exist but old default 'policy.json' exist then fallback to use old default file. An upgrade checks is added to check the policy_file format and fail upgrade checks if it is JSON formatted. Added a warning in policy doc about JSON formatted file is deprecated, also removed all the reference to policy.json file in doc as well as in tests. Related Blueprint: policy-json-to-yaml Closes-Bug: #1875418 Change-Id: Ic4d3b998bb9701cb1e3ef12d9bb6f4d91cc19c18
20 lines
985 B
YAML
20 lines
985 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The default value of ``[oslo_policy] policy_file`` config option has been
|
|
changed from ``policy.json``
|
|
to ``policy.yaml``. Nova policy new defaults since 21.0.0 and current
|
|
default value of ``[oslo_policy] policy_file`` config option (``policy.json``)
|
|
does not work when ``policy.json`` is generated by
|
|
`oslopolicy-sample-generator <https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-sample-generator.html>`_ tool.
|
|
Refer to `bug 1875418 <https://bugs.launchpad.net/nova/+bug/1875418>`_
|
|
for more details.
|
|
Also check `oslopolicy-convert-json-to-yaml <https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html>`_
|
|
tool to convert the JSON to YAML formatted policy file in
|
|
backward compatible way.
|
|
fixes:
|
|
- |
|
|
Bug `1875418 <https://bugs.launchpad.net/nova/+bug/1875418>`_ is fixed
|
|
by changing the default value of ``[oslo_policy] policy_file`` config
|
|
option to YAML format.
|