Guest User

Untitled

a guest
Apr 12th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. /etc/neutron/plugins/ml2/linuxbridge_agent.ini
  2.  
  3. CONTROLLER:
  4.  
  5. [linux_bridge]
  6. physical_interface_mappings = internal:eth4,external:eth5
  7.  
  8. [vxlan]
  9. enable_vxlan = True
  10. local_ip = 10.3.0.2
  11. l2_population = True
  12.  
  13. [agent]
  14. prevent_arp_spoofing = True
  15.  
  16. [securitygroup]
  17. enable_security_group = True
  18. firewall_driver = neutron.agent.linux.iptables_firewall.IptablesFirewallDriver
  19.  
  20. COMPUTE:
  21.  
  22. [linux_bridge]
  23. physical_interface_mappings = internal:eth0
  24.  
  25. [vxlan]
  26. enable_vxlan = True
  27. local_ip = 10.3.0.4
  28. l2_population = True
  29.  
  30. [agent]
  31. prevent_arp_spoofing = True
  32.  
  33. [securitygroup]
  34. enable_security_group = True
  35. firewall_driver = neutron.agent.linux.iptables_firewall.IptablesFirewallDriver
Advertisement
Add Comment
Please, Sign In to add comment