Guest User

Untitled

a guest
Jan 4th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. [DEFAULT]
  2. bind_port = 80
  3. workers = 8
  4. user = root
  5. log_facility = LOG_LOCAL1
  6.  
  7. [pipeline:main]
  8. pipeline = healthcheck cache keystone proxy-server
  9.  
  10. [app:proxy-server]
  11. use = egg:swift#proxy
  12. allow_account_management = true
  13.  
  14.  
  15. [filter:keystone]
  16. use = egg:keystone#tokenauth
  17. auth_protocol = http
  18. auth_host = 10.103.0.26
  19. auth_port = 5000
  20. admin_token = 3be371eb-e7af-4327-87d7-fa7758608fd6
  21. delay_auth_decision = 0
  22. service_protocol = http
  23. service_host = 10.103.0.26
  24. service_port = 5000
  25. service_pass = %xxxxxxxx%
  26.  
  27.  
  28.  
  29. [filter:healthcheck]
  30. use = egg:swift#healthcheck
  31.  
  32. [filter:cache]
  33. use = egg:swift#memcache
  34. memcache_servers = 192.168.1.100:11211
Add Comment
Please, Sign In to add comment