
Change-Id: I89249dac6d6cad3ef8ac5dc8481a61c3f4c5e116 Implements: blueprint config-ref-common-sections
1.2 KiB
1.2 KiB
Configuration option = Default value | Description |
---|---|
[oslo_policy] | |
policy_default_rule = default |
(String) Default rule. Enforced when a requested rule is not found. |
policy_dirs = ['policy.d'] |
(Multi-valued) Directories where policy configuration files are stored. They can be relative to any directory in the search path defined by the config_dir option, or absolute paths. The file defined by policy_file must exist for these directories to be searched. Missing or empty directories are ignored. |
policy_file = policy.json |
(String) The JSON file that defines policies. |