| 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% | 
| Dean Troyer | 1e51c11 | 2012-03-16 10:42:00 -0500 | [diff] [blame] | 7 | swift_dir = %SWIFT_CONFIG_DIR% | 
| Chmouel Boudjnah | 28fa4e8 | 2011-11-01 12:30:55 +0100 | [diff] [blame] | 8 |  | 
|  | 9 | [pipeline:main] | 
|  | 10 | pipeline = account-server | 
|  | 11 |  | 
|  | 12 | [app:account-server] | 
|  | 13 | use = egg:swift#account | 
|  | 14 |  | 
|  | 15 | [account-replicator] | 
|  | 16 | vm_test_mode = yes | 
|  | 17 |  | 
|  | 18 | [account-auditor] | 
|  | 19 |  | 
|  | 20 | [account-reaper] |