Advertisement
marksguz

magnum_conf

Jun 5th, 2018
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. [DEFAULT]
  2. debug = true
  3. verbose = true
  4. log_file = magnum.log
  5. log_dir = /var/log/magnum
  6. rpc_backend = rabbit
  7. transport_url = rabbit://ostack:xxxxxxxxxx@192.168.128.20
  8. [api]
  9. host = 0.0.0.0
  10. [barbican_client]
  11. [certificates]
  12. cert_manager_type = x509keypair
  13. storage_path = /var/lib/magnum/certificates/
  14. [cinder_client]
  15. region_name = RegionOne
  16. [cluster]
  17. enabled_definitions = magnum_vm_atomic_k8s,magnum_bm_fedora_k8s,magnum_vm_coreos_k8s,magnum_vm_atomic_swarm,magnum_vm_ubuntu_mesos
  18. [cluster_heat]
  19. [cluster_template]
  20. [conductor]
  21. [cors]
  22. [cors.subdomain]
  23. [database]
  24. connection=mysql://magnum:xxxxxxxxx@192.168.128.254/magnum
  25. [docker]
  26. [docker_registry]
  27. [glance_client]
  28. region_name = RegionOne
  29. [heat_client]
  30. region_name = RegionOne
  31. [keystone_auth]
  32. [keystone_authtoken]
  33. auth_version = v3
  34. auth_uri = http://x.x.x.x:5000/v3
  35. project_domain_id = default
  36. project_name = services
  37. user_domain_id = default
  38. username = magnum
  39. password = xxxxxxxxxx
  40. auth_url = http://192.168.128.254:35357
  41. auth_type = password
  42. [magnum_client]
  43. region_name = RegionOne
  44. endpoint_type = publicURL
  45. [matchmaker_redis]
  46. [neutron_client]
  47. region_name = RegionOne
  48. [nova_client]
  49. region_name = RegionOne
  50. [oslo_concurrency]
  51. lock_path = /var/lib/magnum/tmp
  52. [oslo_messaging_amqp]
  53. [oslo_messaging_notifications]
  54. driver = messaging
  55. [oslo_messaging_rabbit]
  56. rabbit_hosts=192.168.128.8:5672,192.168.128.9:5672,192.168.128.20:5672
  57. rabbit_use_ssl=False
  58. rabbit_userid=ostack
  59. rabbit_password=xxxxxxxxx
  60. rabbit_virtual_host=/
  61. rabbit_retry_interval=1
  62. rabbit_retry_backoff=2
  63. rabbit_max_retries=0
  64. rabbit_ha_queues=true
  65. [oslo_messaging_zmq]
  66. [oslo_policy]
  67. [trust]
  68. trustee_domain_name = magnum
  69. trustee_domain_admin_name = magnum_domain_admin
  70. trustee_domain_admin_password = xxxxxxxxxxx
  71. [x509]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement