Advertisement
Guest User

Untitled

a guest
Nov 19th, 2018
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. [DEFAULT]
  2. verbose = True
  3. state_path = /var/lib/neutron
  4. bind_host = 0.0.0.0
  5. bind_port = 9696
  6. auth_strategy = keystone
  7. core_plugin = ml2
  8. service_plugins = router
  9. #debug=true
  10. base_mac = fa:16:3e:00:00:00
  11. allow_bulk = true
  12. dhcp_lease_duration = 86400
  13. dhcp_agent_notification = true
  14. allow_overlapping_ips = True
  15. notify_nova_on_port_status_changes = true
  16. notify_nova_on_port_data_changes = true
  17. allow_automatic_dhcp_failover = true
  18. dhcp_agents_per_network = 2
  19. dvr_base_mac = fa:16:3f:00:00:00
  20. router_distributed = true
  21. router_scheduler_driver = neutron.scheduler.l3_agent_scheduler.LeastRoutersScheduler
  22. l3_ha = True
  23. max_l3_agents_per_router = 3
  24. l3_ha_net_cidr = 169.254.192.0/18
  25. transport_url = rabbit://guest:guest@controller-1,guest:guest@controller-2,guest:guest@controller-3
  26. #for journald
  27. use_journal = True
  28. [agent]
  29. root_helper = sudo neutron-rootwrap /etc/neutron/rootwrap.conf
  30. [cors]
  31. [cors.subdomain]
  32. [database]
  33. connection = mysql+pymysql://neutron:30910ab5462a488d@localhost/neutron
  34. max_pool_size = 10
  35. [keystone_authtoken]
  36. auth_uri = http://172.20.56.10:5000
  37. auth_url = http://172.20.56.10:35357
  38. memcached_servers = controller-1:11211,controller-2:11211,controller-3:11211
  39. auth_type = password
  40. project_domain_name = default
  41. user_domain_name = default
  42. project_name = services
  43. username = neutron
  44. password = 44a2a467bda84679
  45. [matchmaker_redis]
  46. [nova]
  47. region_name = RegionOne
  48. #endpoint_type = internal
  49. auth_url = http://172.20.56.10:35357
  50. auth_type = password
  51. password = ff1002b851cd4690
  52. project_domain_name = default
  53. project_name = services
  54. user_domain_name = default
  55. username = nova
  56. [oslo_concurrency]
  57. [oslo_messaging_amqp]
  58. [oslo_messaging_kafka]
  59. [oslo_messaging_notifications]
  60. [oslo_messaging_rabbit]
  61. [oslo_messaging_zmq]
  62. [oslo_middleware]
  63. [oslo_policy]
  64. [qos]
  65. [quotas]
  66. [ssl]
  67. [service_providers]
  68. service_provider = FIREWALL:Iptables:neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver:default
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement