Created
February 26, 2017 21:31
-
-
Save mrhillsman/c2099879842ab79d80da8b8e9d7941da to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@deploy:/opt/kolla# cat /etc/kolla/config/neutron/ml2_conf.ini | |
[ml2] | |
type_drivers = flat,vlan,vxlan | |
tenant_network_types = vxlan | |
mechanism_drivers = linuxbridge,l2population | |
[ml2_type_vlan] | |
network_vlan_ranges = vlan:205:209 | |
[ml2_type_flat] | |
flat_networks = flat | |
[ml2_type_vxlan] | |
vni_ranges = 1000:2000 | |
vxlan_group = 239.1.1.1 | |
[securitygroup] | |
firewall_driver = neutron.agent.linux.iptables_firewall.IptablesFirewallDriver | |
enable_security_group = True | |
enable_ipset = True | |
[linux_bridge] | |
physical_interface_mappings = vlan:vlan,flat:flat | |
[vxlan] | |
l2_population = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment