Advertisement
Guest User

Untitled

a guest
Apr 7th, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1.  
  2. [DEFAULT]
  3. verbose = True
  4. debug = True
  5. log_dir = /var/log/cloudkitty
  6.  
  7. [oslo_messaging_rabbit]
  8. rabbit_userid = guest
  9. rabbit_password = ***
  10. rabbit_hosts = 172.25.4.17:5672
  11.  
  12. [auth]
  13. username = cloudkitty
  14. password = CK_PASSWORD
  15. tenant = service
  16. region = RegionOne
  17. strategy = keystone
  18. url = https://localhost:5000/v2.0
  19.  
  20. [keystone_authtoken]
  21. admin_user = cloudkitty
  22. admin_password = CK_PASSWORD
  23. admin_tenant_name = service
  24. region = RegionOne
  25. auth_uri = https://localhost:5000/v2.0
  26. identity_uri = http://172.25.4.7:35357
  27. memcached_servers= 172.25.4.17:11211
  28. auth_plugin = password
  29.  
  30. [database]
  31. connection = mysql://cloudkitty:CK_DBPASS@localhost/cloudkitty
  32.  
  33. [keystone_fetcher]
  34. username = admin
  35. password = ADMIN
  36. tenant = admin
  37. region = RegionOne
  38. url = https://localhost:5000/v2.0
  39.  
  40. [ceilometer_collector]
  41. username = cloudkitty
  42. password = CK_PASSWORD
  43. tenant = service
  44. region = RegionOne
  45. url = https://localhost:5000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement