Guest User

neutron

a guest
Jul 28th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. [DEFAULT]
  2. auth_strategy = keystone
  3. core_plugin = ml2
  4. service_plugins = router
  5. allow_overlapping_ips = True
  6. notify_nova_on_port_status_changes = True
  7. notify_nova_on_port_data_changes = True
  8. router_distributed = True
  9. [agent]
  10. [cors]
  11. [cors.subdomain]
  12. [database]
  13. [keystone_authtoken]
  14. auth_uri = http://cloudcontrol:5000
  15. auth_url = http://cloudcontrol:35357
  16. memcached_servers = cloudcontrol:11211
  17. auth_type = password
  18. project_domain_name = Default
  19. user_domain_name = Default
  20. project_name = service
  21. username = neutron
  22. [matchmaker_redis]
  23. [nova]
  24. auth_url = http://cloudcontrol:35357
  25. auth_type = password
  26. project_domain_name = Default
  27. user_domain_name = Default
  28. region_name = RegionOne
  29. project_name = service
  30. username = nova
  31. [oslo_concurrency]
  32. lock_path = /var/lib/neutron/tmp
  33. [oslo_messaging_amqp]
  34. [oslo_messaging_notifications]
  35. [oslo_messaging_rabbit]
  36. [oslo_messaging_zmq]
  37. [oslo_middleware]
  38. [oslo_policy]
  39. [qos]
  40. [quotas]
  41. [ssl]
Advertisement
Add Comment
Please, Sign In to add comment