KATO Tomoyuki 257aca1aac [config-ref] consolidate policy configurations into commons
Change-Id: I89249dac6d6cad3ef8ac5dc8481a61c3f4c5e116
Implements: blueprint config-ref-common-sections
2016-07-30 14:27:26 +09:00

1.2 KiB

Description of policy configuration options
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.