openstack-manuals/doc/config-reference/source/tables/zaqar-api.rst

1.4 KiB

Description of API configuration options
Configuration option = Default value Description
[DEFAULT]
admin_mode = False (Boolean) Activate privileged endpoints.
enable_deprecated_api_versions = (List) List of deprecated API versions to enable.
unreliable = False (Boolean) Disable all reliability constraints.
[notification]
max_notifier_workers = 10 (Integer) The max amount of the notification workers.
require_confirmation = False (Boolean) Whether the http/https/email subscription need to be confirmed before notification.
smtp_command = /usr/sbin/sendmail -t -oi (String) The command of smtp to send email. The format is "command_name arg1 arg2".
[signed_url]
secret_key = None (String) Secret key used to encrypt pre-signed URLs.