2016-10-03 07:44:08 +00:00
|
|
|
---
|
|
|
|
features:
|
2017-02-08 21:37:05 +00:00
|
|
|
- |
|
|
|
|
Ironic is now configured to work with two oslo.policy CLI scripts that have
|
2016-10-03 07:44:08 +00:00
|
|
|
been added.
|
|
|
|
|
|
|
|
The first of these can be called like
|
2017-02-08 21:37:05 +00:00
|
|
|
``oslopolicy-list-redundant --namespace ironic`` and will output a list of
|
2016-10-03 07:44:08 +00:00
|
|
|
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
|
2017-02-08 21:37:05 +00:00
|
|
|
``oslopolicy-policy-generator --namespace ironic
|
|
|
|
--output-file policy-merged.yaml``
|
2016-10-03 07:44:08 +00:00
|
|
|
and will populate the policy-merged.yaml file with the effective policy.
|
|
|
|
This is the merged results of project defaults and config file overrides.
|