Friday, 2020-10-02

*** jmlowe has joined #openstack-neutron00:05
*** armax has quit IRC00:13
*** hamalq has quit IRC00:16
*** zzzeek has quit IRC01:17
*** zzzeek has joined #openstack-neutron01:19
*** dulek has quit IRC01:20
*** dulek has joined #openstack-neutron01:20
*** sapd1 has joined #openstack-neutron01:42
*** zzzeek has quit IRC01:51
*** zzzeek has joined #openstack-neutron01:51
*** sapd1 has quit IRC02:18
*** sapd1 has joined #openstack-neutron02:32
openstackgerritIhar Hrachyshka proposed openstack/neutron master: ovn: support max_tunid option from NB_Global  https://review.opendev.org/75568403:03
*** jmlowe has quit IRC03:21
*** rcernin has quit IRC03:31
openstackgerritTerry Wilson proposed openstack/neutron master: [OVN] Allow schema checks to happen before starting connection  https://review.opendev.org/75448503:44
*** jmlowe has joined #openstack-neutron03:49
*** zzzeek has quit IRC03:52
*** zzzeek has joined #openstack-neutron03:52
*** rcernin has joined #openstack-neutron03:59
*** lajoskatona has joined #openstack-neutron04:12
*** rcernin has quit IRC04:13
*** rcernin has joined #openstack-neutron04:30
*** flaviof has quit IRC04:35
*** flaviof has joined #openstack-neutron04:35
*** bnemec has quit IRC05:23
*** bnemec has joined #openstack-neutron05:28
*** sapd1 has quit IRC05:51
*** zzzeek has quit IRC05:59
*** zzzeek has joined #openstack-neutron06:01
*** sapd1 has joined #openstack-neutron06:04
*** tmorin has joined #openstack-neutron06:11
*** hamalq has joined #openstack-neutron06:12
*** sapd1 has quit IRC06:27
*** ralonsoh has joined #openstack-neutron06:28
*** gcheresh has joined #openstack-neutron06:33
*** hjensas|afk has joined #openstack-neutron06:38
*** gthiemonge has quit IRC06:42
*** gcheresh has quit IRC06:42
*** gthiemonge has joined #openstack-neutron06:42
*** jlibosva has joined #openstack-neutron06:47
*** slaweq has joined #openstack-neutron07:01
*** tesseract has joined #openstack-neutron07:02
slaweqbcafarel: lajoskatona: ralonsoh: good morning, it seems that problme with setuptools still randomly occurs on our stable jobs :/07:06
lajoskatonaslaweq: good morning07:06
lajoskatonaand not with other projects?07:06
slaweqidk07:06
ralonsohslaweq, I think we should limit the version to <5007:07
slaweqlet me check that07:07
ralonsohas it was in requirements07:07
openstackgerritMerged openstack/neutron-vpnaas-dashboard master: Update master for stable/victoria  https://review.opendev.org/75361207:09
openstackgerritMerged openstack/neutron-vpnaas-dashboard master: Add Python3 wallaby unit tests  https://review.opendev.org/75361307:09
slaweqbut why on same patch some jobs e.g. on stein are passing and other failing?07:10
slaweqplease check e.g. https://review.opendev.org/#/c/755314/07:10
slaweqneutron-tempest-plugin-scenario-openvswitch-stein passed and neutron-tempest-plugin-scenario-linuxbridge-stein failed :/07:10
*** sapd1 has joined #openstack-neutron07:11
ralonsohslaweq, because, and I don't know why, in the passing case07:12
ralonsohit's first installing setuptools-44.1.107:12
ralonsohand then setuptools-50.3.007:12
ralonsohin the failing one, it's installing setuptools-50.3.0 directly07:12
ralonsohTBH, I don't know why this trigger an error07:13
slaweqexactly07:13
slaweqI see the same in the logs07:13
slaweqand I can't figure out why it's like that :/07:13
*** hamalq has quit IRC07:13
slaweqralonsoh: maybe it's an issue of ovh mirror?07:15
ralonsohslaweq, I was looking at this07:15
ralonsohthe other one is mirror.mtl0107:15
ralonsohslaweq, but I don't understand07:17
ralonsohhttps://mirror.bhs1.ovh.opendev.org/wheel/ubuntu-18.04-x86_64/setuptools/07:17
ralonsohmax version is 44.0.007:17
slaweqralonsoh: everyone I see failure it is installing setuptools from https://mirror.bhs1.ovh.opendev.org07:17
ralonsohyes07:17
bcafarelsounds worth checking with infra then?07:17
ralonsohbut max version in both is not even the one installed07:17
ralonsohsure07:17
*** dsneddon has quit IRC07:26
*** rcernin has quit IRC07:27
slaweqralonsoh: one more difference is that in good case it is downloading whl package:07:27
slaweqDownloading https://mirror.iad.rax.opendev.org/pypifiles/packages/e1/b7/182161210a13158cd3ccc41ee19aadef54496b74f2817cc147006ec932b4/setuptools-44.1.1-py2.py3-none-any.whl (583 kB)07:27
slaweqand in the failing one, zip:07:27
slaweqDownloading https://mirror.bhs1.ovh.opendev.org/pypifiles/packages/7c/1b/9b68465658cda69f33c31c4dbd511ac5648835680ea8de87ce05c81f95bf/setuptools-50.3.0.zip (2.2 MB)07:28
ralonsohslaweq, the problem is the python version07:28
ralonsohwe can execute this07:28
ralonsohraise Exception from e07:28
*** dsneddon has joined #openstack-neutron07:28
ralonsohin python2.707:28
ralonsohthis is valid in 3 but not in 207:28
ralonsohwe need to limit the setuptools version with py2707:28
openstackgerritLajos Katona proposed openstack/neutron-tempest-plugin master: Mark some bgpvpn scenario tests unstable  https://review.opendev.org/75571907:29
ralonsohslaweq, we need to avoid 990237c64404876791dc5985e7cfd260852dac0e in setuptools in py2707:30
slaweqralonsoh: yes, but it should be already limited IMO, otherwise all stein/train jobs would fail since at least a month07:30
slaweqwhat is 990237c64404876791dc5985e7cfd260852dac0e ?07:30
ralonsohslaweq, but I don't know why, in other mirrors, the version installed is an older one07:30
ralonsohthe commit in setuptools07:30
ralonsohhttps://github.com/pypa/setuptools/commit/990237c64404876791dc5985e7cfd260852dac0e07:31
slaweqthis is devstack who is installing it by installing pip07:31
slaweqahh, ok :)07:31
ralonsohyes, but I think there is a problem in the python binary07:32
ralonsohin https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_ece/755314/1/check/neutron-tempest-plugin-scenario-linuxbridge-stein/eced887/job-output.txt07:32
ralonsohgo to 2020-10-02 04:30:07.69461307:32
ralonsohcommand: /usr/bin/python -c 'import sys, setuptools, ............07:32
ralonsohthis "python" binary is python2.707:32
slaweqit should be 2.707:33
lajoskatonaso as the new setuptools is for py3 only, python can be python3 not py2.7 and pulls the new setuptools?07:34
ralonsohin the passing CI job07:34
ralonsohhttps://12d9c9014a31cd38106f-d99046410a2db92aeb18e96327c94fc0.ssl.cf1.rackcdn.com/755314/1/check/neutron-tempest-plugin-scenario-openvswitch-stein/88582a4/job-output.txt07:34
ralonsohpip (and setuptools) is installed in both versions07:35
ralonsoh2.7 and 3.607:35
ralonsohof course, 2.7 is pulling an older setuptools version07:35
ralonsohwhy?07:35
bcafarelprobably capped in infra/devstack/tempest no?07:36
bcafarelI think I recall some change like that at some point (or was it for older branches)07:36
ralonsohno, this is from the pypi mirror07:36
ralonsohI mean, OVH is installing incorrectly a newer version07:36
slaweqdamm You OVH :P07:36
ralonsohhahahahha07:37
lajoskatonaCan't that help to use USE_PYTHON3=False for stein and older jobs?07:40
lajoskatonaperhaps that forces devstack to use python2 and that forces it to install correct packages.07:41
ralonsohit is using USE_PYTHON3=False07:43
ralonsohand it's installing both versions07:43
lajoskatonaok, I overlooked that07:44
lajoskatonaNo it's true: 2020-10-02 04:28:09.726017 | controller | +++ USE_PYTHON3=True in https://12d9c9014a31cd38106f-d99046410a2db92aeb18e96327c94fc0.ssl.cf1.rackcdn.com/755314/1/check/neutron-tempest-plugin-scenario-openvswitch-stein/88582a4/job-output.txt07:44
lajoskatonafirst it is False, than True a few lines below07:45
slaweqlajoskatona: good catch07:46
lajoskatonaand in local.conf for the same job it is True: https://12d9c9014a31cd38106f-d99046410a2db92aeb18e96327c94fc0.ssl.cf1.rackcdn.com/755314/1/check/neutron-tempest-plugin-scenario-openvswitch-stein/88582a4/controller/logs/local_conf.txt07:46
slaweqso maybe explicity setting it in the job would be enough07:46
slaweqlajoskatona: can You send patch to check that?07:47
ralonsohbut the variable is by default True07:48
ralonsohand it's on the config file07:49
lajoskatonaslaweq: yeah, I can send07:54
*** jpena|off is now known as jpena07:57
openstackgerritLajos Katona proposed openstack/neutron-tempest-plugin master: Force stein jobs to use python2  https://review.opendev.org/75572107:59
slaweqlajoskatona++ thx08:05
*** lucasagomes has joined #openstack-neutron08:07
*** slaweq has quit IRC08:11
*** tmorin has quit IRC08:15
*** tmorin has joined #openstack-neutron08:16
*** slaweq has joined #openstack-neutron08:16
ralonsohslaweq, lajoskatona this is not going to help08:22
ralonsohthe problem is in the mirror and the version provided08:22
slaweqralonsoh: are You sure? did You check this ovh mirror?08:23
ralonsohslaweq, that's the problem08:23
ralonsohI don't know where to look at08:23
ralonsohhttps://mirror.mtl01.inap.opendev.org/pypi/simple doesn't help08:24
ralonsohhttps://mirror.bhs1.ovh.opendev.org/pypi/simple08:24
lajoskatonaralonsoh: so we can't fix it locally, infra help is needed?08:27
ralonsohthis is what I'm trying to get in infra08:27
*** tkajinam has quit IRC08:29
*** tkajinam has joined #openstack-neutron08:29
ralonsohslaweq, we can push a workaround08:40
ralonsohin the zuul definitions for neutron-tempest08:41
ralonsoha taks like this one08:41
ralonsoh(one sec)08:41
slaweqralonsoh: if You have than please go with it :)08:41
ralonsohslaweq, ok, give me 5 mins08:41
*** gcheresh has joined #openstack-neutron08:41
slaweqralonsoh++ take Your time :)08:42
slaweqgibi: lajoskatona: I just proposed new neutron-lib release https://review.opendev.org/755728 for Victoria08:42
slaweqgibi: lajoskatona it will have https://review.opendev.org/#/c/753230/ so should help with thin nova-next job, right?08:42
openstackgerritLucas Alvares Gomes proposed openstack/neutron-tempest-plugin master: Explicitly set jobs to ML2/OVS  https://review.opendev.org/74950308:42
lajoskatonaslaweq: thanks, yes it will help for both nova master and Victoria08:43
slaweqralonsoh: the same issue happens e.g. in functional job: https://zuul.opendev.org/t/openstack/build/f2f17d5fae1042419c4f237a7632f4a1 :/08:44
openstackgerritLucas Alvares Gomes proposed openstack/neutron-tempest-plugin master: Explicitly set jobs to ML2/OVS  https://review.opendev.org/74950308:44
slaweqso basically our gate for train/stein/older are broken when run on bhs1.ovh nodes08:45
slaweqI think that it is the only region which is causing issues08:45
ralonsohslaweq, ok so this should not be solved in our CI job definitions08:45
ralonsohthis should be fixed in the mirror08:45
slaweqralonsoh: or maybe we can somehow workaround it in devstack?08:45
ralonsohwhy this mirror is installing this packet from the zip file?08:45
ralonsohslaweq, we can force the installation of setuptools08:46
ralonsohbefore installing pip08:46
ralonsohbut I don't know if that will be accepted08:46
slaweqralonsoh: that is good question - in "good" run setuptools are installed from whl package08:46
slaweqand in bhs1.ovh it downloads .zip08:46
ralonsohdo you know someone else from infra?08:47
slaweqI think that frickler and AJaeger are best guys to ask, at least now08:50
slaweqmaybe fungi?08:50
slaweqbut I don't know his TZ08:50
ralonsohperfect08:50
ralonsohI'll poke them08:51
slaweqralonsoh: I opened LP for that https://bugs.launchpad.net/neutron/+bug/189817808:51
openstackLaunchpad bug 1898178 in neutron "Wrong setuptools version installed on stable branches gate" [Critical,Confirmed]08:51
slaweqfor now for neutron but we can move it to other project if needed08:51
gibislaweq: thanks for the neutronlib release proposal. I guess neutron also needs a requirement bump when the lib release is out08:51
slaweqgibi: yes08:52
slaweqI will do it08:52
gibithanks again08:52
slaweqgibi: yw :)08:53
gibi:)08:53
openstackgerritRodolfo Alonso Hernandez proposed openstack/neutron master: Capture timeout exception when deleting NamespaceFixture  https://review.opendev.org/75493808:54
*** yamamoto has quit IRC08:55
openstackgerritBernard Cafarelli proposed openstack/neutron-vpnaas stable/victoria: Update .gitreview for stable/victoria  https://review.opendev.org/75361808:56
openstackgerritBernard Cafarelli proposed openstack/neutron-vpnaas stable/victoria: Update TOX_CONSTRAINTS_FILE for stable/victoria  https://review.opendev.org/75361908:56
*** salmankhan has joined #openstack-neutron08:57
lajoskatonaslaweq: thanks08:58
*** salmankhan has quit IRC09:01
*** yamamoto has joined #openstack-neutron09:01
*** salmankhan has joined #openstack-neutron09:01
*** gcheresh has quit IRC09:11
bcafarelso do we reset our "days without neutron gate failures" counter, or we say it is not really on neutron side?09:15
*** tkajinam has quit IRC09:18
*** gcheresh has joined #openstack-neutron09:19
slaweqbcafarel: yes, we reset09:35
slaweqweek without broken gate is lost week :P09:36
bcafarelyes, it would be soo boring09:37
*** yamamoto has quit IRC09:37
slaweqbcafarel: true09:38
slaweqgood thing is that sometimes it's master branch, other week stable ones09:38
slaweqso it's not always the same and it's more interesting :P09:38
lajoskatonaslaweq, bcafarel: https://play.google.com/store/apps/details?id=com.desHBGT.Whackamole0001&hl=en_US09:42
slaweqlajoskatona: LOL09:44
bcafarellajoskatona: ahah yep I regularly feel we are playing this game in CI :)09:44
slaweqit is like that recently09:44
openstackgerritMerged openstack/neutron-vpnaas stable/victoria: Fix lower-constraints and pep8 for Focal  https://review.opendev.org/75514409:47
*** ociuhandu has joined #openstack-neutron09:48
*** hjensas|afk has quit IRC09:49
*** rcernin has joined #openstack-neutron09:50
*** yamamoto has joined #openstack-neutron09:54
*** rcernin has quit IRC09:55
openstackgerritRodolfo Alonso Hernandez proposed openstack/neutron master: Log dissasociation event when a FIP is deleted  https://review.opendev.org/75575210:08
*** jangutter has quit IRC10:27
*** jangutter has joined #openstack-neutron10:27
openstackgerritRodolfo Alonso Hernandez proposed openstack/neutron master: Log dissasociation event when a FIP is deleted  https://review.opendev.org/75575210:27
openstackgerritMerged openstack/neutron-vpnaas stable/victoria: Update .gitreview for stable/victoria  https://review.opendev.org/75361810:38
openstackgerritMerged openstack/neutron-vpnaas stable/victoria: Update TOX_CONSTRAINTS_FILE for stable/victoria  https://review.opendev.org/75361910:38
openstackgerritFlavio Fernandes proposed openstack/neutron-tempest-plugin master: [WIP: do not merge] Add new port_forwarding tests  https://review.opendev.org/75576010:43
openstackgerritMerged openstack/ovsdbapp master: Avoid race condition with RowEvent handling  https://review.opendev.org/75382410:53
openstackgerritSlawek Kaplonski proposed openstack/neutron master: [Doc] Add section about diffs between ovs and iptables fw drivers  https://review.opendev.org/75576611:27
*** yamamoto has quit IRC11:27
openstackgerritRodolfo Alonso Hernandez proposed openstack/neutron stable/ussuri: Make NeutronOvsdbIdl singleton  https://review.opendev.org/75576711:28
openstackgerritRodolfo Alonso Hernandez proposed openstack/neutron stable/train: Make NeutronOvsdbIdl singleton  https://review.opendev.org/75576811:28
slaweqlajoskatona: gibi: I saw that we need requirements freeze exception to merge this new neutron-lib release, can You write one or do You want me to do it?11:30
*** jpena is now known as jpena|lunch11:36
lajoskatonaslaweq: I can, but what is the form of such?11:39
slaweqlajoskatona: it's email to openstack-discuss ML11:39
slaweqlajoskatona: I don't think there is any specific form of it11:39
slaweqmaybe You can ask on #openstack-releases11:39
slaweqsorry #openstack-release11:39
lajoskatonaslaweq: I ask them11:40
slaweqlajoskatona: thx11:41
*** lpetrut has joined #openstack-neutron11:44
*** raildo has joined #openstack-neutron11:46
ralonsohfolks, if you have time, to improve the CI stability11:47
ralonsoh1) https://review.opendev.org/#/c/754938/11:47
*** yamamoto has joined #openstack-neutron11:47
ralonsoh2) https://review.opendev.org/#/c/755575/11:47
*** iurygregory has quit IRC11:55
*** iurygregory has joined #openstack-neutron11:57
*** yamamoto has quit IRC11:57
*** servagem has quit IRC11:57
*** servagem has joined #openstack-neutron12:01
*** ccamposr__ has joined #openstack-neutron12:01
*** yamamoto has joined #openstack-neutron12:02
*** yamamoto has quit IRC12:02
*** ccamposr has quit IRC12:04
*** slaweq has quit IRC12:09
*** slaweq has joined #openstack-neutron12:09
openstackgerritLajos Katona proposed openstack/networking-odl stable/train: This change is a squash of 2 different patches to pass the gate  https://review.opendev.org/74580612:15
*** jpena|lunch is now known as jpena12:30
*** nweinber has joined #openstack-neutron12:32
*** yamamoto has joined #openstack-neutron12:35
*** yamamoto has quit IRC12:39
*** sapd1 has quit IRC12:43
*** rcernin has joined #openstack-neutron12:45
slaweqralonsoh: sure12:46
*** sapd1 has joined #openstack-neutron13:04
ralonsohfolks, please review https://review.opendev.org/#/c/755783/13:07
*** rcernin has quit IRC13:07
*** blkmanta has joined #openstack-neutron13:14
*** blkmanta has quit IRC13:27
*** haleyb has quit IRC13:41
*** haleyb has joined #openstack-neutron13:43
*** priteau has joined #openstack-neutron13:52
slaweqralonsoh++ thx a lot13:56
slaweqralonsoh: can You also push some DNM patch to neutron-tempest-plugin that it will be depends-on this devstack patch13:56
slaweqto check if that will really help :)13:56
slaweqralonsoh: also I think that You should do it first to Train and then cherry-pick to Stein13:57
slaweqas we had this issue in Train too13:57
ralonsohslaweq, righ tnow13:58
ralonsohslaweq, train uses py27??13:58
*** priteau has quit IRC13:58
ralonsohok ok13:58
slaweqralonsoh: it seems so, please look e.g. https://zuul.opendev.org/t/openstack/build/e58a6072c70745baa917ddb3ebd44b9d13:59
ralonsohslaweq, I didn't remember when we removed py27 support14:00
ralonsohussuri was14:00
slaweqprobably it was ussuri14:02
slaweqI don't remember exactly14:02
ralonsohdone: https://review.opendev.org/#/q/I1404bf13ef795de400cb490cdd68a944aef5684014:03
*** sapd1 has quit IRC14:09
slaweqthx ralonsoh14:11
openstackgerritRodolfo Alonso Hernandez proposed openstack/neutron-tempest-plugin master: Test devstack change  https://review.opendev.org/75580014:16
*** priteau has joined #openstack-neutron14:19
*** servagem has quit IRC14:19
*** servagem has joined #openstack-neutron14:20
openstackgerritRodolfo Alonso Hernandez proposed openstack/neutron master: Capture timeout exception when deleting NamespaceFixture  https://review.opendev.org/75493814:22
*** sapd1 has joined #openstack-neutron14:22
*** ccamposr has joined #openstack-neutron14:24
*** ccamposr__ has quit IRC14:26
*** dviroel has quit IRC14:26
*** dviroel has joined #openstack-neutron14:26
*** flaviof has quit IRC14:28
*** flaviof has joined #openstack-neutron14:31
*** yamamoto has joined #openstack-neutron14:36
openstackgerritMerged openstack/neutron-lib master: Update master for stable/victoria  https://review.opendev.org/75050614:37
openstackgerritSlawek Kaplonski proposed openstack/neutron master: Use ebtables-legacy also in ovn multinode jobs  https://review.opendev.org/75580914:37
openstackgerritLucas Alvares Gomes proposed openstack/neutron-tempest-plugin master: Explicitly set jobs to ML2/OVS  https://review.opendev.org/74950314:40
*** jmlowe has quit IRC14:40
*** yamamoto has quit IRC14:40
*** jmlowe has joined #openstack-neutron14:40
*** flaviof has quit IRC14:44
*** flaviof has joined #openstack-neutron14:45
*** armax has joined #openstack-neutron14:45
openstackgerritMerged openstack/neutron master: Fix dhcp_release when client_id is specified  https://review.opendev.org/75386514:45
*** lajoskatona has left #openstack-neutron14:49
openstackgerritRodolfo Alonso Hernandez proposed openstack/neutron stable/victoria: Fix dhcp_release when client_id is specified  https://review.opendev.org/75581714:53
openstackgerritSlawek Kaplonski proposed openstack/neutron master: Use ebtables-legacy also in ovn multinode jobs  https://review.opendev.org/75580915:10
openstackgerritMerged openstack/os-ken stable/victoria: Fix lower-constraints and pep8 for Focal  https://review.opendev.org/75224615:18
openstackgerritMerged openstack/os-ken stable/victoria: Update .gitreview for stable/victoria  https://review.opendev.org/75050915:22
openstackgerritMerged openstack/os-ken stable/victoria: Update TOX_CONSTRAINTS_FILE for stable/victoria  https://review.opendev.org/75051115:22
*** lpetrut has quit IRC15:31
openstackgerritLucas Alvares Gomes proposed openstack/neutron master: [OVN][Doc] DevStack guide: Add command to get the  port's UUID  https://review.opendev.org/75582915:44
*** priteau has quit IRC15:46
openstackgerritMerged openstack/neutron-lib master: Add Python3 wallaby unit tests  https://review.opendev.org/75050715:48
*** priteau has joined #openstack-neutron15:53
openstackgerritHang Yang proposed openstack/neutron master: Use normalized cidrs in address groups  https://review.opendev.org/75565015:58
*** tesseract has quit IRC16:00
*** lucasagomes has quit IRC16:02
*** macz_ has joined #openstack-neutron16:08
*** jlibosva has quit IRC16:14
*** suryasingh has quit IRC16:29
*** slaweq has quit IRC16:32
openstackgerritRodolfo Alonso Hernandez proposed openstack/neutron master: Do not retrieve again the Floating IP object during creation  https://review.opendev.org/75584416:35
*** yamamoto has joined #openstack-neutron16:37
*** ralonsoh has quit IRC16:37
*** yamamoto has quit IRC16:41
*** ociuhandu_ has joined #openstack-neutron16:43
*** ociuhandu has quit IRC16:47
*** ociuhandu_ has quit IRC16:48
openstackgerritMerged openstack/neutron master: Do not update agents "alive" state in TestAgentApi  https://review.opendev.org/75557516:49
openstackgerritMerged openstack/neutron master: Change reference to OvnDbNotifyHandler._watched_events  https://review.opendev.org/75533516:49
openstackgerritHang Yang proposed openstack/neutron master: Use normalized cidrs in address groups  https://review.opendev.org/75565016:50
*** hamalq has joined #openstack-neutron16:58
*** salmankhan has quit IRC17:18
*** jpena is now known as jpena|off17:20
*** gcheresh has quit IRC17:28
*** bnemec is now known as beekneemech17:37
openstackgerritTerry Wilson proposed openstack/ovsdbapp stable/victoria: Avoid race condition with RowEvent handling  https://review.opendev.org/75585517:58
openstackgerritTerry Wilson proposed openstack/ovsdbapp stable/ussuri: Avoid race condition with RowEvent handling  https://review.opendev.org/75585617:58
openstackgerritTerry Wilson proposed openstack/ovsdbapp stable/train: Avoid race condition with RowEvent handling  https://review.opendev.org/75585717:58
*** macz_ has quit IRC18:28
*** macz_ has joined #openstack-neutron18:29
*** jamesdenton has quit IRC18:34
*** yamamoto has joined #openstack-neutron18:38
*** yamamoto has quit IRC18:43
*** jamesdenton has joined #openstack-neutron18:56
*** priteau has quit IRC19:17
*** nweinber has quit IRC19:44
*** fyx has quit IRC19:56
*** fyx has joined #openstack-neutron19:57
*** gibi has quit IRC19:57
*** gibi has joined #openstack-neutron19:57
*** raildo has quit IRC20:30
*** ccamposr__ has joined #openstack-neutron20:54
*** ccamposr has quit IRC20:56
*** sapd1 has quit IRC21:04
*** sapd1 has joined #openstack-neutron21:17
*** HenryG has quit IRC21:19
*** tmorin has quit IRC21:19
*** HenryG has joined #openstack-neutron21:27
*** armax has quit IRC21:48
*** servagem has quit IRC22:05
*** yamamoto has joined #openstack-neutron22:08
*** ccamposr has joined #openstack-neutron22:23
*** ccamposr__ has quit IRC22:25
*** yamamoto has quit IRC22:43
*** yamamoto has joined #openstack-neutron23:03
*** armax has joined #openstack-neutron23:05
openstackgerritHang Yang proposed openstack/neutron master: Use normalized cidrs in address groups  https://review.opendev.org/75565023:25
*** ccamposr__ has joined #openstack-neutron23:32
*** ccamposr has quit IRC23:34
*** macz_ has quit IRC23:34

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