Advertisement
Guest User

Untitled

a guest
Feb 9th, 2012
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. [DEFAULT]
  2. cert_file = /etc/swift/cert.crt
  3. key_file = /etc/swift/cert.key
  4. bind_port = 8080
  5. workers = 8
  6. user = swift
  7.  
  8. [pipeline:main]
  9. pipeline = healthcheck cache tempauth proxy-server
  10.  
  11. [app:proxy-server]
  12. use = egg:swift#proxy
  13. allow_account_management = true
  14.  
  15. [filter:tempauth]
  16. use = egg:swift#tempauth
  17. user_system_root = testpass .admin https://192.168.56.105:8080/v1/AUTH_system
  18.  
  19. [filter:healthcheck]
  20. use = egg:swift#healthcheck
  21.  
  22. [filter:cache]
  23. use = egg:swift#memcache
  24. memcache_servers = 192.168.56.105:11211
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement