Gauvain Pocentek cce63f68aa [config-ref] Tables update
Change-Id: Ia766f93b9ce5b1560ebe37da65bd70be61a0fdd1
2016-03-19 08:34:45 +01:00

1.8 KiB

Description of API configuration options
Configuration option = Default value Description
[DEFAULT]
admin_mode = False (Boolean) Activate privileged endpoints.
daemon = False (Boolean) Run Zaqar server in the background.
unreliable = False (Boolean) Disable all reliability constraints.
[notification]
smtp_command = /usr/sbin/sendmail -t -oi (String) The command of smtp to send email. The format is "command_name arg1 arg2".
[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.
[signed_url]
secret_key = None (String) Secret key used to encrypt pre-signed URLs.