Chmouel Boudjnah | 28fa4e8 | 2011-11-01 12:30:55 +0100 | [diff] [blame] | 1 | [DEFAULT] |
| 2 | devices = %NODE_PATH%/node |
| 3 | mount_check = false |
| 4 | bind_port = %BIND_PORT% |
Chmouel Boudjnah | 88d5499 | 2011-11-02 01:10:38 +0100 | [diff] [blame] | 5 | user = %USER% |
Chmouel Boudjnah | 28fa4e8 | 2011-11-01 12:30:55 +0100 | [diff] [blame] | 6 | log_facility = LOG_LOCAL%LOG_FACILITY% |
Chmouel Boudjnah | 3a64826 | 2011-11-03 10:43:46 +0100 | [diff] [blame] | 7 | swift_dir = %SWIFT_CONFIG_LOCATION% |
Chmouel Boudjnah | 28fa4e8 | 2011-11-01 12:30:55 +0100 | [diff] [blame] | 8 | |
| 9 | [pipeline:main] |
| 10 | pipeline = object-server |
| 11 | |
| 12 | [app:object-server] |
| 13 | use = egg:swift#object |
| 14 | |
| 15 | [object-replicator] |
| 16 | vm_test_mode = yes |
| 17 | |
| 18 | [object-updater] |
| 19 | |
| 20 | [object-auditor] |
Chmouel Boudjnah | 12c7d4b | 2012-02-09 16:44:32 +0100 | [diff] [blame] | 21 | |
| 22 | [object-expirer] |