Advertisement
Guest User

Untitled

a guest
May 10th, 2016
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. [keystone_authtoken]
  2. memcached_servers = 10.222.68.52:11211
  3. signing_dir = /var/cache/smaug
  4. cafile = /opt/stack/data/ca-bundle.pem
  5. auth_uri = http://10.222.68.52:5000
  6. project_domain_name = Default
  7. project_name = service
  8. user_domain_name = Default
  9. password = admin
  10. username = smaug
  11. auth_url = http://10.222.68.52:35357
  12. auth_type = password
  13. #signing_dir = /var/cache/smaug
  14. #cafile = /opt/stack/data/ca-bundle.pem
  15. #auth_uri = http://192.168.1.102:5000
  16. #project_domain_id = default
  17. #project_name = service
  18. #user_domain_id = default
  19. #password = nomoresecrete
  20. #username = smaug
  21. #auth_url = http://http://192.168.1.102:35357
  22. #auth_plugin = password
  23.  
  24. [DEFAULT]
  25. logging_exception_prefix = %(color)s%(asctime)s.%(msecs)03d TRACE %(name)s %(instance)s
  26. logging_debug_format_suffix = from (pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d
  27. logging_default_format_string = %(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s
  28. logging_context_format_string = %(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [%(request_id)s %(user_name)s %(project_name)s%(color)s] %(instance)s%(color)s%(message)s
  29. rpc_backend = rabbit
  30. use_syslog = False
  31. verbose = True
  32. debug = True
  33. #api_paste_config = /etc/smaug/api-paste.ini
  34. #logging_context_format_string = %(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [%(request_id)s %(user_id)s %(project_id)s%(color)s] %(instance)s%(color)s%(message)s
  35. #logging_debug_format_suffix = from (pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d
  36. #logging_default_format_string = %(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s
  37. #logging_exception_prefix = %(color)s%(asctime)s.%(msecs)03d TRACE %(name)s %(instance)s
  38. #verbose = True
  39. #debug = True
  40. #auth_strategy = noauth
  41. #log_dir = /var/log/
  42. #rpc_backend = rabbit
  43.  
  44. #[database]
  45. #connection = mysql+pymysql://root:stackdb@127.0.0.1/smaug?charset=utf8
  46.  
  47. #[oslo_messaging_rabbit]
  48. #rabbit_userid = stackrabbit
  49. #rabbit_password = stackqueue
  50. #rabbit_hosts = 10.229.50.225
  51. [database]
  52. connection = mysql+pymysql://root:admin@127.0.0.1/smaug?charset=utf8
  53.  
  54. [oslo_messaging_rabbit]
  55. rabbit_userid = stackrabbit
  56. rabbit_password = admin
  57. rabbit_hosts = 10.222.68.52
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement