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% |
| 7 | |
| 8 | [pipeline:main] |
| 9 | pipeline = container-server |
| 10 | |
| 11 | [app:container-server] |
| 12 | use = egg:swift#container |
| 13 | |
| 14 | [container-replicator] |
| 15 | vm_test_mode = yes |
| 16 | |
| 17 | [container-updater] |
| 18 | |
| 19 | [container-auditor] |
| 20 | |
| 21 | [container-sync] |