summaryrefslogtreecommitdiff
path: root/releasenotes/notes/oslopolicy-scripts-bdcaeaf7dd9ce2ac.yaml
blob: 195757bf37e00f871c3cc864644833350f2e7ecc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
features:
  - |
    Ironic is now configured to work with two oslo.policy CLI scripts that have
    been added.

    The first of these can be called like
    ``oslopolicy-list-redundant --namespace ironic`` and will output a list of
    policy rules in policy.[json|yaml] that match the project defaults. These
    rules can be removed from the policy file as they have no effect there.

    The second script can be called like
    ``oslopolicy-policy-generator --namespace ironic
    --output-file policy-merged.yaml``
    and will populate the policy-merged.yaml file with the effective policy.
    This is the merged results of project defaults and config file overrides.