openstack-manuals/doc/config-reference/source/tables/swift-container-server-app-container-server.rst
Gauvain Pocentek 26510e84dd [config-ref] Publish the RST version
Change-Id: Ia9dc15869ab201a787eecd479252282f0ae9113b
Implements: blueprint config-ref-rst
2015-12-21 09:44:24 +01:00

34 lines
1.5 KiB
ReStructuredText

..
Warning: Do not edit this file. It is automatically generated and your
changes will be overwritten. The tool to do so lives in the
openstack-doc-tools repository.
.. list-table:: Description of configuration options for ``[app-container-server]`` in ``container-server.conf``
:header-rows: 1
:class: config-ref-table
* - 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