kolla/releasenotes/notes/permissions-exclude-e1138abb573956a7.yaml
MinSun 07d0b12efd
Add exclude for permissions in kolla config.json file
When using recursive mode to set permissions for a directory as
defined in kolla config.json, all the subdirectories and files will
receive the same permissions. This change adds the option to exclude
specific files or directories - either a name or a regular expression
can be used.

Closes-Bug: #1931294
Closes-Bug: #1972168

Co-Authored-By: Jakub Darmach <jakub@stackhpc.com>
Change-Id: If2f39736e2af34cd91d0976051ff66f06e96ab42
2024-08-21 14:43:12 +02:00

6 lines
153 B
YAML

---
features:
- |
Adds option to exclude files and directories when setting permissions
defined in kolla config.json using regular expression.