Advertisement
Guest User

Untitled

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