*** yamamoto has joined #openstack-neutron | 00:00 | |
*** yamamoto has quit IRC | 00:28 | |
*** yamamoto has joined #openstack-neutron | 00:31 | |
*** yamamoto has quit IRC | 01:00 | |
*** yamamoto has joined #openstack-neutron | 01:01 | |
*** yamamoto has quit IRC | 01:01 | |
*** yamamoto has joined #openstack-neutron | 01:16 | |
*** yamamoto has quit IRC | 01:24 | |
*** whoami-rajat has quit IRC | 01:48 | |
*** yamamoto has joined #openstack-neutron | 01:50 | |
*** yamamoto has quit IRC | 02:09 | |
*** lajoskatona has joined #openstack-neutron | 03:58 | |
*** yamamoto has joined #openstack-neutron | 04:11 | |
*** ricolin_ has joined #openstack-neutron | 04:32 | |
*** ricolin has quit IRC | 04:36 | |
*** ricolin_ is now known as ricolin | 04:36 | |
*** manpreetk has joined #openstack-neutron | 04:48 | |
*** hemanth_n has joined #openstack-neutron | 05:07 | |
*** ralonsoh has joined #openstack-neutron | 05:41 | |
amotoki | frickler: sorry for late. I went to bed early last night. it looks like the new default configuration depends on PUBLIC_NETWORK_GATEWAY, | 06:00 |
---|---|---|
amotoki | frickler: devstack job configures PUBLIC_NETWORK_GATEWAY by default inside the job definition | 06:01 |
amotoki | frickler: for example, https://zuul.opendev.org/t/openstack/build/f0bed3d5313e41729f26421183a41ea8/log/controller/logs/local_conf.txt (this is an example from https://review.opendev.org/c/openstack/devstack/+/793397) | 06:01 |
amotoki | devstack generally should work without any configuration like https://docs.openstack.org/devstack/latest/#create-a-local-conf | 06:03 |
amotoki | but after ovn migration it looks like a set of configruations are MUST things. it can be improved gradually. I just would like to confirm the current status. | 06:04 |
*** slaweq has joined #openstack-neutron | 06:17 | |
frickler | amotoki: nothing's bad about going to bed early. I need to prepare for a meeting now, will look at this issue later today | 06:18 |
*** parlos has joined #openstack-neutron | 06:19 | |
amotoki | frickler: thanks. no worries. it is not urgent. I have OVS based env and am just trying to OVN based env. | 06:19 |
*** yoctozepto has joined #openstack-neutron | 06:37 | |
yoctozepto | morning neutron | 06:37 |
yoctozepto | does https://bugs.launchpad.net/devstack/+bug/1930360 ring a bell? | 06:37 |
opendevmeet | Launchpad bug 1930360 in devstack "devstack installation fails for neutron- ovn_agent on master branch" [Undecided,New] | 06:37 |
ralonsoh | yoctozepto, are you using OVN? | 06:47 |
amotoki | ralonsoh: yoctozepto: I hit the same (as I mentioned above) | 06:49 |
ralonsoh | amotoki, yeah, same issue | 06:49 |
ralonsoh | you need to define PUBLIC_NETWORK_GATEWAY | 06:49 |
opendevreview | Merged openstack/neutron master: [Doc] Update Freenode to OFTC as our IRC server https://review.opendev.org/c/openstack/neutron/+/793846 | 06:50 |
amotoki | ralonsoh: is it documented somewhere? | 06:50 |
ralonsoh | amotoki, yes, one sec | 06:50 |
ralonsoh | amotoki, https://github.com/openstack/devstack/blob/master/doc/source/networking.rst#shared-guest-interface | 06:51 |
amotoki | OVN is the defualt backend now, so it should work when someone just follows https://docs.openstack.org/devstack/latest/#create-a-local-conf | 06:51 |
ralonsoh | you are right | 06:51 |
amotoki | thanks for confirmation. we can improve things gradually :) | 06:52 |
ralonsoh | I'll push a patch for devstack documenting that in this samepl config file | 06:52 |
amotoki | ralonsoh: rather than adding more configuration, can't we configure it automatically? | 06:52 |
ralonsoh | amotoki, we can use Q_FLOATING_ALLOCATION_POOL CIDR and use .1 IP address | 06:53 |
ralonsoh | of course, this is just for testing and should be a warning message | 06:54 |
ralonsoh | saying that we are inferring this IP address | 06:54 |
yoctozepto | ralonsoh: that was not me, but Vishal is using the default so OVN | 06:55 |
yoctozepto | I see you know the problem | 06:56 |
ralonsoh | yoctozepto, commented on the LP bug | 06:56 |
yoctozepto | ralonsoh: thanks, appreciated | 06:56 |
amotoki | ralonsoh: i think we can use the same logic as we previously configures br-ex IP address in l3 with ovs. | 06:58 |
ralonsoh | let me check | 06:58 |
amotoki | ralonsoh: https://opendev.org/openstack/devstack/src/branch/master/lib/neutron_plugins/services/l3#L335 | 06:59 |
amotoki | ralonsoh: this function does it. | 06:59 |
amotoki | yoctozepto: I think the bug 1930360 is valid because it happens if someone just follows https://docs.openstack.org/devstack/latest/#create-a-local-conf | 07:00 |
opendevmeet | bug 1930360 in devstack "devstack installation fails for neutron- ovn_agent on master branch" [Undecided,Incomplete] https://launchpad.net/bugs/1930360 | 07:00 |
amotoki | yoctozepto: the default backend should behave same as before. | 07:01 |
yoctozepto | amotoki: yeah, it's valid, I set it as incomplete to ask the user to confirm it helps them | 07:01 |
amotoki | yoctozepto: makes sense | 07:01 |
yoctozepto | we should probably try to work more on ensuring the previous behaviour (from ovs) still applies | 07:02 |
amotoki | +1 | 07:02 |
yoctozepto | the docs + warning that we prefer the user to have it set is also ok by me | 07:03 |
amotoki | yoctozepto: do you mean we need to add some to https://docs.openstack.org/devstack/latest/#create-a-local-conf ? | 07:04 |
amotoki | the issue affects folks who follow Quick Start. | 07:05 |
yoctozepto | amotoki: yeah, we could always add more requirements for users; but I would prefer we have the previous friendlier behaviour as well | 07:09 |
amotoki | I added some note to the bug including a workaround to use OVS. | 07:17 |
amotoki | the bug author Vishal is a horizon dev so perhaps he doesn't care the network backend and he can use OVS as a workaround. | 07:17 |
yoctozepto | yeah, but I guess we (QA and Neutron) would prefer users actually use OVN | 07:20 |
yoctozepto | even though we are not removing OVS (for obvious reasons - it's the most popular deployment so far) | 07:20 |
amotoki | yoctozepto: yes, we prefer users to use OVN, but at the same time we should not block their dev efforts. | 07:21 |
yoctozepto | amotoki: agreed | 07:21 |
*** dulek has joined #openstack-neutron | 07:23 | |
amotoki | yoctozepto: I changed the status to Confirmed as I already confirm it happens with the sample local.conf. | 07:26 |
opendevreview | Merged openstack/neutron-specs master: Add spec for VPNaaS for OVN https://review.opendev.org/c/openstack/neutron-specs/+/767292 | 07:27 |
*** jlibosva has joined #openstack-neutron | 07:34 | |
yoctozepto | amotoki: thanks, that's surely bad | 07:38 |
yoctozepto | triaged high | 07:39 |
*** rpittau|afk is now known as rpittau | 07:44 | |
*** jrosser has joined #openstack-neutron | 07:48 | |
*** dalvarez has joined #openstack-neutron | 07:52 | |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: Use "multiprocessing.Queue" for "TestNeutronServer" related tests https://review.opendev.org/c/openstack/neutron/+/793899 | 07:52 |
opendevreview | Alex Katz proposed openstack/neutron-tempest-plugin master: Added test for reattached security groups https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/793196 | 07:55 |
opendevreview | Merged openstack/neutron-lib master: [api-ref] Add HTTP 501 for PUT min bw QoS rule https://review.opendev.org/c/openstack/neutron-lib/+/793802 | 07:59 |
*** elvira has joined #openstack-neutron | 08:01 | |
*** lucasagomes has joined #openstack-neutron | 08:07 | |
*** TMM has quit IRC | 08:30 | |
*** TMM has joined #openstack-neutron | 08:30 | |
*** stephenfin has quit IRC | 08:49 | |
opendevreview | Slawek Kaplonski proposed openstack/neutron master: Change API policy for service_type to be available for all readers https://review.opendev.org/c/openstack/neutron/+/785895 | 09:10 |
opendevreview | Slawek Kaplonski proposed openstack/neutron master: Add tests for service_type API's new policy rules https://review.opendev.org/c/openstack/neutron/+/785109 | 09:10 |
slaweq | lucasagomes: jlibosva: hi, can You check failure https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_935/791365/7/gate/neutron-ovn-tempest-slow/935d294/testr_results.html | 09:11 |
slaweq | we have a lot of such ssh failures in the ovn jobs recently :/ | 09:12 |
slaweq | mostly in that neutron-ovn-tempest-slow job | 09:12 |
lucasagomes | slaweq, hi there, sure lemme take a look | 09:12 |
slaweq | lucasagomes: thx | 09:12 |
slaweq | I didn't opened any LP for that yet | 09:12 |
jlibosva | slaweq: yesir | 09:12 |
slaweq | thx jlibosva | 09:12 |
jlibosva | I'll just finish what I'm doing and will jump on it | 09:13 |
opendevreview | Lajos Katona proposed openstack/networking-bgpvpn master: use payloads for ROUTER_INTERFACE events https://review.opendev.org/c/openstack/networking-bgpvpn/+/639834 | 09:24 |
opendevreview | Lajos Katona proposed openstack/neutron-dynamic-routing master: use payloads for ROUTER_INTERFACE events https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/639852 | 09:26 |
jlibosva | slaweq: I didn't find anything obvious. ovn-controller claims the ports so the issue seems to be somewhere in ovn :-/ | 09:36 |
*** jangutter_ has joined #openstack-neutron | 10:01 | |
slaweq | jlibosva: lucasagomes I just opened a bug https://bugs.launchpad.net/neutron/+bug/1930402 | 10:07 |
opendevmeet | Launchpad bug 1930402 in neutron "SSH timeouts happens very often in the ovn based CI jobs" [Critical,Confirmed] | 10:07 |
jlibosva | slaweq: thanks | 10:07 |
slaweq | from my quick look it seems that in all those cases DHCP worked fine | 10:07 |
slaweq | metadata too | 10:07 |
slaweq | but ssh to fip was broken | 10:07 |
*** jangutter has quit IRC | 10:08 | |
slaweq | jlibosva: and if You look at https://zuul.openstack.org/builds?job_name=neutron-ovn-tempest-slow&branch=master&result=FAILURE there is plenty of examples with failures of that job in last few dayse | 10:08 |
slaweq | *days | 10:08 |
jlibosva | slaweq: given that traffic between instance and metadata port worked, it sounds like an issue with the fip | 10:10 |
slaweq | jlibosva: that is my first though as well | 10:10 |
*** yamamoto has quit IRC | 10:11 | |
jlibosva | slaweq: I'll keep exploring the tcpdumps and check if the fip was reused | 10:13 |
slaweq | jlibosva: ok, is there any know issue with reusing fips? | 10:14 |
jlibosva | slaweq: not that I know of but I thought that perhaps there could be some stale mac binding or something | 10:14 |
slaweq | ahh, ok | 10:14 |
*** jlibosva has quit IRC | 10:15 | |
*** jlibosva has joined #openstack-neutron | 10:19 | |
*** jangutter has joined #openstack-neutron | 10:23 | |
*** yamamoto has joined #openstack-neutron | 10:28 | |
*** jangutter_ has quit IRC | 10:30 | |
*** yamamoto has quit IRC | 10:52 | |
*** Luzi has joined #openstack-neutron | 10:57 | |
*** hjensas is now known as hjensas|afk | 10:59 | |
*** yamamoto has joined #openstack-neutron | 11:26 | |
*** obondarev has joined #openstack-neutron | 11:32 | |
*** yamamoto has quit IRC | 11:42 | |
opendevreview | Manu B proposed openstack/neutron-dynamic-routing master: API changes to support router association to BGP speaker https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/792338 | 11:47 |
*** yamamoto has joined #openstack-neutron | 11:49 | |
*** whoami-rajat has joined #openstack-neutron | 11:55 | |
gryf | lucasagomes, hi, around? | 11:58 |
lucasagomes | gryf, hi there, yes | 12:05 |
gryf | lucasagomes, I see you made a change to devstack regarding public bridge last week | 12:05 |
gryf | so now we need to set PUBLIC_NETWORK_GATEWAY explicitly? | 12:06 |
gryf | otherwise I got this: http://paste.openstack.org/show/806219/ | 12:06 |
lucasagomes | gryf, yeah the change was to fix a problem with the nodepool jobs | 12:07 |
lucasagomes | gryf, yeah I am aware of the issue, it's been reported at https://bugs.launchpad.net/devstack/+bug/1930360 | 12:07 |
opendevmeet | Launchpad bug 1930360 in devstack "devstack installation fails for neutron- ovn_agent on master branch" [High,Triaged] | 12:07 |
lucasagomes | gryf, ralonsoh, is looking into the fix | 12:07 |
gryf | oh, cool :) | 12:07 |
lucasagomes | gryf, but as a workaround for nwo | 12:08 |
lucasagomes | gryf, in your local.conf set following OVN_L3_CREATE_PUBLIC_NETWORK=False | 12:08 |
gryf | right. | 12:08 |
lucasagomes | that will make it work as before until we have the fix in place for it | 12:08 |
lucasagomes | gryf, sorry for breaking it :-( | 12:08 |
gryf | that what we figured already, although I was thinking about proper solutions. but anyway, it will be eventually fixed, so it's ok :) | 12:09 |
gryf | lucasagomes, no worries :) | 12:09 |
lucasagomes | yeah, so ralonsoh offered to work on the proper solution for this problem | 12:09 |
lucasagomes | hope we will have it soon | 12:10 |
ralonsoh | I'm testing it right now | 12:10 |
gryf | ralonsoh, awesome :) | 12:11 |
lucasagomes | ralonsoh++ | 12:13 |
amotoki | lucasagomes: ralonsoh: one question: when OVN_L3_CREATE_PUBLIC_NETWORK is set to False, can we still try FIP behavior? (I am in the way to try OVN devstack..) | 12:21 |
amotoki | lucasagomes: ralonsoh: in the OVS-based behavior, we can test FIP behavior even with all-in-one single VM env. I am not sure it is same with devstack ovn env. | 12:22 |
lucasagomes | amotoki, FIP behavior meaning accessing the VM via a FIP ? Yes you can | 12:23 |
lucasagomes | OVN_L3_CREATE_PUBLIC_NETWORK was False by default before, althought in the gate we always set it to True | 12:24 |
lucasagomes | via zuul config | 12:24 |
lucasagomes | amotoki, https://docs.openstack.org/neutron/latest/contributor/testing/ovn_devstack.html#vm-connectivity | 12:24 |
amotoki | lucasagomes: (sorry for asking such question. I am hitting a proxy problem specific to my env and cannot test it..) | 12:25 |
lucasagomes | no worries | 12:25 |
lucasagomes | amotoki, so following that guide there should help with what u need | 12:25 |
amotoki | lucasagomes: can we access a VM via FIP even if OVN_L3_CREATE_PUBLIC_NETWORK is False? | 12:25 |
lucasagomes | amotoki, yes u can | 12:25 |
lucasagomes | amotoki, what that option really does in the code is to configure the br-ex | 12:26 |
*** yamamoto has quit IRC | 12:26 | |
lucasagomes | the br-ex will still be created when that's is False, but in that guide it shows you how to configure it | 12:26 |
lucasagomes | so then u can access the VM via FIP | 12:26 |
lucasagomes | maybe with ralonsoh we will no longer need to issue those commands to configure br-ex after DevStack is finished | 12:26 |
amotoki | lucasagomes: ah. I see. the option configures IP address of br-ex. | 12:27 |
lucasagomes | yeah | 12:28 |
carlotronics | hi slaweq, I am not sure what you meant by making an API extension? (in spec 791400) | 12:28 |
amotoki | lucasagomes: thanks | 12:29 |
lucasagomes | amotoki, yw! | 12:29 |
*** yamamoto has joined #openstack-neutron | 12:34 | |
ralonsoh | lucasagomes, amotoki https://review.opendev.org/c/openstack/devstack/+/793962 | 12:36 |
amotoki | ralonsoh: thanks. will look at it soon. | 12:37 |
lucasagomes | will take a look | 12:38 |
*** tbarron has quit IRC | 12:52 | |
*** rpittau is now known as rpittau|afk | 12:57 | |
*** hemanth_n has quit IRC | 13:00 | |
*** gregraka has joined #openstack-neutron | 13:02 | |
*** tbarron has joined #openstack-neutron | 13:07 | |
opendevreview | Anthony Timmins proposed openstack/neutron master: Use local and ip address to create vxlan interface https://review.opendev.org/c/openstack/neutron/+/793500 | 13:13 |
*** hjensas|afk has quit IRC | 13:17 | |
*** hjensas has joined #openstack-neutron | 13:17 | |
*** Luzi has quit IRC | 13:21 | |
opendevreview | Bence Romsics proposed openstack/neutron-specs master: Remove Xena placeholder spec https://review.opendev.org/c/openstack/neutron-specs/+/781474 | 13:25 |
ralonsoh | slaweq, https://zuul.opendev.org/t/openstack/status#791365 | 13:33 |
ralonsoh | we need to make "neutron-ovn-tempest-slow" non-voting | 13:33 |
ralonsoh | or we'll never be able to merge anything | 13:33 |
opendevreview | Merged openstack/neutron stable/ussuri: [ovs fw] Restrict IPv6 NA and DHCP(v6) IP and MAC source addresses https://review.opendev.org/c/openstack/neutron/+/791467 | 13:48 |
slaweq | ralonsoh: ok, please do that :) | 14:01 |
slaweq | I know that jlibosva and lucasagomes are already looking into that failures | 14:01 |
ralonsoh | slaweq, thanks | 14:01 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: Switch neutron-rally-task job to ML2/OVS and skip "test_models_sync" https://review.opendev.org/c/openstack/neutron/+/791365 | 14:06 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: Switch neutron-rally-task job to ML2/OVS and skip "test_models_sync" https://review.opendev.org/c/openstack/neutron/+/791365 | 14:09 |
*** gouthamr_ has joined #openstack-neutron | 14:34 | |
*** opendevreview has quit IRC | 14:44 | |
*** gouthamr has joined #openstack-neutron | 14:47 | |
*** jlibosva has quit IRC | 14:47 | |
*** mlavalle has joined #openstack-neutron | 14:57 | |
*** opendevreview has joined #openstack-neutron | 14:59 | |
opendevreview | Anthony Timmins proposed openstack/neutron master: Use local and ip address to create vxlan interface https://review.opendev.org/c/openstack/neutron/+/793500 | 14:59 |
opendevreview | Anthony Timmins proposed openstack/neutron master: Use local and ip address to create vxlan interface https://review.opendev.org/c/openstack/neutron/+/793500 | 15:02 |
*** luksky has joined #openstack-neutron | 15:05 | |
*** opendevreview has quit IRC | 15:09 | |
*** gouthamr_ has quit IRC | 15:12 | |
*** gouthamr has quit IRC | 15:13 | |
*** Guest473 has joined #openstack-neutron | 15:14 | |
Guest473 | Hi, just a question about rootwrap and neutron-vpn-netns-wrapper. I installed neutron-vpnaas from pip3 and it seems that neutron-vpn-netns-wrapper is missing there, except an installation of the same package from pip. It wouldn't be a problem, but rootwrap is failing because of filters available here: | 15:14 |
Guest473 | https://github.com/openstack/neutron-vpnaas/blob/stable/stein/etc/neutron/rootwrap.d/vpnaas.filters and I have a tons of errors in my neutron-l3-agent like that: http://paste.openstack.org/show/806236/ Is there a particular reason why neutron-vpn-netns-wrapper was removed from py3 code and how to solve a problem with tons of errors? | 15:14 |
*** Guest473 is now known as JanW | 15:14 | |
*** gouthamr has joined #openstack-neutron | 15:14 | |
slaweq | ralonsoh: do You know something about it ^^? Is that maybe somehow related to the migration to privsep which You were doing? | 15:16 |
*** gouthamr is now known as identify | 15:18 | |
*** gouthamr has joined #openstack-neutron | 15:19 | |
*** identify has quit IRC | 15:20 | |
*** TMM has quit IRC | 15:21 | |
*** TMM has joined #openstack-neutron | 15:22 | |
*** dulek has quit IRC | 15:27 | |
ralonsoh | slaweq, let me check | 15:31 |
slaweq | ralonsoh: thx | 15:34 |
ralonsoh | JanW, the binary is not removed. The problem you are hitting is the rootwrap filter | 15:38 |
ralonsoh | do you have this file in /etc/neutron/rootwrap.d/ ? | 15:39 |
ralonsoh | what version are you installing? stein? | 15:40 |
*** opendevreview has joined #openstack-neutron | 15:42 | |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: Switch neutron-rally-task job to ML2/OVS and skip "test_models_sync" https://review.opendev.org/c/openstack/neutron/+/791365 | 15:42 |
*** lucasagomes has quit IRC | 16:00 | |
ralonsoh | lajoskatona, quick comment | 16:01 |
ralonsoh | about the LB problems | 16:01 |
ralonsoh | I'll open a bug related to the trunk extension that is always executing commands (e.g.: "get_devices_info") regardless if trunk is enabled or not | 16:02 |
lajoskatona | ralonsoh: ok | 16:04 |
*** ramishra has quit IRC | 16:07 | |
opendevreview | Merged openstack/neutron stable/stein: designate: allow PTR zone creation to fail https://review.opendev.org/c/openstack/neutron/+/789663 | 16:10 |
*** obondarev has quit IRC | 16:10 | |
*** ramishra has joined #openstack-neutron | 16:11 | |
*** parlos has quit IRC | 16:21 | |
*** mlavalle has quit IRC | 16:43 | |
opendevreview | Merged openstack/networking-bagpipe master: Explicitly set job networking-bagpipe-tempest to ML2/OVS https://review.opendev.org/c/openstack/networking-bagpipe/+/791126 | 16:54 |
opendevreview | Merged openstack/neutron stable/stein: Remove unneeded DB register retrieval and refresh in network update https://review.opendev.org/c/openstack/neutron/+/790169 | 16:56 |
*** ralonsoh has quit IRC | 17:20 | |
*** ralonsoh has joined #openstack-neutron | 17:20 | |
*** ralonsoh has quit IRC | 17:21 | |
opendevreview | Merged openstack/neutron stable/victoria: Disable cinder services on neutron grenade jobs https://review.opendev.org/c/openstack/neutron/+/778689 | 17:40 |
opendevreview | Merged openstack/neutron stable/ussuri: Disable cinder services on neutron grenade jobs https://review.opendev.org/c/openstack/neutron/+/778708 | 17:40 |
opendevreview | Merged openstack/neutron stable/ussuri: Disable not used services in the tempest and rally jobs https://review.opendev.org/c/openstack/neutron/+/778709 | 17:45 |
opendevreview | Merged openstack/neutron stable/ussuri: Switch tempest jobs to neutron specific ones https://review.opendev.org/c/openstack/neutron/+/778710 | 17:46 |
opendevreview | Merged openstack/neutron stable/ussuri: Don't run some more complex CI jobs on unrelated changes https://review.opendev.org/c/openstack/neutron/+/778711 | 17:46 |
*** gthiemon1e has joined #openstack-neutron | 17:46 | |
*** gthiemonge has quit IRC | 17:52 | |
*** elvira has quit IRC | 18:12 | |
*** gthiemon1e is now known as gthiemonge | 18:14 | |
*** lajoskatona has quit IRC | 18:22 | |
*** ramishra has quit IRC | 18:52 | |
*** Gue______ has quit IRC | 19:02 | |
*** ramishra has joined #openstack-neutron | 19:09 | |
*** Gue______ has joined #openstack-neutron | 19:10 | |
opendevreview | Merged openstack/neutron stable/rocky: Fix multicast traffic with IGMP snooping enabled https://review.opendev.org/c/openstack/neutron/+/770794 | 19:33 |
opendevreview | Merged openstack/neutron stable/train: remove broken centos-7 tripleo train standalone job https://review.opendev.org/c/openstack/neutron/+/790805 | 19:34 |
opendevreview | Brian Haley proposed openstack/ovn-octavia-provider master: Add Health Monitor support https://review.opendev.org/c/openstack/ovn-octavia-provider/+/713253 | 19:36 |
opendevreview | Brian Haley proposed openstack/ovn-octavia-provider master: Add Health Monitor support https://review.opendev.org/c/openstack/ovn-octavia-provider/+/713253 | 20:28 |
*** dulek has joined #openstack-neutron | 20:29 | |
*** dulek has quit IRC | 21:10 | |
*** luksky has quit IRC | 21:59 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!