Guest User

magnum.conf

a guest
Jun 9th, 2015
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. [DEFAULT]
  2. logging_exception_prefix = %(color)s%(asctime)s.%(msecs)03d TRACE %(name)s ^[[01;35m%(instance)s^[[00m
  3. logging_debug_format_suffix = ^[[00;33mfrom (pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d^[[00m
  4. logging_default_format_string = %(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [^[[00;36m-%(color)s] ^[[01;35m%(instance)s%(color)s%(message)s^[[00m
  5. logging_context_format_string = %(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [^[[01;36m%(request_id)s ^[[00;36m%(user_name)s %(project_name)s%(color)s] ^[[01;35m%(instance)s%(color)s%(message)s^[[00m
  6. lock_path = /opt/stack/data/magnum
  7. state_path = /opt/stack/data/magnum
  8. debug = True
  9. verbose = True
  10.  
  11. [oslo_messaging_rabbit]
  12. rabbit_host = 172.16.155.153
  13. rabbit_password = password
  14. rabbit_userid = stackrabbit
  15.  
  16. [database]
  17. connection = mysql://root:[email protected]/magnum?charset=utf8
  18.  
  19. [api]
  20. port = 9511
  21. host = 172.16.155.153
  22.  
  23. [oslo_policy]
  24. policy_file = /etc/magnum/policy.json
  25.  
  26. [keystone_authtoken]
  27. signing_dir = /var/cache/magnum
  28. cafile = /opt/stack/data/ca-bundle.pem
  29. auth_uri = http://172.16.155.153:5000
  30. project_domain_id = default
  31. project_name = service
  32. user_domain_id = default
  33. password = password
  34. username = magnum
  35. auth_url = http://172.16.155.153:35357
  36. auth_plugin = password
Advertisement
Add Comment
Please, Sign In to add comment