Specifying Neutron network type when a network created
There are mupltiple network types configured by default in neutron in /ml2/ml2_conf.ini
type_drivers = gre,vxlan,vlan,flat
tenant_network_types = gre,vxlan,vlan,flat
When i create a new network in openstack env., how do i specify which network type it will be used? Of course i can delete the list and let only vlan for example there, but thats not intented, i guess.