Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
458
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. [DEFAULT]
  2. debug = True
  3. log_dir = /var/log/kolla/gnocchi
  4.  
  5. [api]
  6. port = 8041
  7. host = 10.196.228.11
  8. middlewares = keystonemiddleware.auth_token.AuthProtocol
  9. auth_mode = keystone
  10.  
  11. [database]
  12. connection = mysql+pymysql://gnocchi:password@10.196.228.100:3306/gnocchi
  13. max_pool_size = 50
  14. max_overflow = 1000
  15. max_retries = -1
  16. mysql_enable_ndb = True
  17.  
  18. [statsd]
  19. resource_id = 1043f3ef-8ded-42f9-ac19-b3aba2c75b73
  20. user_id = e8184c84-c441-4a0a-a85d-b78225345e08
  21. project_id = c50bd434-a08c-4869-91d6-0f58572d57e9
  22. archive_policy_name = low
  23. flush_delay = 10
  24.  
  25. [indexer]
  26. url = mysql+pymysql://gnocchi:password@10.196.228.100:3306/gnocchi
  27.  
  28. [keystone_authtoken]
  29. auth_uri = http://10.196.228.100:5000/v3
  30. project_domain_id = default
  31. project_name = service
  32. user_domain_id = default
  33. username = gnocchi
  34. password = password
  35. auth_url = http://10.196.228.100:35357
  36. auth_type = password
  37. memcache_security_strategy = ENCRYPT
  38. memcache_secret_key = RRUVt1aoU9YTdxxJU38aaBgj9G9TU9b85Lz362VH
  39. memcached_servers = 10.196.228.11:11211,10.196.228.12:11211,10.196.228.13:11211
  40.  
  41. [storage]
  42. driver = swift
  43. swift_url = http://10.196.228.100:8080/v1/AUTH_
  44.  
  45. [swift_client]
  46. swift_auth_url = http://10.196.228.100:5000/v2.0/
  47. swift_auth_version = 2
  48. swift_user = admin
  49. swift_key = password
  50. swift_tenant_name = admin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement