Re: [Openstack] qg port in br-int

2015-06-17 Thread Matt Kassawara
A few releases ago, neutron only supported one external network per L3 agent. However, it currently supports multiple external networks if you set a blank value for the external_network_bridge option. On Wed, Jun 17, 2015 at 4:22 AM, Andreas Scheuring < scheu...@linux.vnet.ibm.com> wrote: > Yes,

Re: [Openstack] qg port in br-int

2015-06-17 Thread Andreas Scheuring
Yes, should be on br-ex. Can you check your l3.conf file? One way would be to define br-ex as external bridge there. > external_network_bridge = br-ex Then restart l3 service and see if it changes... Andreas On Mi, 2015-06-17 at 07:23 +, Mitchell Chen wrote: > Hi All, > > > > I se