Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /etc/neutron/plugins/ml2/linuxbridge_agent.ini
- CONTROLLER:
- [linux_bridge]
- physical_interface_mappings = internal:eth4,external:eth5
- [vxlan]
- enable_vxlan = True
- local_ip = 10.3.0.2
- l2_population = True
- [agent]
- prevent_arp_spoofing = True
- [securitygroup]
- enable_security_group = True
- firewall_driver = neutron.agent.linux.iptables_firewall.IptablesFirewallDriver
- COMPUTE:
- [linux_bridge]
- physical_interface_mappings = internal:eth0
- [vxlan]
- enable_vxlan = True
- local_ip = 10.3.0.4
- l2_population = True
- [agent]
- prevent_arp_spoofing = True
- [securitygroup]
- enable_security_group = True
- firewall_driver = neutron.agent.linux.iptables_firewall.IptablesFirewallDriver
Advertisement
Add Comment
Please, Sign In to add comment