1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
===========================
Sample Masakari Policy File
===========================
.. warning::
JSON formatted policy file is deprecated since Masakari 11.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 a sample masakari policy file for adaptation and use.
The sample policy can also be viewed in :download:`file form
</_static/masakari.policy.yaml.sample>`.
.. important::
The sample policy file is auto-generated from masakari when this
documentation is built.
.. literalinclude:: /_static/masakari.policy.yaml.sample
|