puppet-nova/releasenotes/notes/policy_purge_config-6b6302d91f8d58a9.yaml
Martin Schuppert d7c27f5051 Delete policy file if policies hash is empty
If all policies get deleted, previously created policy files won't
get removed and the api policy file is still used. Let's make
sure the policy file gets purged if the policies hash is empty.

Depends-On: https://review.opendev.org/802305
Change-Id: Ic9b5ccd8fc23f6cebc06f62d972b64efd2400396
2021-08-30 14:14:12 +00:00

7 lines
251 B
YAML

---
features:
- |
Adds new purge_config parameter. When set to true, the policy file is
cleared during configuration process. This allows to remove any existing
rules before applying them or clean the file when all policies got removed.