Guest User

Untitled

a guest
Apr 21st, 2017
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. [DEFAULT]
  2. verbose = True
  3. log_dir = /var/log/cloudkitty
  4. host = os-controller2
  5. debug = True
  6.  
  7. [collect]
  8.  
  9. #
  10. # From cloudkitty.common.config
  11. #
  12.  
  13. # Data collector. (string value)
  14. collector = ceilometer
  15.  
  16. # Number of samples to collect per call. (integer value)
  17. window = 1800
  18.  
  19. # Rating period in seconds. (integer value)
  20. period = 300
  21. #3600
  22. # Wait for N periods before collecting new data. (integer value)
  23. wait_periods = 1
  24.  
  25. # Services to monitor. (list value)
  26. services = compute,image,volume,network.bw.in,network.bw.out,network.floating
  27.  
  28. [oslo_messaging_rabbit]
  29.  
  30. rabbit_userid = openstackmq
  31. rabbit_password = i9bbt@ss
  32. rabbit_virtual_host = /openstack
  33.  
  34. rabbit_hosts=10.23.0.24:5672,10.23.0.25:5672
  35. #### (ListOpt) RabbitMQ HA cluster host:port pairs
  36.  
  37. # rabbit_durable_queues=false
  38. #### (BoolOpt) use durable queues in RabbitMQ
  39.  
  40. rabbit_ha_queues=True
  41. #### (BoolOpt) use H/A queues in RabbitMQ (x-ha-policy: all).You need to
  42. #### wipe RabbitMQ database when changing this option.
  43.  
  44. # Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disable the heartbeat)
  45. heartbeat_timeout_threshold=60
  46.  
  47. # How often times during the heartbeat_timeout_threshold we check the heartbeat
  48. heartbeat_rate=3
  49.  
  50. rabbit_max_retries=
  51.  
  52. #-----------------------
  53. # Keystone Middleware
  54. #-----------------------
  55. [keystone_authtoken]
  56. admin_user = cloudkitty
  57. admin_password = f##thos0vv18
  58. admin_tenant_name = service
  59. region = stages
  60. auth_uri = https://api.stages.scage.com:5000/v2.0
  61. identity_uri = https://api.stages.scage.com:35357/
  62. insecure = true
  63.  
  64. [database]
  65. connection = mysql://cloudkitty:e48dfttc88c@10.11.0.254:3306/cloudkitty?charset=utf8
  66.  
  67. [keystone_fetcher]
  68. keystone_version = 2
  69.  
  70. [state]
  71.  
  72. #
  73. # From cloudkitty.common.config
  74. #
  75.  
  76. # Backend for the state manager. (string value)
  77. #backend = cloudkitty.backend.file.FileBackend
  78.  
  79. # Storage directory for the file state backend. (string value)
  80. #basepath = /var/lib/cloudkitty/states/
  81.  
  82. [tenant_fetcher]
  83.  
  84. #
  85. # From cloudkitty.common.config
  86. #
  87.  
  88. # Driver used to fetch tenant list. (string value)
  89. backend = keystone
  90.  
  91. [keystone_fetcher]
  92. username = admin
  93. password = 5d6baead492b
  94. project_name = admin
  95. auth_url = https://api.stages.scage.com:5000/v2.0
  96. region = stages
  97. auth_type = password
  98.  
  99. # For automating the version
  100. [extra_conf]
  101. nova_version=2
  102. cloudkitty_version=1
  103. log_file=/var/log/cloudkitty/_billing.log
  104.  
  105. [ceilometer_collector]
  106. username = admin
  107. password = 5ycc49492b
  108. project_name = admin
  109. auth_url = https://api.stages.scage.com:5000/v2.0
  110. region = stages
  111. auth_type = password
Add Comment
Please, Sign In to add comment