Advertisement
Guest User

Untitled

a guest
Oct 10th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. root@test:/home/ubuntu# cat /etc/cloudkitty/cloudkitty.conf
  2.  
  3. [oslo_policy]
  4. policy_file = policy.yaml
  5.  
  6. [DEFAULT]
  7. auth_strategy = keystone
  8. debug = True
  9. notification_topics = notifications
  10. transport_url = rabbit://stackrabbit:secret@192.168.10.3:5672/
  11.  
  12. [authinfos]
  13. debug = True
  14. project_domain_name = default
  15. user_domain_name = default
  16. region_name = RegionOne
  17. tenant_name = service
  18. project_name = service
  19. password = secret
  20. username = cloudkitty
  21. identity_uri = http://192.168.10.3/identity/v3
  22. auth_url = http://192.168.10.3/identity/v3
  23. auth_protocol = http
  24. auth_type = v3password
  25.  
  26. [keystone_fetcher]
  27. keystone_version = 3
  28. auth_section = authinfos
  29.  
  30. [collect]
  31. metrics_conf = /etc/cloudkitty/metrics.yml
  32. services = compute
  33. collector = gnocchi
  34.  
  35. [gnocchi_collector]
  36. auth_section = authinfos
  37.  
  38. [output]
  39. pipeline = osrf
  40. basepath = /opt/stack/data/cloudkitty/reports
  41. backend = cloudkitty.backend.file.FileBackend
  42.  
  43. [storage]
  44. version = 1
  45. backend = sqlalchemy
  46.  
  47. [database]
  48. connection = mysql+pymysql://root:secret@127.0.0.1/cloudkitty?charset=utf8
  49.  
  50. [keystone_authtoken]
  51. memcached_servers = localhost:11211
  52. signing_dir = /var/cache/cloudkitty
  53. cafile = /opt/stack/data/ca-bundle.pem
  54. project_domain_name = Default
  55. project_name = service
  56. user_domain_name = Default
  57. password = secret
  58. username = cloudkitty
  59. auth_url = http://192.168.10.3/identity
  60. auth_type = password
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement