26510e84dd
Change-Id: Ia9dc15869ab201a787eecd479252282f0ae9113b Implements: blueprint config-ref-rst
1.5 KiB
1.5 KiB
Configuration option = Default value | Description |
---|---|
allow_versions = false |
Enable/Disable object versioning feature |
auto_create_account_prefix = . |
Prefix to use when automatically creating accounts |
conn_timeout = 0.5 |
Connection timeout to external services |
node_timeout = 3 |
Request timeout to external services |
replication_server = false |
If defined, tells server how to handle replication verbs in requests. When set to True (or 1), only replication verbs will be accepted. When set to False, replication verbs will be rejected. When undefined, server will accept any verb in the request. |
set log_address = /dev/log |
Location where syslog sends the logs to |
set log_facility = LOG_LOCAL0 |
Syslog log facility |
set log_level = INFO |
Log level |
set log_name = container-server |
Label to use when logging |
set log_requests = true |
Whether or not to log requests |
use = egg:swift#container |
Entry point of paste.deploy in the server |