Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [[local|localrc]]
  2.  
  3. ADMIN_PASSWORD=password
  4. DATABASE_PASSWORD=$ADMIN_PASSWORD
  5. RABBIT_PASSWORD=$ADMIN_PASSWORD
  6. SERVICE_PASSWORD=$ADMIN_PASSWORD
  7. DEST=/opt/stack/
  8. LOGFILE=$DEST/logs/stack.sh.log
  9.  
  10. enable_plugin heat git://git.openstack.org/openstack/heat
  11. enable_plugin monasca-api git://git.openstack.org/openstack/monasca-api
  12. enable_plugin ceilometer git://git.openstack.org/openstack/ceilometer
  13. enable_plugin aodh git://git.openstack.org/openstack/aodh
  14. enable_plugin vitrage git://git.openstack.org/openstack/vitrage refs/changes/99/622899/15
  15. enable_plugin vitrage-dashboard git://git.openstack.org/openstack/vitrage-dashboard
  16.  
  17. [[post-config|$NOVA_CONF]]
  18. [DEFAULT]
  19. notification_topics = notifications,vitrage_notifications
  20. notification_driver = messagingv2
  21.  
  22. [notifications]
  23. versioned_notifications_topics = versioned_notifications,vitrage_notifications
  24. notification_driver = messagingv2
  25.  
  26. [[post-config|$NEUTRON_CONF]]
  27. [DEFAULT]
  28. notification_topics = notifications,vitrage_notifications
  29. notification_driver = messagingv2
  30.  
  31. [[post-config|$CINDER_CONF]]
  32. [DEFAULT]
  33. notification_topics = notifications,vitrage_notifications
  34. notification_driver = messagingv2
  35.  
  36. [[post-config|$HEAT_CONF]]
  37. [DEFAULT]
  38. notification_topics = notifications,vitrage_notifications
  39. notification_driver = messagingv2
  40. policy_file = /etc/heat/policy.yaml
  41.  
  42. [[post-config|$AODH_CONF]]
  43. [oslo_messaging_notifications]
  44. driver = messagingv2
  45. topics = notifications, vitrage_notifications
  46.  
  47. [[post-config|$VITRAGE_CONF]]
  48.  
  49. [DEFAULT]
  50. notifiers = nova,webhook
  51.  
  52. [datasources]
  53. snapshots_interval = 120
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement