*** tosky has quit IRC | 00:10 | |
*** ccamposr has joined #openstack-neutron | 00:12 | |
*** tbachman has joined #openstack-neutron | 00:14 | |
*** ccamposr__ has quit IRC | 00:15 | |
abaindur | eandersson: was it you I was discussing the DBDeadlock issue for rpc state reports with? | 00:21 |
---|---|---|
openstackgerrit | Merged openstack/neutron-lib master: Add description field in port forwarding API https://review.opendev.org/692580 | 00:22 |
*** tbachman has quit IRC | 00:25 | |
eandersson | Yea abaindur | 00:37 |
*** ociuhandu has joined #openstack-neutron | 00:39 | |
abaindur | I think i found a fix for it | 00:42 |
abaindur | that doesnt involve changing to new oslo DB enginefacade | 00:42 |
abaindur | https://docs.openstack.org/oslo.concurrency/latest/user/index.html | 00:43 |
abaindur | @lockutils.synchronized('db-access', external=True, lock_path='/etc/neutron/') | 00:44 |
abaindur | I added that decorator above def create_or_update_agent(self, context, agent_state): | 00:44 |
openstackgerrit | Merged openstack/python-neutronclient master: Switch to Ussuri jobs https://review.opendev.org/690014 | 00:45 |
abaindur | while new_facade = True for Agent class fixed the issue, there were too many unit test failures. I tried backporting a bunch of fixes from the blueprint (and other co-dependent fixes), which caused more/other failures | 00:45 |
abaindur | (we are running Rocky btw) | 00:45 |
*** ociuhandu has quit IRC | 00:48 | |
abaindur | As for train release, I did upload a patch that flipped Agent object, and most objects in ports.py to new_facade. It passed unit tests (tox -epy27) for me locally. but it seems to have failed with master: | 00:48 |
abaindur | eandersson: https://review.opendev.org/#/c/697215/ | 00:48 |
abaindur | but based on the failures, it seems to be just one with master | 00:49 |
eandersson | njohnston ^ | 00:51 |
abaindur | so I think adding @lockutils.synchronized('db-access', external=True, lock_path='/etc/neutron/') for the create_update_agent function should be backported to queens, rocky, stein, etc.... | 00:51 |
eandersson | I'll test that in our Rocky lab abaindur | 00:51 |
abaindur | for master/train, lets try to get that patch in review passing? | 00:51 |
eandersson | Yea - throw up a patchset for that and add njohnston and I | 00:52 |
eandersson | sounds reasonable | 00:52 |
abaindur | noob question: how to submit a review for non-master...? | 00:53 |
eandersson | So it's tricky. Ideally you would push it to master, then back port it one by one until you reach Rocky | 00:53 |
eandersson | If that isn't possible the Neutron Cores can help | 00:54 |
abaindur | so if i want to submit a review for lockutils for queens/rocky, then submit above review to run against train (and hopefully pass, as it did for me locally), while the review in master is still looked at | 00:54 |
*** ccamposr__ has joined #openstack-neutron | 00:54 | |
abaindur | yea i guess im trying to do the opposite :) | 00:54 |
eandersson | You can throw in a commit for master, and then just cherry-pick it to rocky | 00:55 |
eandersson | > git commit -am "my changes" | 00:56 |
eandersson | > git review | 00:56 |
eandersson | And then cherry-pick that one into rocky | 00:56 |
eandersson | https://docs.openstack.org/project-team-guide/stable-branches.html | 00:56 |
eandersson | $ git checkout -t origin/stable/tango | 00:56 |
eandersson | $ git cherry-pick -x $master_commit_id | 00:56 |
eandersson | $ git review stable/tango | 00:56 |
*** ccamposr has quit IRC | 00:56 | |
eandersson | You could also just create a DNM test commit and use that to test code against rocky/queens | 00:56 |
eandersson | e.g. https://review.opendev.org/#/c/644962/ | 00:57 |
abaindur | ah, i thought cherry pick only worked once path was reviewed and merged into master | 00:58 |
openstackgerrit | Arjun Baindur proposed openstack/neutron stable/train: Use new_facade for DB in Agent and Port related objects https://review.opendev.org/697396 | 01:00 |
*** tbachman has joined #openstack-neutron | 01:05 | |
*** goldyfruit_ has joined #openstack-neutron | 01:20 | |
*** ociuhandu has joined #openstack-neutron | 01:39 | |
*** ociuhandu has quit IRC | 01:43 | |
*** chenhaw has joined #openstack-neutron | 01:51 | |
*** nicolasbock has quit IRC | 01:55 | |
*** Xuchu has joined #openstack-neutron | 02:05 | |
*** njohnston has quit IRC | 02:06 | |
*** njohnston_ has joined #openstack-neutron | 02:06 | |
openstackgerrit | Merged openstack/neutron master: Update comments messages in abandon_old_reviews script https://review.opendev.org/697245 | 02:09 |
*** itzikb has quit IRC | 02:15 | |
*** slaweq has joined #openstack-neutron | 02:29 | |
*** slaweq has quit IRC | 02:35 | |
*** ociuhandu has joined #openstack-neutron | 02:38 | |
*** ociuhandu has quit IRC | 02:47 | |
*** slaweq has joined #openstack-neutron | 02:51 | |
*** igordc has quit IRC | 02:54 | |
*** slaweq has quit IRC | 02:56 | |
openstackgerrit | Arjun Baindur proposed openstack/neutron stable/stein: Use new_facade for DB in Agent and Port related objects https://review.opendev.org/697404 | 03:04 |
openstackgerrit | Arjun Baindur proposed openstack/neutron stable/rocky: Use new_facade for DB in Agent and Port related objects https://review.opendev.org/697405 | 03:04 |
*** brault has quit IRC | 03:06 | |
*** itzikb has joined #openstack-neutron | 03:13 | |
*** armax has quit IRC | 03:19 | |
openstackgerrit | Arjun Baindur proposed openstack/neutron master: Lockutils for Agent state report and discard stale messages https://review.opendev.org/697407 | 03:20 |
*** slaweq has joined #openstack-neutron | 03:21 | |
abaindur | eandersson: https://review.opendev.org/#/c/697407/ | 03:21 |
abaindur | njohnston_: ^^ | 03:22 |
abaindur | that is fix i think should try to be backported to queens, rocky, stein | 03:23 |
abaindur | and maybe into train and master as placeholder until proper enginefacade switch is made | 03:23 |
*** itzikb has quit IRC | 03:24 | |
*** slaweq has quit IRC | 03:26 | |
*** abaindur has quit IRC | 03:27 | |
*** zhanglong has joined #openstack-neutron | 03:33 | |
*** slaweq has joined #openstack-neutron | 03:34 | |
*** slaweq has quit IRC | 03:39 | |
*** tkajinam is now known as tkajinam|lunch | 03:40 | |
*** zhanglong has quit IRC | 03:44 | |
*** zhanglong has joined #openstack-neutron | 03:49 | |
*** slaweq has joined #openstack-neutron | 03:58 | |
*** slaweq has quit IRC | 04:03 | |
*** armax has joined #openstack-neutron | 04:03 | |
*** armax has quit IRC | 04:03 | |
*** slaweq has joined #openstack-neutron | 04:22 | |
*** slaweq has quit IRC | 04:27 | |
*** slaweq has joined #openstack-neutron | 04:33 | |
*** slaweq has quit IRC | 04:38 | |
*** slaweq has joined #openstack-neutron | 05:02 | |
*** slaweq has quit IRC | 05:07 | |
*** slaweq has joined #openstack-neutron | 05:17 | |
*** slaweq has quit IRC | 05:22 | |
*** slaweq has joined #openstack-neutron | 05:25 | |
*** slaweq has quit IRC | 05:30 | |
*** ociuhandu has joined #openstack-neutron | 05:30 | |
*** ociuhandu has quit IRC | 05:35 | |
*** pcaruana has joined #openstack-neutron | 05:38 | |
*** pcaruana has quit IRC | 05:42 | |
*** slaweq has joined #openstack-neutron | 05:45 | |
*** slaweq has quit IRC | 05:54 | |
*** slaweq has joined #openstack-neutron | 05:58 | |
openstackgerrit | Merged openstack/neutron master: [OVN] Add revision number methods https://review.opendev.org/696373 | 05:58 |
*** armax has joined #openstack-neutron | 06:01 | |
*** slaweq has quit IRC | 06:03 | |
*** Luzi has joined #openstack-neutron | 06:03 | |
*** rcernin has quit IRC | 06:09 | |
*** slaweq has joined #openstack-neutron | 06:11 | |
*** armax has quit IRC | 06:15 | |
*** ociuhandu has joined #openstack-neutron | 06:16 | |
*** slaweq has quit IRC | 06:18 | |
openstackgerrit | Merged openstack/networking-bgpvpn master: [ussuri][goal] Drop python 2.7 support and testing https://review.opendev.org/696952 | 06:24 |
*** itzikb has joined #openstack-neutron | 06:26 | |
openstackgerrit | Merged openstack/networking-ovn stable/train: Fallback to default network_driver value if octavia not present https://review.opendev.org/696495 | 06:29 |
*** Xuchu has quit IRC | 06:34 | |
*** ociuhandu has quit IRC | 06:36 | |
*** gcheresh has joined #openstack-neutron | 06:36 | |
*** Xuchu has joined #openstack-neutron | 06:38 | |
*** awalende has joined #openstack-neutron | 06:39 | |
openstackgerrit | waleed mousa proposed openstack/neutron master: Add support for direct ports with QoS in OVS https://review.opendev.org/611605 | 06:40 |
*** awalende has quit IRC | 06:44 | |
*** ralonsoh has joined #openstack-neutron | 06:58 | |
*** njohnston_ has quit IRC | 07:01 | |
*** ociuhandu has joined #openstack-neutron | 07:03 | |
*** njohnston has joined #openstack-neutron | 07:04 | |
*** maciejjozefczyk has joined #openstack-neutron | 07:16 | |
*** lajoskatona has joined #openstack-neutron | 07:16 | |
*** pcaruana has joined #openstack-neutron | 07:17 | |
*** ramishra has quit IRC | 07:21 | |
*** ociuhandu has quit IRC | 07:27 | |
*** ociuhandu has joined #openstack-neutron | 07:27 | |
*** ramishra has joined #openstack-neutron | 07:28 | |
*** sm806 has quit IRC | 07:33 | |
*** sm806 has joined #openstack-neutron | 07:34 | |
*** gcheresh has quit IRC | 07:35 | |
*** gcheresh has joined #openstack-neutron | 07:40 | |
*** gcheresh has quit IRC | 07:42 | |
*** gcheresh has joined #openstack-neutron | 07:44 | |
*** zhanglong has quit IRC | 07:56 | |
*** rcernin has joined #openstack-neutron | 08:01 | |
*** awalende has joined #openstack-neutron | 08:20 | |
*** tesseract has joined #openstack-neutron | 08:21 | |
*** sm806 has quit IRC | 08:26 | |
*** sm806 has joined #openstack-neutron | 08:27 | |
*** jlibosva has joined #openstack-neutron | 08:30 | |
*** rpittau|afk is now known as rpittau | 08:32 | |
openstackgerrit | Oleg Bondarev proposed openstack/neutron master: L3 agent graceful shutdown https://review.opendev.org/693323 | 08:33 |
*** kevinbenton has quit IRC | 08:34 | |
*** NostawRm has quit IRC | 08:34 | |
*** niedbalski has quit IRC | 08:34 | |
*** mattoliverau has quit IRC | 08:34 | |
*** abaindur has joined #openstack-neutron | 08:35 | |
*** tosky has joined #openstack-neutron | 08:36 | |
*** kevinbenton has joined #openstack-neutron | 08:38 | |
*** NostawRm has joined #openstack-neutron | 08:38 | |
*** niedbalski has joined #openstack-neutron | 08:38 | |
*** mattoliverau has joined #openstack-neutron | 08:38 | |
*** tmorin has joined #openstack-neutron | 08:47 | |
*** slaweq has joined #openstack-neutron | 08:47 | |
*** slaweq_ has joined #openstack-neutron | 08:50 | |
*** jpena|off is now known as jpena | 08:50 | |
*** slaweq has quit IRC | 08:52 | |
*** slaweq_ has quit IRC | 08:59 | |
*** Xuchu has quit IRC | 09:04 | |
*** lpetrut has joined #openstack-neutron | 09:04 | |
*** lucasagomes has joined #openstack-neutron | 09:05 | |
*** ociuhandu has quit IRC | 09:09 | |
*** jangutter has joined #openstack-neutron | 09:09 | |
*** tkajinam|lunch has quit IRC | 09:09 | |
*** kevinbenton has quit IRC | 09:54 | |
*** NostawRm has quit IRC | 09:54 | |
*** niedbalski has quit IRC | 09:54 | |
*** mattoliverau has quit IRC | 09:54 | |
*** lpetrut has quit IRC | 09:54 | |
*** awalende has quit IRC | 09:54 | |
*** ramishra has quit IRC | 09:54 | |
*** njohnston has quit IRC | 09:54 | |
*** goldyfruit_ has quit IRC | 09:54 | |
*** hjensas has quit IRC | 09:54 | |
*** jmlowe has quit IRC | 09:54 | |
*** tidwellr has quit IRC | 09:54 | |
*** liuyulong has quit IRC | 09:54 | |
*** dmellado has quit IRC | 09:54 | |
*** jangutter has quit IRC | 09:54 | |
*** mugsie has quit IRC | 09:54 | |
*** andrein has quit IRC | 09:54 | |
*** donnyd has quit IRC | 09:54 | |
*** __cf has quit IRC | 09:54 | |
*** doude has quit IRC | 09:54 | |
*** lseki has quit IRC | 09:54 | |
*** beisner has quit IRC | 09:54 | |
*** TheJulia has quit IRC | 09:54 | |
*** mnasiadka has quit IRC | 09:54 | |
*** rpittau has quit IRC | 09:54 | |
*** HenryG has quit IRC | 09:54 | |
*** gregwork has quit IRC | 09:54 | |
*** toanster has quit IRC | 09:54 | |
*** frickler has quit IRC | 09:54 | |
*** lajoskatona has quit IRC | 09:54 | |
*** bobmel has quit IRC | 09:54 | |
*** trident has quit IRC | 09:54 | |
*** gibi has quit IRC | 09:54 | |
*** rnoriega_ has quit IRC | 09:54 | |
*** _gryf_ has quit IRC | 09:54 | |
*** Satarel has quit IRC | 09:54 | |
*** openstackgerrit has quit IRC | 09:54 | |
*** jpena has quit IRC | 09:54 | |
*** amorin has quit IRC | 09:54 | |
*** brtknr has quit IRC | 09:54 | |
*** Reepicheep has quit IRC | 09:54 | |
*** shubjero has quit IRC | 09:54 | |
*** tbachman has quit IRC | 09:54 | |
*** dasp has quit IRC | 09:54 | |
*** andreykurilin has quit IRC | 09:54 | |
*** mgoddard has quit IRC | 09:54 | |
*** fnordahl has quit IRC | 09:54 | |
*** StevenK has quit IRC | 09:54 | |
*** cmurphy has quit IRC | 09:54 | |
*** logan- has quit IRC | 09:54 | |
*** adrianc has quit IRC | 09:54 | |
*** ChosSimbaOne has quit IRC | 09:54 | |
*** dtantsur|afk has quit IRC | 09:54 | |
*** mloza has quit IRC | 09:54 | |
*** stingrayza has quit IRC | 09:54 | |
*** markmcclain has quit IRC | 09:54 | |
*** mmethot has quit IRC | 09:54 | |
*** samc-bbc has quit IRC | 09:54 | |
*** Conqueror has quit IRC | 09:54 | |
*** haleyb has quit IRC | 09:54 | |
*** cheng1 has quit IRC | 09:54 | |
*** amotoki has quit IRC | 09:54 | |
*** crazzy has quit IRC | 09:54 | |
*** Anticimex has quit IRC | 09:54 | |
*** coreycb has quit IRC | 09:54 | |
*** davecore has quit IRC | 09:54 | |
*** knikolla has quit IRC | 09:54 | |
*** ildikov has quit IRC | 09:54 | |
*** rodolof has quit IRC | 09:54 | |
*** Zara has quit IRC | 09:54 | |
*** spotz has quit IRC | 09:54 | |
*** lucasagomes has quit IRC | 09:54 | |
*** tosky has quit IRC | 09:54 | |
*** abaindur has quit IRC | 09:54 | |
*** tesseract has quit IRC | 09:54 | |
*** pcaruana has quit IRC | 09:54 | |
*** maciejjozefczyk has quit IRC | 09:54 | |
*** ralonsoh has quit IRC | 09:54 | |
*** Luzi has quit IRC | 09:54 | |
*** lennyb has quit IRC | 09:54 | |
*** jamesdenton has quit IRC | 09:54 | |
*** jlvillal has quit IRC | 09:54 | |
*** johanssone has quit IRC | 09:54 | |
*** elurkki has quit IRC | 09:54 | |
*** Jeffrey4l has quit IRC | 09:54 | |
*** numans has quit IRC | 09:54 | |
*** elod has quit IRC | 09:54 | |
*** tbarron has quit IRC | 09:54 | |
*** hoonetorg has quit IRC | 09:55 | |
*** irclogbot_2 has quit IRC | 09:55 | |
*** bnemec has quit IRC | 09:55 | |
*** benj_ has quit IRC | 09:55 | |
*** klindgren_ has quit IRC | 09:55 | |
*** cp- has quit IRC | 09:55 | |
*** ianw has quit IRC | 09:55 | |
*** sapd1_ has quit IRC | 09:55 | |
*** efried has quit IRC | 09:55 | |
*** otherwiseguy_ has quit IRC | 09:55 | |
*** dosaboy has quit IRC | 09:55 | |
*** eandersson has quit IRC | 09:55 | |
*** stephenfin has quit IRC | 09:55 | |
*** aspiers has quit IRC | 09:55 | |
*** obre has quit IRC | 09:55 | |
*** larsks has quit IRC | 09:55 | |
*** rcernin has quit IRC | 09:55 | |
*** rouk has quit IRC | 09:55 | |
*** gouthamr has quit IRC | 09:55 | |
*** pots has quit IRC | 09:55 | |
*** nplanel has quit IRC | 09:55 | |
*** lxkong has quit IRC | 09:55 | |
*** jamespage has quit IRC | 09:55 | |
*** ltomasbo has quit IRC | 09:55 | |
*** dalvarez has quit IRC | 09:55 | |
*** rajinir has quit IRC | 09:55 | |
*** mmedvede has quit IRC | 09:55 | |
*** beagles has quit IRC | 09:55 | |
*** gmann has quit IRC | 09:55 | |
*** sm806 has quit IRC | 09:55 | |
*** gcheresh has quit IRC | 09:55 | |
*** itzikb has quit IRC | 09:55 | |
*** chenhaw has quit IRC | 09:55 | |
*** ccamposr__ has quit IRC | 09:55 | |
*** rkukura has quit IRC | 09:55 | |
*** jistr has quit IRC | 09:55 | |
*** gryf has quit IRC | 09:55 | |
*** ksambor has quit IRC | 09:55 | |
*** panda has quit IRC | 09:55 | |
*** mvkr has quit IRC | 09:55 | |
*** bcafarel has quit IRC | 09:55 | |
*** pck has quit IRC | 09:55 | |
*** sean-k-mooney has quit IRC | 09:55 | |
*** tonyb has quit IRC | 09:55 | |
*** kukacz_ has quit IRC | 09:55 | |
*** GonZo2000 has quit IRC | 09:55 | |
*** rickflare has quit IRC | 09:55 | |
*** mattia has quit IRC | 09:55 | |
*** cgoncalves has quit IRC | 09:55 | |
*** dansmith has quit IRC | 09:55 | |
*** tobberydberg has quit IRC | 09:55 | |
*** ddeja has quit IRC | 09:55 | |
*** gary_perkins has quit IRC | 09:55 | |
*** freerunner has quit IRC | 09:55 | |
*** tristanC has quit IRC | 09:55 | |
*** mbuil has quit IRC | 09:55 | |
*** ebbex has quit IRC | 09:55 | |
*** nwonknu has quit IRC | 09:55 | |
*** baffle has quit IRC | 09:55 | |
*** andreaf has quit IRC | 09:55 | |
*** johnsom has quit IRC | 09:55 | |
*** jungleboyj has quit IRC | 09:55 | |
*** snierodz has quit IRC | 09:55 | |
*** andy_ has quit IRC | 09:55 | |
*** tmorin has quit IRC | 09:55 | |
*** zbr_ has quit IRC | 09:55 | |
*** dklyle has quit IRC | 09:55 | |
*** vesper11 has quit IRC | 09:55 | |
*** rubasov has quit IRC | 09:55 | |
*** ircuser-1 has quit IRC | 09:55 | |
*** f0o has quit IRC | 09:55 | |
*** kklimonda has quit IRC | 09:55 | |
*** jrosser has quit IRC | 09:55 | |
*** thedac has quit IRC | 09:55 | |
*** dulek has quit IRC | 09:55 | |
*** mgagne has quit IRC | 09:55 | |
*** lifeless has quit IRC | 09:55 | |
*** zzzeek has quit IRC | 09:55 | |
*** flaviof has quit IRC | 09:55 | |
*** guilhermesp has quit IRC | 09:55 | |
*** dougwig has quit IRC | 09:55 | |
*** ab-a has quit IRC | 09:55 | |
*** mnaser has quit IRC | 09:55 | |
*** NobodyCam has quit IRC | 09:55 | |
*** rm_work has quit IRC | 09:55 | |
*** melwitt has quit IRC | 09:55 | |
*** awestin1 has quit IRC | 09:55 | |
*** mattoliverau has joined #openstack-neutron | 10:04 | |
*** niedbalski has joined #openstack-neutron | 10:04 | |
*** NostawRm has joined #openstack-neutron | 10:04 | |
*** kevinbenton has joined #openstack-neutron | 10:04 | |
*** dmellado has joined #openstack-neutron | 10:04 | |
*** liuyulong has joined #openstack-neutron | 10:04 | |
*** tidwellr has joined #openstack-neutron | 10:04 | |
*** jmlowe has joined #openstack-neutron | 10:04 | |
*** hjensas has joined #openstack-neutron | 10:04 | |
*** goldyfruit_ has joined #openstack-neutron | 10:04 | |
*** njohnston has joined #openstack-neutron | 10:04 | |
*** ramishra has joined #openstack-neutron | 10:04 | |
*** awalende has joined #openstack-neutron | 10:04 | |
*** lpetrut has joined #openstack-neutron | 10:04 | |
*** frickler has joined #openstack-neutron | 10:04 | |
*** toanster has joined #openstack-neutron | 10:04 | |
*** gregwork has joined #openstack-neutron | 10:04 | |
*** HenryG has joined #openstack-neutron | 10:04 | |
*** rpittau has joined #openstack-neutron | 10:04 | |
*** mnasiadka has joined #openstack-neutron | 10:04 | |
*** TheJulia has joined #openstack-neutron | 10:04 | |
*** beisner has joined #openstack-neutron | 10:04 | |
*** lseki has joined #openstack-neutron | 10:04 | |
*** doude has joined #openstack-neutron | 10:04 | |
*** __cf has joined #openstack-neutron | 10:04 | |
*** donnyd has joined #openstack-neutron | 10:04 | |
*** andrein has joined #openstack-neutron | 10:04 | |
*** mugsie has joined #openstack-neutron | 10:04 | |
*** jangutter has joined #openstack-neutron | 10:04 | |
*** Reepicheep has joined #openstack-neutron | 10:04 | |
*** brtknr has joined #openstack-neutron | 10:04 | |
*** amorin has joined #openstack-neutron | 10:04 | |
*** jpena has joined #openstack-neutron | 10:04 | |
*** shubjero has joined #openstack-neutron | 10:04 | |
*** openstackgerrit has joined #openstack-neutron | 10:04 | |
*** Satarel has joined #openstack-neutron | 10:04 | |
*** _gryf_ has joined #openstack-neutron | 10:04 | |
*** rnoriega_ has joined #openstack-neutron | 10:04 | |
*** gibi has joined #openstack-neutron | 10:04 | |
*** trident has joined #openstack-neutron | 10:04 | |
*** bobmel has joined #openstack-neutron | 10:04 | |
*** lajoskatona has joined #openstack-neutron | 10:04 | |
*** lucasagomes has joined #openstack-neutron | 10:04 | |
*** tmorin has joined #openstack-neutron | 10:04 | |
*** tosky has joined #openstack-neutron | 10:04 | |
*** sm806 has joined #openstack-neutron | 10:04 | |
*** tesseract has joined #openstack-neutron | 10:04 | |
*** rcernin has joined #openstack-neutron | 10:04 | |
*** gcheresh has joined #openstack-neutron | 10:04 | |
*** pcaruana has joined #openstack-neutron | 10:04 | |
*** maciejjozefczyk has joined #openstack-neutron | 10:04 | |
*** ralonsoh has joined #openstack-neutron | 10:04 | |
*** itzikb has joined #openstack-neutron | 10:04 | |
*** Luzi has joined #openstack-neutron | 10:04 | |
*** chenhaw has joined #openstack-neutron | 10:04 | |
*** ccamposr__ has joined #openstack-neutron | 10:04 | |
*** lennyb has joined #openstack-neutron | 10:04 | |
*** spotz has joined #openstack-neutron | 10:04 | |
*** rodolof has joined #openstack-neutron | 10:04 | |
*** Zara has joined #openstack-neutron | 10:04 | |
*** zbr_ has joined #openstack-neutron | 10:04 | |
*** dklyle has joined #openstack-neutron | 10:04 | |
*** efried has joined #openstack-neutron | 10:04 | |
*** rkukura has joined #openstack-neutron | 10:04 | |
*** vesper11 has joined #openstack-neutron | 10:04 | |
*** jamesdenton has joined #openstack-neutron | 10:04 | |
*** jlvillal has joined #openstack-neutron | 10:04 | |
*** johanssone has joined #openstack-neutron | 10:04 | |
*** rubasov has joined #openstack-neutron | 10:04 | |
*** ircuser-1 has joined #openstack-neutron | 10:04 | |
*** jistr has joined #openstack-neutron | 10:04 | |
*** f0o has joined #openstack-neutron | 10:04 | |
*** gryf has joined #openstack-neutron | 10:04 | |
*** elurkki has joined #openstack-neutron | 10:04 | |
*** Jeffrey4l has joined #openstack-neutron | 10:04 | |
*** jrosser has joined #openstack-neutron | 10:04 | |
*** kklimonda has joined #openstack-neutron | 10:04 | |
*** thedac has joined #openstack-neutron | 10:04 | |
*** rouk has joined #openstack-neutron | 10:04 | |
*** ksambor has joined #openstack-neutron | 10:04 | |
*** numans has joined #openstack-neutron | 10:04 | |
*** dulek has joined #openstack-neutron | 10:04 | |
*** tbarron has joined #openstack-neutron | 10:04 | |
*** elod has joined #openstack-neutron | 10:04 | |
*** panda has joined #openstack-neutron | 10:04 | |
*** mvkr has joined #openstack-neutron | 10:04 | |
*** hoonetorg has joined #openstack-neutron | 10:04 | |
*** baffle has joined #openstack-neutron | 10:04 | |
*** bcafarel has joined #openstack-neutron | 10:04 | |
*** pck has joined #openstack-neutron | 10:04 | |
*** gouthamr has joined #openstack-neutron | 10:04 | |
*** sean-k-mooney has joined #openstack-neutron | 10:04 | |
*** tonyb has joined #openstack-neutron | 10:04 | |
*** irclogbot_2 has joined #openstack-neutron | 10:04 | |
*** bnemec has joined #openstack-neutron | 10:04 | |
*** benj_ has joined #openstack-neutron | 10:04 | |
*** klindgren_ has joined #openstack-neutron | 10:04 | |
*** cp- has joined #openstack-neutron | 10:04 | |
*** pots has joined #openstack-neutron | 10:04 | |
*** nplanel has joined #openstack-neutron | 10:04 | |
*** mgagne has joined #openstack-neutron | 10:04 | |
*** kukacz_ has joined #openstack-neutron | 10:04 | |
*** ianw has joined #openstack-neutron | 10:04 | |
*** GonZo2000 has joined #openstack-neutron | 10:04 | |
*** sapd1_ has joined #openstack-neutron | 10:04 | |
*** lifeless has joined #openstack-neutron | 10:04 | |
*** ltomasbo has joined #openstack-neutron | 10:04 | |
*** lxkong has joined #openstack-neutron | 10:04 | |
*** otherwiseguy_ has joined #openstack-neutron | 10:04 | |
*** rickflare has joined #openstack-neutron | 10:04 | |
*** zzzeek has joined #openstack-neutron | 10:04 | |
*** flaviof has joined #openstack-neutron | 10:04 | |
*** guilhermesp has joined #openstack-neutron | 10:04 | |
*** dougwig has joined #openstack-neutron | 10:04 | |
*** jamespage has joined #openstack-neutron | 10:04 | |
*** dalvarez has joined #openstack-neutron | 10:04 | |
*** dosaboy has joined #openstack-neutron | 10:04 | |
*** ddeja has joined #openstack-neutron | 10:04 | |
*** eandersson has joined #openstack-neutron | 10:04 | |
*** rajinir has joined #openstack-neutron | 10:04 | |
*** stephenfin has joined #openstack-neutron | 10:04 | |
*** ab-a has joined #openstack-neutron | 10:04 | |
*** aspiers has joined #openstack-neutron | 10:04 | |
*** mattia has joined #openstack-neutron | 10:04 | |
*** cgoncalves has joined #openstack-neutron | 10:04 | |
*** andreaf has joined #openstack-neutron | 10:04 | |
*** obre has joined #openstack-neutron | 10:04 | |
*** dansmith has joined #openstack-neutron | 10:04 | |
*** larsks has joined #openstack-neutron | 10:04 | |
*** tobberydberg has joined #openstack-neutron | 10:04 | |
*** gary_perkins has joined #openstack-neutron | 10:04 | |
*** freerunner has joined #openstack-neutron | 10:04 | |
*** mmedvede has joined #openstack-neutron | 10:04 | |
*** andy_ has joined #openstack-neutron | 10:04 | |
*** tristanC has joined #openstack-neutron | 10:04 | |
*** jungleboyj has joined #openstack-neutron | 10:04 | |
*** mbuil has joined #openstack-neutron | 10:04 | |
*** beagles has joined #openstack-neutron | 10:04 | |
*** gmann has joined #openstack-neutron | 10:04 | |
*** johnsom has joined #openstack-neutron | 10:04 | |
*** ebbex has joined #openstack-neutron | 10:04 | |
*** nwonknu has joined #openstack-neutron | 10:04 | |
*** snierodz has joined #openstack-neutron | 10:04 | |
*** awestin1 has joined #openstack-neutron | 10:04 | |
*** melwitt has joined #openstack-neutron | 10:04 | |
*** rm_work has joined #openstack-neutron | 10:04 | |
*** NobodyCam has joined #openstack-neutron | 10:04 | |
*** mnaser has joined #openstack-neutron | 10:04 | |
*** tbachman has joined #openstack-neutron | 10:04 | |
*** dasp has joined #openstack-neutron | 10:04 | |
*** andreykurilin has joined #openstack-neutron | 10:04 | |
*** mgoddard has joined #openstack-neutron | 10:04 | |
*** fnordahl has joined #openstack-neutron | 10:04 | |
*** cmurphy has joined #openstack-neutron | 10:04 | |
*** StevenK has joined #openstack-neutron | 10:04 | |
*** logan- has joined #openstack-neutron | 10:04 | |
*** adrianc has joined #openstack-neutron | 10:04 | |
*** ChosSimbaOne has joined #openstack-neutron | 10:04 | |
*** dtantsur|afk has joined #openstack-neutron | 10:04 | |
*** mloza has joined #openstack-neutron | 10:04 | |
*** stingrayza has joined #openstack-neutron | 10:04 | |
*** markmcclain has joined #openstack-neutron | 10:04 | |
*** mmethot has joined #openstack-neutron | 10:04 | |
*** samc-bbc has joined #openstack-neutron | 10:04 | |
*** Conqueror has joined #openstack-neutron | 10:04 | |
*** haleyb has joined #openstack-neutron | 10:04 | |
*** cheng1 has joined #openstack-neutron | 10:04 | |
*** amotoki has joined #openstack-neutron | 10:04 | |
*** crazzy has joined #openstack-neutron | 10:04 | |
*** Anticimex has joined #openstack-neutron | 10:04 | |
*** coreycb has joined #openstack-neutron | 10:04 | |
*** davecore has joined #openstack-neutron | 10:04 | |
*** knikolla has joined #openstack-neutron | 10:04 | |
*** ildikov has joined #openstack-neutron | 10:04 | |
*** logan- has quit IRC | 10:05 | |
*** dtantsur|afk is now known as dtantsur | 10:06 | |
*** logan- has joined #openstack-neutron | 10:06 | |
*** numans has quit IRC | 10:23 | |
*** numans has joined #openstack-neutron | 10:26 | |
*** salmankhan has joined #openstack-neutron | 10:27 | |
*** salmankhan has quit IRC | 10:28 | |
*** salmankhan has joined #openstack-neutron | 10:29 | |
*** chenhaw has quit IRC | 10:33 | |
*** zhanglong has joined #openstack-neutron | 10:37 | |
*** ociuhandu has joined #openstack-neutron | 10:39 | |
*** pcaruana has quit IRC | 10:42 | |
openstackgerrit | Flavio Fernandes proposed openstack/networking-ovn master: DNM: please ignore https://review.opendev.org/697438 | 11:00 |
openstackgerrit | Darragh O'Reilly proposed openstack/neutron master: Improve ovs cleanup utility help https://review.opendev.org/697439 | 11:03 |
openstackgerrit | Lucas Alvares Gomes proposed openstack/neutron master: Move DevStack OVN module to Neutron https://review.opendev.org/696592 | 11:06 |
openstackgerrit | Lucas Alvares Gomes proposed openstack/neutron master: DO NOT MERGE: [OVN] Install OVN for functional tests https://review.opendev.org/697440 | 11:09 |
*** doreilly has joined #openstack-neutron | 11:09 | |
openstackgerrit | Lucas Alvares Gomes proposed openstack/neutron master: DO NOT MERGE: [OVN] Install OVN for functional tests https://review.opendev.org/697440 | 11:20 |
*** cheng1 has quit IRC | 11:22 | |
openstackgerrit | Flavio Fernandes proposed openstack/networking-ovn master: DNM: please ignore https://review.opendev.org/697438 | 11:24 |
*** cheng1 has joined #openstack-neutron | 11:25 | |
*** ociuhandu has quit IRC | 11:31 | |
*** tbachman has quit IRC | 11:36 | |
openstackgerrit | Lucas Alvares Gomes proposed openstack/neutron master: DO NOT MERGE: [OVN] Install OVN for functional tests https://review.opendev.org/697440 | 11:39 |
*** ociuhandu has joined #openstack-neutron | 11:44 | |
openstackgerrit | Lucas Alvares Gomes proposed openstack/neutron master: DO NOT MERGE: [OVN] Install OVN for functional tests https://review.opendev.org/697440 | 11:46 |
openstackgerrit | Hamdy Khader proposed openstack/neutron master: Remove representor port from OVS db on BM instance tear down. https://review.opendev.org/697450 | 11:46 |
*** zhanglong has quit IRC | 11:49 | |
*** gcheresh_ has joined #openstack-neutron | 11:50 | |
*** gcheresh has quit IRC | 11:50 | |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/neutron stable/rocky: NetcatTester.stop_processes skip "No such process" exception https://review.opendev.org/695658 | 11:51 |
*** shilpasd has joined #openstack-neutron | 11:53 | |
*** gcheresh_ has quit IRC | 12:01 | |
openstackgerrit | David Shaughnessy proposed openstack/neutron master: Migrate from ofctl to native QoS DSCP https://review.opendev.org/695479 | 12:08 |
*** itzikb has quit IRC | 12:08 | |
*** davidsha has joined #openstack-neutron | 12:09 | |
*** zbr_ is now known as zbr|out | 12:13 | |
*** shilpasd has quit IRC | 12:20 | |
*** jpena is now known as jpena|lunch | 12:22 | |
openstackgerrit | Hamdy Khader proposed openstack/neutron master: Sync deleted SmartNIC ports on agent restart. https://review.opendev.org/697450 | 12:24 |
*** shilpasd has joined #openstack-neutron | 12:28 | |
*** gcheresh has joined #openstack-neutron | 12:37 | |
*** rcernin has quit IRC | 12:52 | |
*** pcaruana has joined #openstack-neutron | 12:54 | |
*** itzikb has joined #openstack-neutron | 12:56 | |
*** gcheresh has quit IRC | 12:58 | |
*** gcheresh has joined #openstack-neutron | 12:59 | |
*** slaweq_ has joined #openstack-neutron | 13:01 | |
openstackgerrit | Chason Chan proposed openstack/neutron master: Fix the typo https://review.opendev.org/697461 | 13:03 |
*** slaweq_ has quit IRC | 13:04 | |
*** ociuhandu has quit IRC | 13:06 | |
*** gcheresh has quit IRC | 13:11 | |
*** gcheresh has joined #openstack-neutron | 13:11 | |
*** jpena|lunch is now known as jpena | 13:14 | |
openstackgerrit | Maciej Józefczyk proposed openstack/neutron master: [WIP] [OVN] Import OVN Client, L3 and QoS related code https://review.opendev.org/697316 | 13:18 |
*** goldyfruit_ has quit IRC | 13:20 | |
*** tmorin has quit IRC | 13:21 | |
*** tbachman has joined #openstack-neutron | 13:22 | |
*** tmorin has joined #openstack-neutron | 13:27 | |
*** ociuhandu has joined #openstack-neutron | 13:27 | |
openstackgerrit | Lucas Alvares Gomes proposed openstack/neutron master: DO NOT MERGE: [OVN] Install OVN for functional tests https://review.opendev.org/697440 | 13:38 |
openstackgerrit | Hamdy Khader proposed openstack/neutron master: Remove unbound SmartNIC port https://review.opendev.org/697473 | 13:46 |
*** bobmel has quit IRC | 13:55 | |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/neutron master: [WIP] do not skip ports with unset or invalid ofport https://review.opendev.org/640258 | 13:56 |
*** armax has joined #openstack-neutron | 14:00 | |
*** shilpasd has left #openstack-neutron | 14:07 | |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/neutron master: [OVS] Handle added/removed ports in the same polling iteration https://review.opendev.org/690098 | 14:13 |
*** cgoncalves has quit IRC | 14:13 | |
*** mkrai has joined #openstack-neutron | 14:16 | |
*** ociuhandu has quit IRC | 14:16 | |
*** Luzi has quit IRC | 14:28 | |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/neutron master: [OVS] Handle added/removed ports in the same polling iteration https://review.opendev.org/690098 | 14:29 |
*** zbr|out has quit IRC | 14:33 | |
*** zbr has joined #openstack-neutron | 14:35 | |
*** itzikb has quit IRC | 14:35 | |
openstackgerrit | Lucas Alvares Gomes proposed openstack/neutron master: DO NOT MERGE: [OVN] Install OVN for functional tests https://review.opendev.org/697440 | 14:36 |
*** pcaruana has quit IRC | 14:38 | |
*** ociuhandu has joined #openstack-neutron | 14:40 | |
*** zbr_ has joined #openstack-neutron | 14:42 | |
*** zbr has quit IRC | 14:44 | |
*** nweinber has joined #openstack-neutron | 14:44 | |
*** goldyfruit_ has joined #openstack-neutron | 14:48 | |
*** zbr_ has quit IRC | 14:49 | |
*** itzikb has joined #openstack-neutron | 14:49 | |
*** zbr has joined #openstack-neutron | 14:55 | |
*** ociuhandu has quit IRC | 14:57 | |
*** cgoncalves has joined #openstack-neutron | 14:57 | |
*** ociuhandu has joined #openstack-neutron | 14:57 | |
openstackgerrit | Daniel Alvarez proposed openstack/networking-ovn stable/train: [TrainOnly] Bump OVS/OVN to 2.12 in stable/train https://review.opendev.org/696839 | 14:58 |
*** goldyfruit___ has joined #openstack-neutron | 15:00 | |
*** goldyfruit_ has quit IRC | 15:02 | |
*** rpittau is now known as rpittau|afk | 15:03 | |
*** gcheresh has quit IRC | 15:13 | |
openstackgerrit | Daniel Alvarez proposed openstack/networking-ovn stable/train: Switch release jobs to use OVS 2.12 in Train https://review.opendev.org/697495 | 15:15 |
*** ociuhandu has quit IRC | 15:21 | |
*** ociuhandu has joined #openstack-neutron | 15:22 | |
openstackgerrit | Lucas Alvares Gomes proposed openstack/networking-ovn stable/train: Add support for virtual port type https://review.opendev.org/697503 | 15:33 |
*** lajoskatona has quit IRC | 15:38 | |
*** lajoskatona has joined #openstack-neutron | 15:40 | |
*** lajoskatona has quit IRC | 15:40 | |
*** itzikb has quit IRC | 15:40 | |
*** mkrai has quit IRC | 15:42 | |
*** mkrai_ has joined #openstack-neutron | 15:42 | |
*** mlavalle has joined #openstack-neutron | 15:57 | |
*** itzikb has joined #openstack-neutron | 16:02 | |
*** mkrai_ has quit IRC | 16:05 | |
*** dave-mccowan has joined #openstack-neutron | 16:08 | |
*** maciejjozefczyk has quit IRC | 16:14 | |
*** mattw4 has joined #openstack-neutron | 16:21 | |
*** ociuhandu has quit IRC | 16:23 | |
*** jangutter has quit IRC | 16:25 | |
*** igordc has joined #openstack-neutron | 16:27 | |
*** itzikb has quit IRC | 16:29 | |
*** tesseract has quit IRC | 16:39 | |
*** slaweq_ has joined #openstack-neutron | 16:41 | |
*** openstackgerrit has quit IRC | 16:42 | |
*** goldyfruit_ has joined #openstack-neutron | 16:43 | |
*** nicolasbock has joined #openstack-neutron | 16:44 | |
*** jpena is now known as jpena|brb | 16:45 | |
*** goldyfruit___ has quit IRC | 16:46 | |
*** mattw4 has quit IRC | 16:49 | |
*** tmorin has quit IRC | 16:51 | |
*** jlibosva has quit IRC | 16:54 | |
*** dave-mccowan has quit IRC | 16:58 | |
*** mattw4 has joined #openstack-neutron | 16:58 | |
*** ijw has joined #openstack-neutron | 17:01 | |
*** ijw_ has joined #openstack-neutron | 17:02 | |
*** slaweq_ has quit IRC | 17:02 | |
*** ociuhandu has joined #openstack-neutron | 17:02 | |
*** ijw has quit IRC | 17:06 | |
*** goldyfruit___ has joined #openstack-neutron | 17:12 | |
*** salmankhan has quit IRC | 17:13 | |
*** goldyfruit_ has quit IRC | 17:15 | |
*** itzikb has joined #openstack-neutron | 17:16 | |
*** dtantsur is now known as dtantsur|afk | 17:19 | |
*** lennyb has quit IRC | 17:20 | |
*** jpena|brb is now known as jpena | 17:25 | |
*** lennyb has joined #openstack-neutron | 17:26 | |
*** lennyb has quit IRC | 17:32 | |
*** openstackgerrit has joined #openstack-neutron | 17:33 | |
openstackgerrit | Merged openstack/neutron-dynamic-routing master: Remove tempest path from setup.cfg & tox.ini https://review.opendev.org/697052 | 17:33 |
*** lennyb has joined #openstack-neutron | 17:36 | |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/neutron master: [WIP] [OVN] Import OVN Client, L3 and QoS related code https://review.opendev.org/697316 | 17:37 |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/neutron master: [OVS] Handle added/removed ports in the same polling iteration https://review.opendev.org/690098 | 17:40 |
*** lpetrut has quit IRC | 17:40 | |
*** lennyb has quit IRC | 17:41 | |
*** lucasagomes has quit IRC | 17:43 | |
openstackgerrit | Lucas Alvares Gomes proposed openstack/neutron master: [OVN] Install OVN for functional tests https://review.opendev.org/697440 | 17:43 |
*** lennyb has joined #openstack-neutron | 17:46 | |
*** davidsha has quit IRC | 18:01 | |
*** mattw4 has quit IRC | 18:03 | |
*** itzikb has quit IRC | 18:05 | |
*** lennyb has quit IRC | 18:06 | |
*** lpetrut has joined #openstack-neutron | 18:07 | |
*** mattw4 has joined #openstack-neutron | 18:15 | |
*** ociuhandu has quit IRC | 18:17 | |
*** jpena is now known as jpena|off | 18:18 | |
*** awalende has quit IRC | 18:20 | |
*** awalende has joined #openstack-neutron | 18:21 | |
*** armax has quit IRC | 18:25 | |
*** awalende has quit IRC | 18:25 | |
openstackgerrit | Pedro Henrique Pereira Martins proposed openstack/neutron master: Add description field to portforwarding NAT rules https://review.opendev.org/670930 | 18:36 |
*** ralonsoh has quit IRC | 18:37 | |
*** dave-mccowan has joined #openstack-neutron | 18:39 | |
*** lennyb has joined #openstack-neutron | 18:53 | |
*** ccamposr has joined #openstack-neutron | 18:53 | |
*** ccamposr__ has quit IRC | 18:56 | |
*** dsneddon has joined #openstack-neutron | 18:59 | |
*** ociuhandu has joined #openstack-neutron | 19:07 | |
openstackgerrit | Brian Haley proposed openstack/networking-ovn stable/train: Add support for virtual port type https://review.opendev.org/697503 | 19:11 |
*** ccamposr__ has joined #openstack-neutron | 19:16 | |
*** ijw_ has quit IRC | 19:17 | |
*** jmlowe has quit IRC | 19:19 | |
*** ccamposr has quit IRC | 19:19 | |
*** doreilly has quit IRC | 19:20 | |
*** dsneddon has quit IRC | 19:21 | |
*** dsneddon has joined #openstack-neutron | 19:22 | |
*** doreilly has joined #openstack-neutron | 19:29 | |
*** ociuhandu has quit IRC | 19:31 | |
*** mvkr has quit IRC | 19:31 | |
*** doreilly has quit IRC | 19:33 | |
*** dave-mccowan has quit IRC | 19:36 | |
openstackgerrit | Flavio Fernandes proposed openstack/networking-ovn stable/rocky: Add Neutron network id to OVN LRPs https://review.opendev.org/697558 | 19:48 |
openstackgerrit | Flavio Fernandes proposed openstack/networking-ovn stable/queens: Add Neutron network id to OVN LRPs https://review.opendev.org/697559 | 19:54 |
*** rcernin has joined #openstack-neutron | 20:02 | |
openstackgerrit | Jens Harbott (frickler) proposed openstack/neutron master: Allow to select subnets to publish DNS records https://review.opendev.org/662409 | 20:04 |
*** dosaboy has quit IRC | 20:04 | |
*** igordc has quit IRC | 20:05 | |
*** dsneddon has quit IRC | 20:09 | |
*** dsneddon has joined #openstack-neutron | 20:10 | |
*** jmlowe has joined #openstack-neutron | 20:11 | |
*** rcernin has quit IRC | 20:18 | |
*** awalende has joined #openstack-neutron | 20:21 | |
*** bobmel has joined #openstack-neutron | 20:23 | |
*** bobmel has quit IRC | 20:23 | |
*** bobmel has joined #openstack-neutron | 20:23 | |
*** awalende has quit IRC | 20:25 | |
*** bobmel has quit IRC | 20:29 | |
gmann | njohnston: any stadium waiting for the py drop patch. I think you will take care of those? | 20:38 |
njohnston | gmann: Yes, we are coordinating it across the stadium here: https://etherpad.openstack.org/p/neutron-train-zuulv3-py27drop | 20:40 |
gmann | njohnston: perfect. thanks | 20:40 |
*** bobmel has joined #openstack-neutron | 20:46 | |
*** lajoskatona has joined #openstack-neutron | 21:04 | |
*** dosaboy has joined #openstack-neutron | 21:09 | |
*** gcheresh has joined #openstack-neutron | 21:10 | |
*** dsneddon has quit IRC | 21:18 | |
*** dsneddon has joined #openstack-neutron | 21:18 | |
*** bobmel has quit IRC | 21:30 | |
*** tmorin has joined #openstack-neutron | 21:31 | |
*** bobmel has joined #openstack-neutron | 21:32 | |
*** bobmel has quit IRC | 21:32 | |
*** lajoskatona has quit IRC | 21:32 | |
*** bobmel has joined #openstack-neutron | 21:32 | |
*** dsneddon has quit IRC | 21:33 | |
*** dsneddon has joined #openstack-neutron | 21:34 | |
*** dsneddon has quit IRC | 21:39 | |
*** dsneddon has joined #openstack-neutron | 21:40 | |
*** ociuhandu has joined #openstack-neutron | 21:41 | |
*** ijw has joined #openstack-neutron | 21:46 | |
openstackgerrit | Flavio Fernandes proposed openstack/networking-ovn stable/queens: Add Neutron network id to OVN LRPs https://review.opendev.org/697559 | 21:48 |
openstackgerrit | Flavio Fernandes proposed openstack/networking-ovn stable/rocky: Add Neutron network id to OVN LRPs https://review.opendev.org/697558 | 21:48 |
*** gcheresh has quit IRC | 21:49 | |
*** snierodz has quit IRC | 21:50 | |
*** stephenfin has quit IRC | 21:50 | |
*** tmorin has quit IRC | 21:50 | |
*** dasp_ has joined #openstack-neutron | 21:52 | |
*** dasp has quit IRC | 21:55 | |
*** stephenfin has joined #openstack-neutron | 21:57 | |
*** goldyfruit___ has quit IRC | 22:05 | |
*** nweinber has quit IRC | 22:09 | |
openstackgerrit | Flavio Fernandes proposed openstack/networking-ovn stable/queens: Add Neutron network id to OVN LRPs https://review.opendev.org/697559 | 22:14 |
openstackgerrit | Flavio Fernandes proposed openstack/networking-ovn stable/rocky: Add Neutron network id to OVN LRPs https://review.opendev.org/697558 | 22:16 |
*** ociuhandu has quit IRC | 22:20 | |
*** mattw4 has quit IRC | 22:27 | |
*** rcernin has joined #openstack-neutron | 22:28 | |
*** ijw has quit IRC | 23:04 | |
*** dsneddon has quit IRC | 23:05 | |
*** tkajinam has joined #openstack-neutron | 23:07 | |
*** dsneddon has joined #openstack-neutron | 23:13 | |
*** mattw4 has joined #openstack-neutron | 23:15 | |
*** mattw4 has quit IRC | 23:20 | |
*** dsneddon has quit IRC | 23:23 | |
*** nicolasbock has quit IRC | 23:29 | |
*** ociuhandu has joined #openstack-neutron | 23:30 | |
*** ociuhandu has quit IRC | 23:35 | |
*** ijw has joined #openstack-neutron | 23:36 | |
*** tosky has quit IRC | 23:38 | |
*** abaindur has joined #openstack-neutron | 23:40 | |
*** ijw has quit IRC | 23:40 | |
*** abaindur has quit IRC | 23:44 | |
*** abaindur has joined #openstack-neutron | 23:45 | |
*** dsneddon has joined #openstack-neutron | 23:51 | |
*** mvkr has joined #openstack-neutron | 23:55 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!