This is very strange question, I am planning to build Openstack with latest code, but related network implementation i want to do multiple type like VLAN and tenant type of network, let me explain.
Type 1 - I want i can select what kind of networking my instance going to use, like i can set VLAN type so my instance directly get IP of my existing provider LAN ( no NAT etc, direct IP on instance)
Type 2 - Where i create instance with tenant style where instance will have private IP from (VPC) and it will NAT'ed with floating IP for outside access.
Doing hybrid network is possible in openstack or not?