Hello Team,

Whenever I create an internal network  with type vlan.

The Instances don't get IPs but for external Network it's fine.


Below is the etc/kolla/config/neutron/ml2_conf.ini file


[ml2]
type_drivers = flat,vlan,vxlan
tenant_network_types = vlan,flat
mechanism_drivers = openvswitch,l2population

[ml2_type_vlan]
network_vlan_ranges = physnet1
[ml2_type_flat]
flat_networks = physnet1

Is there something I need to change or I need to configure the interface differently
Regards

Tony Karera