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

2.3 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.
[certificates]
barbican_auth = barbican_acl_auth (String) Name of the Barbican authentication method to use
cert_manager_type = barbican (String) Certificate Manager plugin. Defaults to barbican.
[notification]
smtp_command = /usr/sbin/sendmail -t -oi (String) The command of smtp to send email. The format is "command_name arg1 arg2".
[service_auth]
admin_password = password (String) The service admin password
admin_project_domain = admin (String) The admin project domain name
admin_tenant_name = admin (String) The service admin tenant name
admin_user = admin (String) The service admin user name
admin_user_domain = admin (String) The admin user domain name
auth_url = http://127.0.0.1:5000/v2.0 (String) Authentication endpoint
auth_version = 2 (String) The auth version used to authenticate
endpoint_type = public (String) The endpoint_type to be used
region = RegionOne (String) The deployment region
service_name = lbaas (String) The name of the service
[signed_url]
secret_key = None (String) Secret key used to encrypt pre-signed URLs.