Advertisement
Guest User

Untitled

a guest
Jun 8th, 2017
602
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1.  
  2. [DEFAULT]
  3. logging_exception_prefix = %(color)s%(asctime)s.%(msecs)03d TRACE %(name)s %(instance)s
  4. logging_debug_format_suffix = from (pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d
  5. logging_default_format_string = %(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s
  6. logging_context_format_string = %(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [%(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s
  7. state_path = /opt/stack/data/zun
  8. debug = True
  9. db_type = sql
  10. container_driver = docker.driver.DockerDriver
  11.  
  12. [oslo_messaging_rabbit]
  13. rabbit_host = 10.0.0.3
  14. rabbit_password = 2305015459L
  15. rabbit_userid = stackrabbit
  16.  
  17. [database]
  18. connection = mysql+pymysql://root:2305015459L@127.0.0.1/zun?charset=utf8
  19.  
  20. [etcd]
  21. etcd_port = 2379
  22. etcd_host = 10.0.0.3
  23.  
  24. [websocket_proxy]
  25. wsproxy_host = 0.0.0.0
  26. wsproxy_port = 6784
  27.  
  28. [api]
  29. port = 9517
  30. host_ip = 10.0.0.3
  31.  
  32. [docker]
  33. docker_remote_api_host = 10.0.0.3
  34.  
  35. [oslo_policy]
  36. policy_file = /etc/zun/policy.json
  37.  
  38. [keystone_auth]
  39. auth_url = http://10.0.0.3/identity/v3
  40. user_domain_id = default
  41. project_domain_id = default
  42. project_name = service
  43. password = 2305015459L
  44. username = zun
  45. auth_type = password
  46.  
  47. [keystone_authtoken]
  48. auth_version = v3
  49. memcached_servers = 10.0.0.3:11211
  50. signing_dir = /var/cache/zun
  51. cafile = /opt/stack/data/ca-bundle.pem
  52. auth_uri = http://10.0.0.3:5000/v3
  53. project_domain_name = Default
  54. project_name = service
  55. user_domain_name = Default
  56. password = 2305015459L
  57. username = zun
  58. auth_url = http://10.0.0.3/identity_admin
  59. auth_type = password
  60. admin_tenant_name = service
  61. admin_password = 2305015459L
  62. admin_user = zun
  63.  
  64. [glance]
  65. images_directory = /opt/stack/data/zun/images
  66.  
  67. [oslo_concurrency]
  68. lock_path = /opt/stack/data/zun
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement