yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #75305
[Bug 1798536] Re: OpenVswitch: qg-XXX goes to br-int instead of br-ext.
Ports like qg-XXX or qr-XXX should be placed in br-ex directly only in
case when You are using "external_network_bridge" config option in L3
agent.
Please note that this option is deprecated and we are in the middle of
process to get rid of it: https://review.openstack.org/#/c/567369/
If this option is empty, all ports are connected to br-int and then can
be wired by openvswitch/linuxbridge agents as any other ports.
** Changed in: neutron
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1798536
Title:
OpenVswitch: qg-XXX goes to br-int instead of br-ext.
Status in neutron:
Invalid
Bug description:
Rocky version, and Centos 7.5
########### ml2_conf.ini ####
[ml2_type_vlan]
network_vlan_ranges = SDN:450:460,external:20:50
######### openvswitch_agent.ini #####
[ovs]
bridge_mappings = SDN:br-ens224,external:br-ext
I create br-ens224, and add port ens224(NIC name, like ethX) to br-ens224, and create br-ext, add port ens256( NIC name, like ethX) to br-ext.
when I create network( Physical network name is external) and router,
I see qg-XXX is in br-int, instead of br-ext.
I try to delete br-* and restart neutron-*, then add bridge/port like before.
qg-XXX is still in br-int.
is is a bug of rocky?
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1798536/+subscriptions
References