summaryrefslogtreecommitdiff
path: root/roles/devcloud/files/ml2_conf.ini
blob: 2804607b65e28e5a74ea9c5811b723bd32273fb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# MANAGED BY ANSIBLE - DO NOT HAND EDIT!
[ml2]
type_drivers = flat,vlan,vxlan
tenant_network_types = vxlan
mechanism_drivers = linuxbridge,l2population
extension_drivers = port_security

[ml2_type_flat]
flat_networks = public

[ml2_type_vxlan]
vni_ranges = 1:1000

[securitygroup]
enable_ipset = True