Hi Geraint, You missed one line which also needs to be added:- bridge_mappings = physnet:br-eth1 Here, br-eth1 does the similar kind of task which br-tun was doing in GRE mode, but with different internal working. For more details, please refer to this guide:- http://docs.openstack.org/trunk/openstack-network/admin/content/under_the_hood_openvswitch.html There is no need to change anything in MySql database. Thanks and Regards Rahul Sharma On Tue, Oct 15, 2013 at 12:24 AM, Geraint Jones <geraint at koding.com> wrote: > Hi Guys > > We are currently using OVS-GRE in our environment configured as below : > > tenant_network_type = gre > tunnel_id_ranges = 1:1000 > integration_bridge = br-int > tunnel_bridge = br-tun > local_ip = 192.168.52.12 > enable_tunneling = True > > > If I change this to : > > tenant_network_type = vlan > network_vlan_ranges = physnet:200:400 > integration_bridge = br-int > > > If I then trunk vl 200 – 400 to the interfaces bound to br-int what else > will I need to change ? Anything in MySQL ? > > Thanks > > -- > Geraint Jones > Director of Systems & Infrastructure > Koding > https://koding.com > geraint at koding.com > M (NZ) +64 22 123 4626 > M (US) +1 415 316 8027 > > _______________________________________________ > Mailing list: > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > Post to : openstack at lists.openstack.org > Unsubscribe : > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack/attachments/20131015/6ba2de08/attachment.html>