Advertisement
Guest User

Untitled

a guest
May 2nd, 2016
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. root@mitaka-controller01:/etc/neutron# cat /etc/neutron/neutron_lbaas.conf | egrep -v "(^#.*|^$)"
  2. [DEFAULT]
  3. [certificates]
  4. [quotas]
  5. [service_auth]
  6. [service_providers]
  7. --------------------------------------------------------------------------------------------------------------
  8. root@mitaka-controller01:/etc/neutron# cat /etc/neutron/neutron.conf | egrep -v "(^#.*|^$)"
  9. [DEFAULT]
  10. core_plugin = ml2
  11. service_plugins = router, firewall, metering, neutron_lbaas.services.loadbalancer.plugin.LoadBalancerPluginv2
  12. allow_overlapping_ips = True
  13. rpc_backend = rabbit
  14. auth_strategy = keystone
  15. notify_nova_on_port_status_changes = True
  16. notify_nova_on_port_data_changes = True
  17. [agent]
  18. root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
  19. [cors]
  20. [cors.subdomain]
  21. [database]
  22. connection = mysql+pymysql://neutron:dqm50vnc@mitaka-controller01/neutron
  23. [keystone_authtoken]
  24. auth_uri = http://mitaka-controller01:5000
  25. auth_url = http://mitaka-controller01:35357
  26. memcached_servers = mitaka-controller01:11211
  27. auth_type = password
  28. project_domain_name = default
  29. user_domain_name = default
  30. project_name = service
  31. username = neutron
  32. password = xxxxxx
  33. [matchmaker_redis]
  34. [nova]
  35. auth_url = http://mitaka-controller01:35357
  36. auth_type = password
  37. project_domain_name = default
  38. user_domain_name = default
  39. region_name = RegionOne
  40. project_name = service
  41. username = nova
  42. password = xxxxxxx
  43. [oslo_concurrency]
  44. [oslo_messaging_amqp]
  45. [oslo_messaging_notifications]
  46. [oslo_messaging_rabbit]
  47. rabbit_host = mitaka-controller01
  48. rabbit_userid = openstack
  49. rabbit_password = xxxxxxx
  50. [oslo_policy]
  51. [quotas]
  52. [ssl]
  53. [service_providers]
  54. service_provider = FIREWALL:Iptables:neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver:default
  55. service_provider = LOADBALANCERV2:HAPAgent:neutron_lbaas.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement