Advertisement
Guest User

Untitled

a guest
Apr 12th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. CONTROLLER:
  2.  
  3. /etc/neutron/plugins/ml2/linuxbridge_agent.ini
  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. ----------------------------------------
  21.  
  22. root@controller:/home/cloud# brctl show
  23. bridge name bridge id STP enabled interfaces
  24. brq147f2774-40 8000.2aa3973793da no tap42d1ff86-8c
  25. tap46d9a0be-d4
  26. vxlan-43
  27. brq3dd1422f-c2 8000.1262b1e48af1 no eth4
  28. tap1ef602d0-99
  29. tap28a80156-d8
  30. tap98024bbf-89
  31. brqee1b882c-f6 8000.1ea632e54423 no tap163567e7-ed
  32. tap58b49cc8-cb
  33. vxlan-26
  34. brqef960a55-9b 8000.2eaf1591e96e no tap3df0fe0c-ae
  35. tapf0197e9b-59
  36. vxlan-39
  37. virbr0 8000.5254005141bd yes virbr0-nic
  38.  
  39.  
  40. COMPUTE:
  41. /etc/neutron/plugins/ml2/linuxbridge_agent.ini
  42.  
  43. [linux_bridge]
  44. physical_interface_mappings = internal:eth0
  45.  
  46. [vxlan]
  47. enable_vxlan = True
  48. local_ip = 10.3.0.4
  49. l2_population = True
  50.  
  51. [agent]
  52. prevent_arp_spoofing = True
  53.  
  54. [securitygroup]
  55. enable_security_group = True
  56. firewall_driver = neutron.agent.linux.iptables_firewall.IptablesFirewallDriver
  57.  
  58. cloud@compute02:~$ brctl show
  59. bridge name bridge id STP enabled interfaces
  60. virbr0 8000.525400e1f26b yes virbr0-nic
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement