<div dir="ltr">Hi, all<div><br></div><div>Recently I did some research about trunk port in neutron by following document[1]. By creating a trunk port, I can use this port ( aka " parent port " ) to create a VM. So I can add or remove subports on this "parent port" which used by the VM I created.</div><div><br></div><div>I want to know how Tacker can use " trunk port ". In Tacker, I can create a VNFD template which contains network infos like </div><div>"</div><div><div>    VL1:</div><div>      type: tosca.nodes.nfv.VL</div><div>      properties:</div><div>        network_name: net_mgmt</div><div>        vendor: Tacker</div></div><div>" </div><div>So I can use this template to create VNFs with specific network info( naming net_mgmt ). Finally VNFs own its normal ports in neutron. So my question is:</div><div><br></div><div>Can I use trunk ports in Tacker? </div><div><br></div><div>I read some document about VLAN transparent in Neutron. In my thought, I can create a vlan transparent network in Neutron and using this network in VNFD template. At last, every VNF's</div><div>port is " trunk port " and I can add or remove subports on it. Am I right?</div><div><br></div><div>In Newton, I enabled the vlan-transparent in neutron server and try to create a vlan transparent network. But I failed. I got the error message is: " Backend does not support VLAN Transparency ". </div><div><br></div><div>VLAN transparent doesn't support in Newton now?</div><div><br></div><div><br></div><div>Thanks</div><div>Zhi Chang</div><div><br></div><div>[1]: <a href="https://wiki.openstack.org/wiki/Neutron/TrunkPort">https://wiki.openstack.org/wiki/Neutron/TrunkPort</a></div></div>