Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. [DEFAULT]
  2. service_plugins = router
  3. allow_overlapping_ips = True
  4. rpc_backend = rabbit
  5. auth_strategy = keystone
  6. notify_nova_on_port_status_changes = True
  7. notify_nova_on_port_data_changes = True
  8. core_plugin = ml2
  9. [agent]
  10. root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
  11. [cors]
  12. [cors.subdomain]
  13. [database]
  14. connection = mysql+pymysql://neutron:binh@controller/neutron
  15. [keystone_authtoken]
  16. auth_uri = http://controller:5000
  17. auth_url = http://controller:35357
  18. memcached_servers = controller:11211
  19. auth_type = password
  20. project_domain_name = default
  21. user_domain_name = default
  22. project_name = service
  23. username = neutron
  24. password = binh
  25. [matchmaker_redis]
  26. [nova]
  27. auth_url = http://controller:35357
  28. auth_type = password
  29. project_domain_name = default
  30. user_domain_name = default
  31. region_name = RegionOne
  32. project_name = service
  33. username = nova
  34. password = binh
  35. [oslo_concurrency]
  36. [oslo_messaging_amqp]
  37. [oslo_messaging_notifications]
  38. [oslo_messaging_rabbit]
  39. rabbit_host = controller
  40. rabbit_userid = openstack
  41. rabbit_password = binh
  42. [oslo_policy]
  43. [quotas]
  44. [ssl]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement