*** spatel has joined #openstack-neutron | 00:23 | |
*** spatel has quit IRC | 00:28 | |
*** hamalq has quit IRC | 00:32 | |
*** JamesBenson has quit IRC | 00:42 | |
*** JamesBenson has joined #openstack-neutron | 00:43 | |
*** JamesBenson has quit IRC | 00:47 | |
*** zzzeek has quit IRC | 01:10 | |
*** zzzeek has joined #openstack-neutron | 01:11 | |
*** JamesBenson has joined #openstack-neutron | 01:20 | |
openstackgerrit | Merged openstack/neutron master: Fix formatting error in agent/linux/external_process.py https://review.opendev.org/756610 | 01:23 |
---|---|---|
openstackgerrit | Merged openstack/neutron master: [L3] Let agent extension do delete router first https://review.opendev.org/736258 | 01:23 |
*** JamesBenson has quit IRC | 01:24 | |
*** armax has joined #openstack-neutron | 01:29 | |
*** armax has quit IRC | 02:00 | |
*** JamesBenson has joined #openstack-neutron | 02:30 | |
*** JamesBenson has quit IRC | 02:34 | |
*** JamesBenson has joined #openstack-neutron | 03:05 | |
*** armax has joined #openstack-neutron | 03:07 | |
*** JamesBenson has quit IRC | 03:10 | |
*** rcernin has quit IRC | 03:17 | |
*** macz_ has joined #openstack-neutron | 03:22 | |
*** macz_ has quit IRC | 03:26 | |
*** armax has quit IRC | 03:40 | |
*** rcernin has joined #openstack-neutron | 03:55 | |
*** rcernin has quit IRC | 03:56 | |
*** lajoskatona has joined #openstack-neutron | 03:58 | |
*** bengates has joined #openstack-neutron | 04:01 | |
*** rcernin has joined #openstack-neutron | 04:03 | |
*** bengates has quit IRC | 04:05 | |
*** pmannidi has quit IRC | 04:16 | |
*** mpsairam has joined #openstack-neutron | 04:16 | |
*** zzzeek has quit IRC | 05:02 | |
*** zzzeek has joined #openstack-neutron | 05:05 | |
*** ratailor has joined #openstack-neutron | 05:07 | |
*** zzzeek has quit IRC | 05:42 | |
*** zzzeek has joined #openstack-neutron | 05:43 | |
*** rpittau|afk is now known as rpittau | 05:43 | |
*** zzzeek has quit IRC | 06:11 | |
*** zzzeek has joined #openstack-neutron | 06:12 | |
*** gcheresh has joined #openstack-neutron | 06:31 | |
*** tkajinam has quit IRC | 06:42 | |
*** tkajinam has joined #openstack-neutron | 06:42 | |
*** jobewan has quit IRC | 06:46 | |
*** jlibosva has joined #openstack-neutron | 06:46 | |
*** jobewan has joined #openstack-neutron | 06:48 | |
*** tesseract has joined #openstack-neutron | 06:59 | |
*** ralonsoh has joined #openstack-neutron | 06:59 | |
*** tmorin has joined #openstack-neutron | 07:10 | |
lajoskatona | bcafarel: Hi/ Good morning! I'am struggling with networking-odl train jobs: https://review.opendev.org/745806 | 07:15 |
lajoskatona | bcafarel: perhaps you have better eye for what else to do with functional tests: | 07:16 |
lajoskatona | bcafarel: example failure: https://6ce17512e47061b26988-2e52c217801cfd672d11b663a7c290aa.ssl.cf5.rackcdn.com/745806/16/check/networking-odl-functional-neon/684c0b1/job-output.txt | 07:17 |
lajoskatona | bcafarel: [ERROR] /opt/stack/devstack/inc/python:41 Unable to find pip2.7; cannot continue | 07:17 |
bcafarel | lajoskatona: that looks similar to something I fixed in older neutron branches, looking for the patch | 07:21 |
lajoskatona | bcafarel: thanks, would be good :-) | 07:22 |
bcafarel | lajoskatona: "ensure_pip_from_packages_with_python2" may help here | 07:24 |
bcafarel | https://opendev.org/openstack/neutron/commit/57f527a748f292597ee548e8d386720b72346d17 was for rocky but from the variable name it looks similar :) | 07:24 |
*** armax has joined #openstack-neutron | 07:24 | |
lajoskatona | bcafarel: I check this magic word, thanks :-) | 07:25 |
*** bengates has joined #openstack-neutron | 07:26 | |
lajoskatona | bcafarel: on train, do we support python2 or 3? | 07:27 |
*** Inflatad_ has quit IRC | 07:30 | |
openstackgerrit | Lajos Katona proposed openstack/networking-odl stable/train: This change is a squash of 2 different patches to pass the gate https://review.opendev.org/745806 | 07:31 |
bcafarel | lajoskatona: both :) for functional I guess that depends on what was the status in train | 07:31 |
lajoskatona | bcafarel: ok I go with the original USE_PYTHON3: True and see now if it works with ensure_pip_from_packages_with_python2 , 🤞 | 07:32 |
bcafarel | yes neutron has both functional and functional-python27 (jobs and tox targets) maybe networking-odl was still py2 by then? | 07:36 |
*** slaweq has joined #openstack-neutron | 07:37 | |
*** slaweq has quit IRC | 07:37 | |
bcafarel | I'll keep an eye on the ci results :) | 07:37 |
*** slaweq has joined #openstack-neutron | 07:38 | |
*** rcernin has quit IRC | 07:45 | |
*** sapd1 has joined #openstack-neutron | 07:50 | |
lajoskatona | bcafarel: thanks, to tell the truth I don't know, but if it fails I have to change to my archeologist hat.... | 07:50 |
bcafarel | lajoskatona: watch out, try not to get crushed by the giant python2.7 boulder! | 07:54 |
bcafarel | but yes I hope ensure-pip and some of its options should do the trick (may need some attemps though) | 07:55 |
*** jpena|off is now known as jpena | 08:01 | |
*** gcheresh has quit IRC | 08:04 | |
*** Adri2000 has joined #openstack-neutron | 08:07 | |
*** lucasagomes has joined #openstack-neutron | 08:10 | |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/neutron master: [WIP] Register a known agent in TestAgentApi https://review.opendev.org/756668 | 08:14 |
*** gcheresh has joined #openstack-neutron | 08:14 | |
Adri2000 | hello | 08:22 |
Adri2000 | I've got a "NetlinkError: (13, 'Permission denied')" error in neutron-linuxbridge-agent - actually the problem itself seems to happen in oslo.privsep.daemon (called by neutron-linuxbridge-agent). this is running Stein, and the error started appearing in the logs just after upgrading from Rocky; it's not just once, the agent keeps reporting that in the logs ("Error in agent loop"). | 08:24 |
Adri2000 | disabling IPv6 on the host seems to workaround the problem, but I'd rather find a proper fix. any idea? | 08:24 |
slaweq | Adri2000: hi, can You try if same issue happens on e.g. master branch? and also can You report Launchpad bug for that, and attach Your logs from agent there | 08:31 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/neutron-vpnaas-dashboard stable/victoria: Imported Translations from Zanata https://review.opendev.org/756004 | 08:37 |
openstackgerrit | Lajos Katona proposed openstack/neutron master: fullstack: Fetch created subnet in loop https://review.opendev.org/749041 | 08:38 |
*** ccamposr has joined #openstack-neutron | 08:40 | |
*** ccamposr__ has quit IRC | 08:43 | |
*** dtantsur|afk is now known as dtantsur | 08:44 | |
*** ociuhandu has joined #openstack-neutron | 08:51 | |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/neutron master: Add port NUMA affinity policy https://review.opendev.org/740067 | 08:52 |
*** tmorin has quit IRC | 08:59 | |
Adri2000 | slaweq: not sure about testing master, it's an openstack-ansible pre-prod deployment, it might be hard to upgrade only neutron and keep the rest of the deployment in stein :/ I can open a bug report though and attach logs, if that helps | 09:02 |
jlibosva | slaweq: hi, are we still allowed to request new tags for stable Queens after it's been marked as EM ? | 09:08 |
slaweq | jlibosva: nope, we are not creating any new tags for EM branches | 09:13 |
slaweq | we can backport things there but no new releases | 09:13 |
Adri2000 | slaweq: just filed a bug a report, with log attached: https://bugs.launchpad.net/neutron/+bug/1899141 | 09:13 |
openstack | Launchpad bug 1899141 in neutron "Linuxbridge agent NetlinkError: (13, 'Permission denied') after Stein upgrade" [Undecided,New] | 09:13 |
jlibosva | slaweq: gotcha | 09:13 |
openstackgerrit | Slawek Kaplonski proposed openstack/neutron stable/ussuri: Support gateway which is not in subnet CIDR in ha_router https://review.opendev.org/757044 | 09:35 |
openstackgerrit | Slawek Kaplonski proposed openstack/neutron stable/train: Support gateway which is not in subnet CIDR in ha_router https://review.opendev.org/757045 | 09:36 |
openstackgerrit | Slawek Kaplonski proposed openstack/neutron stable/stein: Support gateway which is not in subnet CIDR in ha_router https://review.opendev.org/757046 | 09:36 |
*** takamatsu has joined #openstack-neutron | 09:37 | |
openstackgerrit | Slawek Kaplonski proposed openstack/neutron stable/rocky: Support gateway which is not in subnet CIDR in ha_router https://review.opendev.org/757048 | 09:38 |
openstackgerrit | Slawek Kaplonski proposed openstack/neutron stable/queens: Support gateway which is not in subnet CIDR in ha_router https://review.opendev.org/757049 | 09:39 |
openstackgerrit | Slawek Kaplonski proposed openstack/neutron stable/ussuri: windows: fix terminating processes https://review.opendev.org/757050 | 09:40 |
openstackgerrit | Slawek Kaplonski proposed openstack/neutron stable/train: windows: fix terminating processes https://review.opendev.org/757051 | 09:40 |
openstackgerrit | Slawek Kaplonski proposed openstack/neutron stable/stein: windows: fix terminating processes https://review.opendev.org/757052 | 09:41 |
openstackgerrit | Slawek Kaplonski proposed openstack/neutron stable/rocky: windows: fix terminating processes https://review.opendev.org/757054 | 09:41 |
openstackgerrit | Slawek Kaplonski proposed openstack/neutron stable/queens: windows: fix terminating processes https://review.opendev.org/757055 | 09:41 |
openstackgerrit | Slawek Kaplonski proposed openstack/neutron stable/ussuri: Import "oslo_config.cfg" before "eventlet" https://review.opendev.org/757059 | 09:53 |
openstackgerrit | Slawek Kaplonski proposed openstack/neutron stable/train: Import "oslo_config.cfg" before "eventlet" https://review.opendev.org/757060 | 09:54 |
openstackgerrit | Slawek Kaplonski proposed openstack/neutron stable/stein: Import "oslo_config.cfg" before "eventlet" https://review.opendev.org/757061 | 09:54 |
openstackgerrit | Slawek Kaplonski proposed openstack/neutron stable/rocky: Import "oslo_config.cfg" before "eventlet" https://review.opendev.org/757062 | 09:56 |
Adri2000 | ralonsoh: hello, thanks for your reply on my bug report, it helped a lot. I'll put all the infos in there but thought it'd be faster to discuss on IRC first. indeed after adding some debug I managed to reproduce the problem using ip addr dev ... - what neutron is trying to do is to add an ipv6 address on one of the br bridges. I believe the reason it fails is because the sysctl | 09:56 |
Adri2000 | net.ipv6.conf.<bridge>.disable_ipv6 is set to 1... | 09:56 |
openstackgerrit | Slawek Kaplonski proposed openstack/neutron stable/queens: Import "oslo_config.cfg" before "eventlet" https://review.opendev.org/757063 | 09:56 |
*** lucasagomes has quit IRC | 09:56 | |
ralonsoh | Adri2000, what bridge is that? | 09:56 |
ralonsoh | Adri2000, https://github.com/openstack/os-vif/blob/master/vif_plug_linux_bridge/linux_net.py#L100 | 09:57 |
*** lucasagomes has joined #openstack-neutron | 09:57 | |
ralonsoh | os-vif is in charge of creating the L1 infrastructure | 09:58 |
*** lucasagomes has joined #openstack-neutron | 09:58 | |
Adri2000 | it's the bridge created by neutron for our external/provider network | 09:58 |
Adri2000 | yes so... I'm a bit lost why neutron disables ipv6 on a bridge, then why it'd try to add an ipv6 on that same bridge? | 09:59 |
ralonsoh | check this https://github.com/openstack/os-vif/blob/master/vif_plug_linux_bridge/linux_net.py#L100-L112 | 09:59 |
Adri2000 | ralonsoh: it looks like the ipv6 address it's trying to add comes from the physical NIC - like it's moving the IP from the physical NIC to the bridge when adding the physical NIC into the bridge, I guess | 10:05 |
Adri2000 | it's an ipv6 link local address. we don't make use of ipv6 actually | 10:05 |
ralonsoh | Adri2000, can you point me to the code in the LB agent when this is happening? | 10:06 |
Adri2000 | but I imagine that's why, when we disable ipv6 at the system level (via sysctl), that ipv6 goes away, and therefore neutron doesn't try to move it and add it to the bridge (bridge where neutron had disabled ipv6 in the past) | 10:06 |
Adri2000 | exactly what you linked in the bug report: https://github.com/openstack/neutron/blob/b63d1d5a5125f1110fb5b257aa9f1f14d0787864/neutron/privileged/agent/linux/ip_lib.py#L302-L317 I added debug log just before the try: | 10:07 |
ralonsoh | Adri2000, no, the code from the LB that is calling this method | 10:07 |
ralonsoh | this is the exception in the privsep daemon | 10:08 |
ralonsoh | but I need to know where this is called from the LB agent | 10:08 |
Adri2000 | https://launchpadlibrarian.net/501314638/neutron-linuxbridge-agent.log what about the second stack trace there? does it show the code path inside the LB agent? | 10:09 |
Adri2000 | if not, let me know how I can get the info you need pease :) | 10:10 |
Adri2000 | please* | 10:10 |
ralonsoh | I think there is a clash between the code in os-vif and Ic236de04c0203633df49967a9a4528fda13c51df | 10:12 |
ralonsoh | I'll that | 10:12 |
ralonsoh | I'll check that | 10:12 |
ralonsoh | Adri2000, you said the NIC IPv6 address is link-local | 10:22 |
ralonsoh | right? | 10:22 |
ralonsoh | because in "update_interface_ip_details", "get_interface_details" only gets scope='global' | 10:23 |
Adri2000 | ralonsoh: yes, example: inet6 fe80::f080:38ff:febc:645c/64 scope link | 10:28 |
ralonsoh | Adri2000, and is this the IP that LB agent tries to set?? | 10:29 |
Adri2000 | yes. here is the infos I get with the LOG I added in the source: add device brqe59f512b-b9; namespace None; ip fe80::f080:38ff:febc:645c; prefixlen 64; family 10; broadcast None add_ip_address | 10:32 |
Adri2000 | in this case, the bridge also corresponds to an external/provider network, and that ipv6 local ip address is currently on the physical interface that neutron is trying to put inside the bridge | 10:33 |
ralonsoh | Adri2000, it doesn't make sense... | 10:33 |
ralonsoh | get_interface_details should not return this IP | 10:33 |
Adri2000 | I can try to put some LOG debug in that method? | 10:33 |
ralonsoh | I'm trying to execute this manually on a interface with IPv6 link-local address | 10:34 |
ralonsoh | Adri2000, can you open a python terminal? | 10:37 |
Adri2000 | ralonsoh: yes I can, just let me share what I've just got | 10:37 |
Adri2000 | I put a LOG.debug in get_interface_details(), to output the value of ips | 10:38 |
ralonsoh | Adri2000, http://paste.openstack.org/show/798903/ | 10:38 |
ralonsoh | can you execute this? | 10:38 |
Adri2000 | sometimes it's an empty list | 10:38 |
Adri2000 | sometimes it's ips [{'dadfailed': False, 'name': 'eth14', 'tentative': False, 'dynamic': False, 'broadcast': None, 'scope': 'link', 'cidr': 'fe80::f080:38ff:febc:645c/64'}] get_interface_details /openstack/venvs/neutron-19.1.5/lib/python2.7/site-packages/neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py:277 | 10:38 |
Adri2000 | yes give me one min I'll run that | 10:39 |
Adri2000 | ralonsoh: http://paste.openstack.org/show/798904/ | 10:41 |
Adri2000 | indeed it's as if scope is ignored or ...? | 10:42 |
ralonsoh | Adri2000, ok, I think this could be an error in pyroute | 10:42 |
ralonsoh | what version do you have? | 10:43 |
*** tbachman has quit IRC | 10:43 | |
ralonsoh | python -m pip freeze | grep pyroute | 10:43 |
Adri2000 | ralonsoh:pyroute2==0.5.4 | 10:44 |
ralonsoh | Adri2000, please, try a higher version, like 0.5.7 | 10:46 |
ralonsoh | I think this is a problem in pyroute | 10:46 |
ralonsoh | I have 0.5.14 and the filter works fine | 10:46 |
Adri2000 | ralonsoh: sure, I'll try that in a moment and let you know today. thank you very much for your help so far | 10:47 |
ralonsoh | yw | 10:47 |
*** priteau has joined #openstack-neutron | 10:50 | |
*** rcernin has joined #openstack-neutron | 10:50 | |
*** zzzeek has quit IRC | 10:52 | |
*** zzzeek has joined #openstack-neutron | 10:54 | |
*** tamas_erdei has quit IRC | 11:05 | |
*** terdei has joined #openstack-neutron | 11:06 | |
*** zzzeek has quit IRC | 11:17 | |
*** zzzeek has joined #openstack-neutron | 11:18 | |
*** rcernin has quit IRC | 11:31 | |
*** ccamposr__ has joined #openstack-neutron | 11:33 | |
*** ratailor_ has joined #openstack-neutron | 11:33 | |
*** ccamposr has quit IRC | 11:34 | |
*** ratailor has quit IRC | 11:34 | |
*** jamesdenton has quit IRC | 11:34 | |
*** jpena is now known as jpena|lunch | 11:34 | |
*** jamesdenton has joined #openstack-neutron | 11:40 | |
openstackgerrit | Roman Safronov proposed openstack/neutron master: Set proper bridge mappings before migration to OVN https://review.opendev.org/756714 | 11:48 |
*** jlibosva has quit IRC | 11:58 | |
*** sapd1 has quit IRC | 12:01 | |
*** slaweq has quit IRC | 12:03 | |
*** slaweq has joined #openstack-neutron | 12:17 | |
*** jpena|lunch is now known as jpena | 12:32 | |
openstackgerrit | Lajos Katona proposed openstack/networking-odl stable/train: This change is a squash of 2 different patches to pass the gate https://review.opendev.org/745806 | 12:34 |
Adri2000 | ralonsoh: unfortunately the pyroute2 version doesn't change anything, I tried all of them up until 0.5.14... but! the good news if after some more digging I found the culprit | 12:51 |
Adri2000 | ralonsoh: this patch https://review.opendev.org/#/c/747628/ | 12:51 |
Adri2000 | ralonsoh: reverting this patch: 1) your test case in a python shell works as expected and 2) my neutron-linuxbridge-agent doesn't complain anymore in the logs | 12:52 |
*** jlibosva has joined #openstack-neutron | 12:53 | |
ralonsoh | Adri2000, I need to review the code but I don't know where this method is called form the LB agent | 12:53 |
Adri2000 | ralonsoh: the list() method used in your test case calls get_devices_with_ip() here https://github.com/openstack/neutron/blob/stable/stein/neutron/agent/linux/ip_lib.py#L543-L544 | 12:58 |
Adri2000 | I'll let you have a look :) | 12:59 |
Adri2000 | with the problematic patch, we end ip with that same code here https://github.com/openstack/neutron/blob/stable/stein/neutron/agent/linux/ip_lib.py#L537-L538 and there https://github.com/openstack/neutron/blob/stable/stein/neutron/agent/linux/ip_lib.py#L1426-L1427 | 13:00 |
Adri2000 | and looks like there is a code path that goes through both of them, which may cause a problem? | 13:01 |
Adri2000 | actually slaweq you might be interested in this as well, as I see you are the author of the commit | 13:02 |
*** rpittau is now known as rpittau|afk | 13:03 | |
ralonsoh | Adri2000, the problem of this patch is that we are translating in the other way around | 13:03 |
ralonsoh | https://review.opendev.org/#/c/747628/1/neutron/agent/linux/ip_lib.py | 13:03 |
*** ratailor_ has quit IRC | 13:03 | |
ralonsoh | no no | 13:03 |
*** ratailor has joined #openstack-neutron | 13:03 | |
ralonsoh | I'm wrong | 13:03 |
ralonsoh | it's ok this patch | 13:04 |
*** nweinber has joined #openstack-neutron | 13:11 | |
ralonsoh | could no be the culprit | 13:12 |
ralonsoh | when I call "get_interface_details" I get the correct values | 13:12 |
ralonsoh | even with the filter | 13:12 |
ralonsoh | Ok, now I see the error (my dev env was a bit old and didn't have this patch) | 13:14 |
*** ratailor has quit IRC | 13:15 | |
*** mmethot_ is now known as mmethot | 13:15 | |
ralonsoh | Adri2000, I'll push a patch today | 13:16 |
Adri2000 | ralonsoh: great! thanks | 13:25 |
openstackgerrit | Slawek Kaplonski proposed openstack/neutron master: Add locks for methods which sets nat rules in router https://review.opendev.org/756107 | 13:49 |
openstackgerrit | Slawek Kaplonski proposed openstack/neutron stable/rocky: Drop invalid rootwrap filters https://review.opendev.org/757105 | 13:53 |
openstackgerrit | Slawek Kaplonski proposed openstack/neutron stable/queens: Drop invalid rootwrap filters https://review.opendev.org/757106 | 13:55 |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/neutron master: "scope" conversion to pyroute2 parameter only in last method https://review.opendev.org/757107 | 13:57 |
*** ociuhandu has quit IRC | 14:11 | |
*** ociuhandu has joined #openstack-neutron | 14:12 | |
openstackgerrit | Merged openstack/neutron master: [Doc] Add section about diffs between ovs and iptables fw drivers https://review.opendev.org/755766 | 14:14 |
*** slaweq has quit IRC | 14:42 | |
*** jlibosva has quit IRC | 14:55 | |
*** mlavalle has joined #openstack-neutron | 14:57 | |
*** lpetrut has joined #openstack-neutron | 15:19 | |
*** blkmanta has joined #openstack-neutron | 15:26 | |
openstackgerrit | Flavio Fernandes proposed openstack/neutron stable/train: [DNM] [ovn] port forwarding support https://review.opendev.org/757134 | 15:31 |
*** jangutter_ has joined #openstack-neutron | 15:35 | |
*** bengates has quit IRC | 15:35 | |
*** lpetrut has quit IRC | 15:35 | |
*** bengates has joined #openstack-neutron | 15:36 | |
*** jangutter has quit IRC | 15:39 | |
openstackgerrit | Flavio Fernandes proposed openstack/networking-ovn stable/train: [DNM] [ovn] port forwarding support https://review.opendev.org/757139 | 15:40 |
*** bengates has quit IRC | 15:41 | |
*** macz_ has joined #openstack-neutron | 15:41 | |
*** sapd1 has joined #openstack-neutron | 15:42 | |
*** lucasagomes has quit IRC | 15:56 | |
*** tesseract has quit IRC | 16:01 | |
*** blkmanta has quit IRC | 16:03 | |
*** priteau has quit IRC | 16:06 | |
*** ociuhandu has quit IRC | 16:21 | |
*** dtantsur is now known as dtantsur|afk | 16:26 | |
*** raildo has quit IRC | 16:30 | |
*** raildo has joined #openstack-neutron | 16:30 | |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/neutron master: Use new engine facade in L3 DB code https://review.opendev.org/715315 | 16:42 |
*** priteau has joined #openstack-neutron | 16:42 | |
*** hamalq has joined #openstack-neutron | 16:45 | |
*** ViniciusCoelho has joined #openstack-neutron | 16:46 | |
*** jpena is now known as jpena|off | 16:55 | |
*** ccamposr has joined #openstack-neutron | 17:05 | |
*** ccamposr__ has quit IRC | 17:07 | |
*** sapd1 has quit IRC | 17:13 | |
*** hack-char has quit IRC | 17:50 | |
*** hack-char has joined #openstack-neutron | 17:50 | |
*** priteau has quit IRC | 17:58 | |
*** lajoskatona has left #openstack-neutron | 18:01 | |
*** ralonsoh has quit IRC | 18:10 | |
openstackgerrit | Lajos Katona proposed openstack/networking-bagpipe master: Make ovs evpn driver an os-ken app https://review.opendev.org/735934 | 18:17 |
*** tkajinam has quit IRC | 18:25 | |
*** armax has quit IRC | 18:25 | |
openstackgerrit | Lajos Katona proposed openstack/networking-bagpipe master: Make ovs evpn driver an os-ken app https://review.opendev.org/735934 | 18:28 |
*** armax has joined #openstack-neutron | 18:30 | |
openstackgerrit | Brian Haley proposed openstack/ovn-octavia-provider stable/ussuri: Fix the check for allowed_cidrs in listeners https://review.opendev.org/757170 | 18:36 |
*** priteau has joined #openstack-neutron | 18:42 | |
*** armax has quit IRC | 18:45 | |
*** priteau has quit IRC | 18:48 | |
*** priteau has joined #openstack-neutron | 19:14 | |
*** ociuhandu has joined #openstack-neutron | 19:24 | |
openstackgerrit | Nate Johnston proposed openstack/neutron-dynamic-routing master: Bump SQL Alchemy version to catch ambiguous join fix https://review.opendev.org/757178 | 19:25 |
*** priteau has quit IRC | 19:27 | |
*** armax has joined #openstack-neutron | 19:42 | |
*** zzzeek has quit IRC | 19:49 | |
*** ociuhandu has quit IRC | 19:50 | |
*** zzzeek has joined #openstack-neutron | 19:51 | |
*** SmearedBeard has joined #openstack-neutron | 20:26 | |
*** nweinber has quit IRC | 20:37 | |
*** ociuhandu has joined #openstack-neutron | 20:51 | |
*** SmearedBeard has quit IRC | 21:06 | |
*** ociuhandu has quit IRC | 21:13 | |
*** ViniciusCoelho has quit IRC | 21:18 | |
*** ociuhandu has joined #openstack-neutron | 21:18 | |
*** ociuhandu has quit IRC | 21:25 | |
*** raildo has quit IRC | 21:30 | |
*** hamalq has quit IRC | 21:37 | |
*** hamalq has joined #openstack-neutron | 22:00 | |
*** gcheresh has quit IRC | 22:01 | |
*** armax has quit IRC | 22:16 | |
*** takamatsu has quit IRC | 22:26 | |
*** macz_ has quit IRC | 23:06 | |
*** mlavalle has quit IRC | 23:19 | |
*** hamalq has quit IRC | 23:26 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!