![]() |
![]()
| ![]() |
![]()
NAMEobject-expirer.conf - configuration file for the openstack-swift object exprier daemonSYNOPSISobject-expirer.confDESCRIPTIONThis is the configuration file used by the object expirer daemon. The daemon's function is to query the internal hidden expiring_objects_account to discover objects that need to be deleted and to then delete them. The configuration file follows the python-pastedeploy syntax. The file is divided into sections, which are enclosed by square brackets. Each section will contain a certain number of key/value parameters which are described later. Any line that begins with a '#' symbol is ignored. You can find more information about python-pastedeploy configuration format at http://pythonpaste.org/deploy/#config-formatGLOBAL SECTIONThis is indicated by section named [DEFAULT]. Below are
the parameters that are acceptable within this section.
PIPELINE SECTIONThis is indicated by section name [pipeline:main]. Below
are the parameters that are acceptable within this section.
APP SECTIONThis is indicated by section name [app:object-server].
Below are the parameters that are acceptable within this section.
FILTER SECTIONAny section that has its name prefixed by
"filter:" indicates a filter section. Filters are used to specify
configuration parameters for specific swift middlewares. Below are the filters
available and respective acceptable parameters.
DOCUMENTATIONMore in depth documentation about the swift-object-expirer and also Openstack-Swift as a whole can be found at http://swift.openstack.org/admin_guide.html and http://swift.openstack.orgSEE ALSOswift-proxy-server.conf(5),
|