Guest User

mistral.conf

a guest
Jun 19th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [DEFAULT]
  2. auth_strategy = keystone
  3. rpc_backend = rabbit
  4. [cors]
  5. [cors.subdomain]
  6. [database]
  7. connection = mysql+pymysql://mistral:[email protected]/mistral
  8. [keystone_authtoken]
  9. auth_uri = http://10.0.0.21:5000
  10. auth_url = http://10.0.0.21:35357
  11. memcached_servers = 10.0.0.21:11211
  12. auth_type = password
  13. project_domain_name = default
  14. user_domain_name = default
  15. project_name = admin
  16. username = admin
  17. password = Welcome123
  18. [matchmaker_redis]
  19. [oslo_concurrency]
  20. [oslo_messaging_amqp]
  21. [oslo_messaging_notifications]
  22. [oslo_messaging_rabbit]
  23. rabbit_host = 10.0.0.21
  24. rabbit_userid = openstack
  25. rabbit_password = Welcome123
  26. [oslo_policy]
  27. [paste_deploy]
  28. flavor = keystone
  29. [profiler]
  30. [store_type_location_strategy]
  31. [task]
  32. [taskflow_executor]
Add Comment
Please, Sign In to add comment