polgair

neutron server neutron.conf

May 31st, 2014
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. [DEFAULT]
  2. verbose = True
  3. debug = True
  4. state_path = /var/lib/neutron
  5. lock_path = $state_path/lock
  6. bind_host = 0.0.0.0
  7. bind_port = 9696
  8. core_plugin = ml2
  9. service_plugins = router
  10. auth_strategy = keystone
  11. mac_generation_retries = 16
  12. dhcp_lease_duration = 86400
  13. dhcp_agent_notification = True
  14. allow_overlapping_ips = True
  15. rpc_backend = neutron.openstack.common.rpc.impl_kombu
  16. rpc_thread_pool_size = 64
  17. rpc_conn_pool_size = 30
  18. rabbit_host = rabbitmq.bertck.com
  19. rabbit_password = openstack_icehouse
  20. ovs_use_veth=True
  21. rabbit_port = 5672
  22. rabbit_userid = guest
  23. notification_driver = neutron.openstack.common.notifier.rpc_notifier
  24. default_notification_level = INFO
  25. agent_down_time = 750
  26. notify_nova_on_port_status_changes = True
  27. notify_nova_on_port_data_changes = True
  28. nova_url = http://novaapi.bertck.com:8774/v2
  29. nova_admin_username = nova
  30. nova_admin_tenant_id = 60dfe91bf89942b3961208ae88f47574
  31. nova_admin_password = nova-icehouse
  32. nova_admin_auth_url = http://novaapi.bertck.com:35357/v2.0
  33. [quotas]
  34. [agent]
  35. root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
  36. tunnel_types = gre
  37. [keystone_authtoken]
  38. auth_host = keystone.bertck.com
  39. auth_uri = http://keystone.bertck.com:5000
  40. auth_port = 35357
  41. auth_protocol = http
  42. admin_tenant_name = service
  43. admin_user = neutron
  44. admin_password = neutron-icehouse
  45. signing_dir = $state_path/keystone-signing
  46. [database]
  47. connection = mysql://neutron:[email protected]/neutron
  48. [service_providers]
Advertisement
Add Comment
Please, Sign In to add comment