Files
openstack-manuals/doc/config-reference/source/tables/zaqar-api.rst
Eva Balycheva 85849a03df Add Zaqar to RST Config Reference
This patch adds Zaqar Config Reference in RST format to the official
repository.

Implements: blueprint zaqar-config-ref
Change-Id: I809b7fed10fef3048fabbdd9d867799026a865cb
2016-01-09 10:50:18 +01:00

1.8 KiB

Description of API configuration options
Configuration option = Default value Description
[DEFAULT]
admin_mode = False (BoolOpt) Activate privileged endpoints.
daemon = False (BoolOpt) Run Zaqar server in the background.
unreliable = False (BoolOpt) Disable all reliability constraints.
[notification]
smtp_command = /usr/sbin/sendmail -t -oi (StrOpt) The command of smtp to send email. The format is "command_name arg1 arg2".
[oslo_policy]
policy_default_rule = default (StrOpt) Default rule. Enforced when a requested rule is not found.
policy_dirs = ['policy.d'] (MultiStrOpt) 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 (StrOpt) The JSON file that defines policies.
[signed_url]
secret_key = None (StrOpt) Secret key used to encrypt pre-signed URLs.