Advertisement
diegolima

OS - Networking Node - /etc/neutron/neutron.conf

Dec 23rd, 2013
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [DEFAULT]
  2. auth_host = management-node
  3. admin_tenant_name = service
  4. admin_user = neutron
  5. admin_password = cloud2014
  6. auth_url = http://management-node:35357/v2.0
  7.  
  8. state_path = /var/lib/neutron
  9. lock_path = $state_path/lock
  10. core_plugin = neutron.plugins.openvswitch.ovs_neutron_plugin.OVSNeutronPluginV2
  11. auth_strategy = keystone
  12. allow_overlapping_ips = True
  13. rpc_backend = neutron.openstack.common.rpc.impl_kombu
  14.  
  15. rabbit_host = management-node
  16. rabbit_password = cloud2014
  17.  
  18. notification_driver = neutron.openstack.common.notifier.rpc_notifier
  19.  
  20. [quotas]
  21.  
  22. [agent]
  23. root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
  24.  
  25. [keystone_authtoken]
  26. auth_host = management-node
  27. auth_port = 35357
  28. auth_protocol = http
  29. admin_tenant_name = service
  30. admin_user = neutron
  31. admin_password = cloud2014
  32. signing_dir = $state_path/keystone-signing
  33.  
  34. [database]
  35. connection = postgresql://openstack:cloud2014@management-node/neutron
  36.  
  37. [service_providers]
  38. service_provider=LOADBALANCER:Haproxy:neutron.services.loadbalancer.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement