Friday, 2023-03-03

opendevreviewOpenStack Proposal Bot proposed openstack/neutron-vpnaas-dashboard master: Imported Translations from Zanata  https://review.opendev.org/c/openstack/neutron-vpnaas-dashboard/+/85691904:03
opendevreviewBrian Haley proposed openstack/ovsdbapp master: Add more IDL condition comparisons  https://review.opendev.org/c/openstack/ovsdbapp/+/87374804:40
opendevreviewOpenStack Proposal Bot proposed openstack/neutron master: Imported Translations from Zanata  https://review.opendev.org/c/openstack/neutron/+/87625105:33
opendevreviewFelix Huettner proposed openstack/neutron master: Reduce lock contention on subnets  https://review.opendev.org/c/openstack/neutron/+/87593807:37
ralonsohhaleyb, ping08:02
opendevreviewRodolfo Alonso proposed openstack/neutron master: [sqlalchemy-20] The Session.begin.subtransactions flag is deprecated  https://review.opendev.org/c/openstack/neutron/+/87493808:04
opendevreviewMerged openstack/neutron master: Imported Translations from Zanata  https://review.opendev.org/c/openstack/neutron/+/87625108:24
opendevreviewKe Niu proposed openstack/networking-sfc master: remove unicode prefix from code  https://review.opendev.org/c/openstack/networking-sfc/+/85415209:18
opendevreviewLajos Katona proposed openstack/neutron master: WIP: desperate try to make DVR functional tests more stable  https://review.opendev.org/c/openstack/neutron/+/87311112:21
opendevreviewLajos Katona proposed openstack/neutron master: Add Lajos Katona to Client and Doc areas as lieutenant  https://review.opendev.org/c/openstack/neutron/+/87591812:22
opendevreviewDr. Jens Harbott proposed openstack/neutron-dynamic-routing stable/2023.1: Add a reno for the fixed address scope calculation  https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/87632612:32
frickler^^ I'm not sure how this work, just noticed that we had no reno at all for the current release, which leads to really weird results. can we do with ^^ and create and rc2? or does the reno also need to go into master first?12:33
opendevreviewMerged openstack/neutron-dynamic-routing master: Update master for stable/2023.1  https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/87583712:46
opendevreviewLajos Katona proposed openstack/python-neutronclient master: OSC: Remove BGP calls to neutronclient  https://review.opendev.org/c/openstack/python-neutronclient/+/86832113:14
opendevreviewLajos Katona proposed openstack/python-neutronclient master: OSC: Remove BGP calls to neutronclient  https://review.opendev.org/c/openstack/python-neutronclient/+/86832113:16
opendevreviewDr. Jens Harbott proposed openstack/neutron-dynamic-routing master: Add a reno for the fixed address scope calculation  https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/87635813:33
fricklerseems there are no releasenotes rendered at all for 2023.1 in 876326, so trying the master path now ^^13:34
opendevreviewFelix Huettner proposed openstack/neutron master: Reduce lock contention on subnets  https://review.opendev.org/c/openstack/neutron/+/87593813:52
lajoskatonafrickler: thanks for checking, do you think it is general issue?14:28
haleybralonsoh: pong14:36
fricklerlajoskatona: I'm not sure yet if this is something special about n-d-r or a general issue if a project has no renos created during a cycle14:40
frickleroh, seems one part is a different issue. neutron releasenotes for 2023.1 also list all previous relasenotes https://docs.openstack.org/releasenotes/neutron/2023.1.html14:42
fricklerso likely something related to the change in release name style14:42
fricklerI'll move that to #-release14:43
fricklerthey're already on it seemingly14:44
bcafareloh, I only checked that the series list looked good (with 2023.1 on top), did not open it directly :/14:45
lajoskatonafrickler: thanks14:48
opendevreviewLajos Katona proposed openstack/tap-as-a-service master: OSC: Remove calls to neutronclient  https://review.opendev.org/c/openstack/tap-as-a-service/+/86778614:58
opendevreviewSlawek Kaplonski proposed openstack/neutron stable/zed: Make retrieval of port mac column safe  https://review.opendev.org/c/openstack/neutron/+/87622015:35
opendevreviewSlawek Kaplonski proposed openstack/neutron stable/yoga: Make retrieval of port mac column safe  https://review.opendev.org/c/openstack/neutron/+/87622115:36
opendevreviewSlawek Kaplonski proposed openstack/neutron stable/xena: Make retrieval of port mac column safe  https://review.opendev.org/c/openstack/neutron/+/87622215:36
opendevreviewSlawek Kaplonski proposed openstack/neutron stable/wallaby: Make retrieval of port mac column safe  https://review.opendev.org/c/openstack/neutron/+/87622315:36
haleybralonsoh: i'm back if you're around, or if anyone else had debugged the db unit tests before :)16:09
ralonsohhaleyb, which ones?16:09
haleybralonsoh: https://review.opendev.org/c/openstack/neutron/+/875809/2/neutron/tests/unit/db/test_db_base_plugin_v2.py#4083 - i'm trying to figure out why doing that self.network(mtu=####) call throws an error. i know it's obvious i'm stumped though16:11
haleybit's on a new change to restrict network mtu16:11
haleybany mtu= value fails, not just small one, so there must be a piece of test code somewhere, i.e. whatever is getting the POST16:12
ralonsohlet me check16:13
opendevreviewBrian Haley proposed openstack/neutron master: Add 2023.1 release name in routed networks doc  https://review.opendev.org/c/openstack/neutron/+/87640716:30
haleybralonsoh: so i figured out part of the problem, my change in _create_network() there is causing the failure. i still haven't figured out how to create a network there that as an mtu field in the returned dict.16:37
ralonsohhaleyb, the problem in the UTs is that we don't load all the API extensions16:39
ralonsohwe have net-mtu and net-mtu-writable16:39
ralonsohthese are loaded when the server starts16:40
ralonsohbut not in the UTs16:40
haleybralonsoh: doh, i guess i forgot about that since mtu is in the Network class definition, sigh. maybe there's another way for me to test this16:44
ralonsohhaleyb, we can directly call to the plugin16:51
ralonsohavoiding the API16:51
ralonsohactually these are plugin tests16:51
ralonsohsomething like https://paste.opendev.org/show/byPk3drzAwwGek2miipS/16:51
ralonsoh^^ this is passing16:51
haleybralonsoh: thanks! i think i was staring at that code too long to notice16:54
haleybralonsoh: i will not be in Vancouver, but owe you a beer :)17:02
ralonsohthanks!17:02
haleybhopefully i can get to the next in-person, but it's graduation time here and i would be in big trouble if i went17:03
opendevreviewCorey Bryant proposed openstack/networking-bagpipe master: Drop b1 from min versions in requirements.txt  https://review.opendev.org/c/openstack/networking-bagpipe/+/87642119:07
opendevreviewBrian Haley proposed openstack/neutron master: WIP: Change API to validate network MTU minimums  https://review.opendev.org/c/openstack/neutron/+/87580922:48

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!