<div dir="ltr"><font face="monospace, monospace">The scope of question is using neutron L3 services with OVN. The problem is when a router created, there is no implicit internal interface created between the router instance and the external bridge.<br><br>The neutron config says "external_network_bridge" and "gateway_external_network_id" must be set to NULL to use multiple external networks.</font><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">We then have association to define the external network and is populated to the neutron db accordingly for external network.</font></div><div><font face="monospace, monospace">Example   neutron net-update providernet --router:external<br><br>The association between external bridge and external network when OVN is present is not clear. Where is that association or how does it get associated? <br><br>Based on this page the steps are<br><a href="http://docs.openstack.org/developer/networking-ovn/testing.html#provider-networks">http://docs.openstack.org/developer/networking-ovn/testing.html#provider-networks</a><br><br>ovs-vsctl add-br br-provider<br><br>ovs-vsctl set open external-ids:ovn-bridge-mappings=providernet:br-provider<br></font><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">Followed by network create and subnet create.</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">I am not sure how setting external ids is updated to the L3 agent where the bridge providing external connection is? Finally, I see no interface between br-provider and router instance so traffic is not going out. What am I missing?</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">Thanks</font></div><div><font face="monospace, monospace">Murali</font></div></div></div>