Advertisement
Guest User

Untitled

a guest
Feb 7th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. [root@compute1 ~]# cat /etc/neutron/neutron.conf|grep "^[^#;]"
  2. [DEFAULT]
  3. auth_strategy = keystone
  4. transport_url = rabbit://openstack:openstack@controller
  5. [agent]
  6. [cors]
  7. [database]
  8. [keystone_authtoken]
  9. auth_uri = http://controller:5000
  10. auth_url = http://controller:35357
  11. memcached_servers = controller:11211
  12. auth_type = password
  13. project_domain_name = Default
  14. user_domain_name = Default
  15. project_name = service
  16. username = neutron
  17. password = neutron
  18. [matchmaker_redis]
  19. [nova]
  20. [oslo_concurrency]
  21. lock_path = /var/lib/neutron/tmp
  22. [oslo_messaging_amqp]
  23. [oslo_messaging_kafka]
  24. [oslo_messaging_notifications]
  25. [oslo_messaging_rabbit]
  26. [oslo_messaging_zmq]
  27. [oslo_middleware]
  28. [oslo_policy]
  29. [quotas]
  30. [ssl]
  31. [root@compute1 ~]# cat /etc/neutron/|grep "^[^#;]"
  32. conf.d/ neutron.conf plugins/ rootwrap.conf
  33. [root@compute1 ~]# cat /etc/neutron/plugins/ml2/openvswitch_agent.ini|grep "^[^#;]"
  34. openvswitch_agent.ini
  35. [root@compute1 ~]# cat /etc/neutron/plugins/ml2/openvswitch_agent.ini|grep "^[^#;]"
  36. [DEFAULT]
  37. [agent]
  38. [ovs]
  39. bridge_mappings = internal:br-ex
  40. [securitygroup]
  41. firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver
  42. enable_security_group = true
  43. [xenapi]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement