Advertisement
Guest User

Untitled

a guest
Jan 10th, 2017
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1.  
  2. [DEFAULT]
  3. rpc_backend = rabbit
  4. auth_strategy = keystone
  5. meter_dispatchers = gnocchi
  6. meter_dispatchers = database
  7. event_dispatchers = ""
  8.  
  9. [api]
  10.  
  11. [central]
  12.  
  13. [collector]
  14.  
  15. [compute]
  16.  
  17. [coordination]
  18.  
  19. [cors]
  20.  
  21. [cors.subdomain]
  22.  
  23. [database]
  24. connection = mongodb://ceilometer:e11ca0a43965bda6d9b4610788ca8d75db5ecc7ed4469da2b6e7a5023652@172.17.3.3:27017/ceilometer
  25.  
  26. [dispatcher_file]
  27.  
  28. [dispatcher_gnocchi]
  29. url = http://172.17.1.2:8041
  30. filter_service_activity = False
  31. archive_policy = low
  32. resources_definition_file = gnocchi_resources.yaml
  33.  
  34. [event]
  35.  
  36. [exchange_control]
  37.  
  38. [hardware]
  39.  
  40. [ipmi]
  41.  
  42. [keystone_authtoken]
  43. auth_uri = http://172.17.1.2:5000
  44. auth_url = http://172.17.1.2:35357
  45. memcached_servers = 172.17.1.2:11211
  46. auth_type = password
  47. project_domain_name = default
  48. user_domain_name = default
  49. project_name = service
  50. username = ceilometer
  51. password = f43b98e3e13c124b53f52c413b00a2607b28fdb20791064526b31fa945b7
  52.  
  53. [matchmaker_redis]
  54.  
  55. [meter]
  56.  
  57. [notification]
  58. store_events = false
  59.  
  60. [oslo_concurrency]
  61.  
  62. [oslo_messaging_amqp]
  63.  
  64. [oslo_messaging_notifications]
  65.  
  66. [oslo_messaging_rabbit]
  67. rabbit_host = 172.17.1.2
  68. rabbit_userid = openstack
  69. rabbit_password = a1c169a6ff5bd8bd38e9038ab34ae751c99613f8495be5ac3c1c63f85b19
  70.  
  71. [oslo_policy]
  72.  
  73. [polling]
  74.  
  75. [publisher]
  76.  
  77. [publisher_notifier]
  78.  
  79. [rgw_admin_credentials]
  80.  
  81. [service_credentials]
  82. os_auth_url = http://172.17.1.2:5000
  83. os_username = ceilometer
  84. os_tenant_name = service
  85. os_password = f43b98e3e13c124b53f52c413b00a2607b28fdb20791064526b31fa945b7
  86. region_name = CEURegion
  87.  
  88. [service_types]
  89.  
  90. [storage]
  91.  
  92. [vmware]
  93.  
  94. [xenapi]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement