polgair

nova-compute neutron.conf

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