Advertisement
s_schultchen

cntr: /etc/neutron/neutron.conf

Dec 8th, 2016
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. [DEFAULT]
  2. core_plugin = ml2
  3. service_plugins = router
  4. allow_overlapping_ips = True
  5. transport_url = rabbit://openstack:Thiey7aep4oofesei7rooZee@cntr1a:5672,openstack:Thiey7aep4oofesei7rooZee@cntr1b:5672,openstack:Thiey7aep4oofesei7rooZee@cntr1c:5672
  6. auth_strategy = keystone
  7. notify_nova_on_port_status_changes = True
  8. notify_nova_on_port_data_changes = True
  9. router_distributed = True
  10. dhcp_agents_per_network = 3
  11. bind_host = 10.0.0.103
  12. default_availability_zones = HomeA,HomeB,HomeC
  13. dhcp_load_type = networks
  14. network_scheduler_driver = neutron.scheduler.dhcp_agent_scheduler.AZAwareWeightScheduler
  15. router_scheduler_driver = neutron.scheduler.l3_agent_scheduler.AZLeastRoutersScheduler
  16. [agent]
  17. [cors]
  18. [cors.subdomain]
  19. [database]
  20. connection = mysql+pymysql://neutron:[email protected]/neutron
  21. [keystone_authtoken]
  22. auth_uri = http://keystone.infra.home.schlitzered.de:5000
  23. auth_url = http://keystone.infra.home.schlitzered.de:35357
  24. memcached_servers = cntr1a:11211,cntr1b:11211,cntr1c:11211
  25. auth_type = password
  26. project_domain_name = default
  27. user_domain_name = default
  28. project_name = service
  29. username = neutron
  30. password = eiboh4aequee6Ieshoo0iaxa
  31. [matchmaker_redis]
  32. [nova]
  33. auth_url = http://keystone.infra.home.schlitzered.de:35357
  34. auth_type = password
  35. project_domain_name = default
  36. user_domain_name = default
  37. region_name = Home
  38. project_name = service
  39. username = nova
  40. password = ahz3ughe1Aegeshoo5ohSug1A
  41. [oslo_concurrency]
  42. lock_path = /var/lib/neutron/tmp
  43. [oslo_messaging_amqp]
  44. [oslo_messaging_notifications]
  45. [oslo_messaging_rabbit]
  46. [oslo_messaging_zmq]
  47. [oslo_policy]
  48. [qos]
  49. [quotas]
  50. [ssl]
  51. [root@cntr1a ~]# cat /etc/neutron/neutron.conf | grep -v '#' | egrep -v '^$'
  52. [DEFAULT]
  53. core_plugin = ml2
  54. service_plugins = router
  55. allow_overlapping_ips = True
  56. transport_url = rabbit://openstack:Thiey7aep4oofesei7rooZee@cntr1a:5672,openstack:Thiey7aep4oofesei7rooZee@cntr1b:5672,openstack:Thiey7aep4oofesei7rooZee@cntr1c:5672
  57. auth_strategy = keystone
  58. notify_nova_on_port_status_changes = True
  59. notify_nova_on_port_data_changes = True
  60. router_distributed = True
  61. dhcp_agents_per_network = 3
  62. bind_host = 10.0.0.103
  63. default_availability_zones = HomeA,HomeB,HomeC
  64. dhcp_load_type = networks
  65. network_scheduler_driver = neutron.scheduler.dhcp_agent_scheduler.AZAwareWeightScheduler
  66. router_scheduler_driver = neutron.scheduler.l3_agent_scheduler.AZLeastRoutersScheduler
  67. [agent]
  68. [cors]
  69. [cors.subdomain]
  70. [database]
  71. connection = mysql+pymysql://neutron:[email protected]/neutron
  72. [keystone_authtoken]
  73. auth_uri = http://keystone.infra.home.schlitzered.de:5000
  74. auth_url = http://keystone.infra.home.schlitzered.de:35357
  75. memcached_servers = cntr1a:11211,cntr1b:11211,cntr1c:11211
  76. auth_type = password
  77. project_domain_name = default
  78. user_domain_name = default
  79. project_name = service
  80. username = neutron
  81. password = eiboh4aequee6Ieshoo0iaxa
  82. [matchmaker_redis]
  83. [nova]
  84. auth_url = http://keystone.infra.home.schlitzered.de:35357
  85. auth_type = password
  86. project_domain_name = default
  87. user_domain_name = default
  88. region_name = Home
  89. project_name = service
  90. username = nova
  91. password = ahz3ughe1Aegeshoo5ohSug1A
  92. [oslo_concurrency]
  93. lock_path = /var/lib/neutron/tmp
  94. [oslo_messaging_amqp]
  95. [oslo_messaging_notifications]
  96. [oslo_messaging_rabbit]
  97. [oslo_messaging_zmq]
  98. [oslo_policy]
  99. [qos]
  100. [quotas]
  101. [ssl]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement