Advertisement
Guest User

Untitled

a guest
Feb 17th, 2017
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. [DEFAULT]
  2. debug = False
  3. log_dir = /var/log/kolla/gnocchi
  4.  
  5. [api]
  6. port = 8041
  7. host = 192.168.1.124
  8. middlewares = keystonemiddleware.auth_token.AuthProtocol
  9.  
  10. [database]
  11. connection = mysql+pymysql://gnocchi:sWATLvk23zJm1Y599Y9OJo7y3LYkuu0T3IawEB8u@192.168.1.254:3306/gnocchi
  12. max_pool_size = 50
  13. max_overflow = 1000
  14. max_retries = -1
  15.  
  16. [statsd]
  17. resource_id = e836b696-e52e-4128-bebf-0ea7f1af4e3c
  18. user_id = 0c95f702-e885-49d2-8254-1dfd2804ebcf
  19. project_id = c18f737c-ef45-48ea-a066-2d761abb287d
  20. archive_policy_name = low
  21. flush_delay = 10
  22.  
  23. [indexer]
  24. url = mysql+pymysql://gnocchi:sWATLvk23zJm1Y599Y9OJo7y3LYkuu0T3IawEB8u@192.168.1.254:3306/gnocchi
  25.  
  26. [keystone_authtoken]
  27. auth_uri = http://192.168.1.254:5000/v3
  28. project_domain_id = default
  29. project_name = service
  30. user_domain_id = default
  31. username = gnocchi
  32. password = mAfgxT9k5bcSbPHErWe8VUrsmN73cu4xp89jvQQE
  33. auth_url = http://192.168.1.254:35357
  34. auth_type = password
  35. memcache_security_strategy = ENCRYPT
  36. memcache_secret_key = ucL2k0vGBsWYSvOKfuXgBva0tzojDmW0T9cIoYFE
  37. memcached_servers = 192.168.1.124:11211,192.168.1.129:11211,192.168.1.127:11211
  38.  
  39. [storage]
  40. driver = ceph
  41. ceph_pool = gnocchi
  42. ceph_username = gnocchi
  43. ceph_keyring = /etc/ceph/ceph.client.gnocchi.keyring
  44. ceph_conffile = /etc/ceph/ceph.conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement