Advertisement
Guest User

Untitled

a guest
Mar 14th, 2015
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. [DEFAULT]
  2. debug = True
  3. lock_path = $state_path/lock
  4. core_plugin = ml2
  5. service_plugins = router
  6. allow_overlapping_ips = True
  7.  
  8. auth_strategy = keystone
  9. [keystone_authtoken]
  10. auth_uri = http://controller1:5000/v2.0
  11. identity_uri = http://controller1:35357
  12. admin_tenant_name = service
  13. admin_user = neutron
  14. admin_password = n3utron
  15.  
  16. notify_nova_on_port_status_changes = True
  17. notify_nova_on_port_data_changes = True
  18. nova_url = http://controller1:8774/v2
  19. nova_region_name = fr1
  20. nova_admin_username = nova
  21. nova_admin_tenant_id = d10bc7f5a4994a43a4e717b3e41b1213
  22. nova_admin_password = n0va
  23.  
  24. nova_admin_auth_url = http://controller1:35357/v2.0
  25.  
  26. rabbit_host=db ## dns works fine, same setting in nova works
  27. rabbit_port=5672
  28. rabbit_userid=guest
  29. rabbit_password=guest
  30.  
  31. [matchmaker_redis]
  32.  
  33. [matchmaker_ring]
  34.  
  35. [quotas]
  36.  
  37. [agent]
  38. root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
  39.  
  40. [keystone_authtoken]
  41. auth_host = 127.0.0.1
  42. auth_port = 35357
  43. auth_protocol = http
  44. admin_tenant_name = %SERVICE_TENANT_NAME%
  45. admin_user = %SERVICE_USER%
  46. admin_password = %SERVICE_PASSWORD%
  47.  
  48. [database]
  49. connection = mysql://neutron:neutr0n@db/neutron
  50.  
  51. [service_providers]
  52. service_provider=LOADBALANCER:Haproxy:neutron.services.loadbalancer.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default
  53. service_provider=VPN:openswan:neutron.services.vpn.service_drivers.ipsec.IPsecVPNDriver:default
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement