Advertisement
Guest User

Untitled

a guest
Jan 26th, 2015
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. [DEFAULT]
  2. lock_path = $state_path/lock
  3. core_plugin = ml2
  4. service_plugins = neutron.services.loadbalancer.plugin.LoadBalancerPlugin,neutron.services.metering.metering_plugin.MeteringPlugin,neutron.services.l3_router.l3_router_plugin.L3RouterPlugin
  5. auth_strategy = keystone
  6. allow_overlapping_ips = True
  7. notify_nova_on_port_status_changes = True
  8. notify_nova_on_port_data_changes = True
  9. nova_url = http://control:8774/v2
  10. nova_admin_auth_url = http://control:35357/v2.0
  11. nova_region_name = regionOne
  12. nova_admin_username = nova
  13. nova_admin_tenant_id = service
  14. nova_admin_password = NOVA_PASS
  15. rabbit_host = control
  16. rabbit_userid = guest
  17. rabbit_password = RABBIT_PASS
  18. rpc_backend=rabbit
  19. [matchmaker_redis]
  20. [matchmaker_ring]
  21. [quotas]
  22. [agent]
  23. root_helper = sudo neutron-rootwrap /etc/neutron/rootwrap.conf
  24. [keystone_authtoken]
  25. auth_host = 127.0.0.1
  26. auth_port = 35357
  27. auth_protocol = http
  28. admin_tenant_name = admin
  29. admin_user = admin
  30. admin_password = NEUTRON_PASS
  31. [database]
  32. connection = mysql://neutron:NEUTRON_DBPASS@control/neutron
  33. [service_providers]
  34. service_provider=LOADBALANCER:Haproxy:neutron.services.loadbalancer.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default
  35. service_provider=VPN:openswan:neutron.services.vpn.service_drivers.ipsec.IPsecVPNDriver:default
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement