opendevreview | Candido Campos Rivas proposed x/whitebox-neutron-tempest-plugin master: Increase burst window size to avoid unstabilities in slow envs https://review.opendev.org/c/x/whitebox-neutron-tempest-plugin/+/944616 | 07:31 |
---|---|---|
opendevreview | OpenStack Release Bot proposed openstack/neutron stable/2025.1: Update .gitreview for stable/2025.1 https://review.opendev.org/c/openstack/neutron/+/944629 | 08:04 |
opendevreview | OpenStack Release Bot proposed openstack/neutron stable/2025.1: Update TOX_CONSTRAINTS_FILE for stable/2025.1 https://review.opendev.org/c/openstack/neutron/+/944630 | 08:04 |
opendevreview | OpenStack Release Bot proposed openstack/neutron master: Update master for stable/2025.1 https://review.opendev.org/c/openstack/neutron/+/944631 | 08:04 |
frickler | ralonsoh: seems like https://bugs.launchpad.net/neutron/+bug/2101840 is severely affecting kolla CI, too. given how close we are to the release (and that neutron was just branched), maybe reverting those evenlet changes for 2025.1 might be in order? | 08:09 |
ralonsoh | frickler, what changes in particular? | 08:22 |
ralonsoh | frickler, because the last 2 changes were just removing last bits | 08:23 |
ralonsoh | I did the biggest part some months ago with no problem | 08:23 |
ralonsoh | frickler, what is the issue in kolla? | 08:24 |
mnasiadka | Seems that instances are not getting dhcp addresses in ml2/ovs - just like in the bug | 08:25 |
ralonsoh | mnasiadka, yes but we need more details, some logs | 08:25 |
ralonsoh | something to investigate | 08:25 |
mnasiadka | https://896708bdc2b98ec08f8b-d8efb2c8dc9c4e35e02c540c6f97e75e.ssl.cf2.rackcdn.com/938649/8/check/kolla-ansible-ubuntu/38b365c/primary/logs/ansible/test-core-openstack and https://896708bdc2b98ec08f8b-d8efb2c8dc9c4e35e02c540c6f97e75e.ssl.cf2.rackcdn.com/938649/8/check/kolla-ansible-ubuntu/38b365c/primary/logs/kolla/neutron/index.html | 08:26 |
mnasiadka | Actually the dnsmasq log is interesting: https://896708bdc2b98ec08f8b-d8efb2c8dc9c4e35e02c540c6f97e75e.ssl.cf2.rackcdn.com/938649/8/check/kolla-ansible-ubuntu/38b365c/primary/logs/kolla/neutron/dnsmasq.txt | 08:28 |
mnasiadka | frickler: Maybe it makes sense to rekick that job and hold a node? | 08:31 |
ralonsoh | there could be a problem with oslo.service | 08:33 |
ralonsoh | that is still using eventlet (the only implemented backend for now) | 08:33 |
ralonsoh | so if we are removing the monkey patch in DHCP agent and oslo.service is using this bakend, we can have problems | 08:33 |
ralonsoh | I'll talk this afternoon with lajoskatona, haleyb slaweq ykarel about this | 08:34 |
ralonsoh | we would revert the last patch | 08:34 |
ralonsoh | https://review.opendev.org/c/openstack/neutron/+/942530/ | 08:34 |
ralonsoh | and retake it once eventlet implements kernel backend | 08:34 |
ralonsoh | eventlet no, oslo.service | 08:35 |
mnasiadka | Is it ok if I create a revert as WIP and with Workflow -1 to not merge it, just for the case of testing a DNM patch in Kolla with Depends-on on this revert to make sure the revert helps? (hope I didn't overcomplicate the writeup :-) ) | 08:37 |
ralonsoh | I'm pushing this now | 08:38 |
mnasiadka | thanks | 08:38 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: Revert "[eventlet-removal] Remove the usage of eventlet in the DHCP agent" https://review.opendev.org/c/openstack/neutron/+/944634 | 08:40 |
lajoskatona | ralonsoh, mnasiadka: let's go with revert for dhcp agent | 08:45 |
mnasiadka | Testing the revert in Kolla - https://review.opendev.org/c/openstack/kolla-ansible/+/944635 | 08:46 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: DNM == Test "neutron-tempest-plugin-openvswitch" https://review.opendev.org/c/openstack/neutron/+/942615 | 08:47 |
opendevreview | Merged openstack/neutron master: Update master for stable/2025.1 https://review.opendev.org/c/openstack/neutron/+/944631 | 08:55 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: [OVN] Add ``AgentCache`` deletion test https://review.opendev.org/c/openstack/neutron/+/944636 | 09:05 |
frickler | ralonsoh: mnasiadka: sorry, I was in a meeting. do you still want a held job for investigating? if yes, which one? | 09:19 |
mnasiadka | I don't for now - testing the revert in 944635 | 09:20 |
ralonsoh | frickler, I'm using the neutron ones | 09:21 |
bcafarel | slaweq: I'm reviewing https://review.opendev.org/c/openstack/neutron/+/944022 backports, side comment do we need a release note there? even if fixing a bug this changes existing behavior that users may have been (incorrectly) relying on | 09:38 |
opendevreview | Merged openstack/neutron stable/2025.1: Update .gitreview for stable/2025.1 https://review.opendev.org/c/openstack/neutron/+/944629 | 09:39 |
opendevreview | OpenStack Release Bot proposed openstack/ovn-bgp-agent stable/2025.1: Update .gitreview for stable/2025.1 https://review.opendev.org/c/openstack/ovn-bgp-agent/+/944644 | 09:50 |
opendevreview | OpenStack Release Bot proposed openstack/ovn-bgp-agent stable/2025.1: Update TOX_CONSTRAINTS_FILE for stable/2025.1 https://review.opendev.org/c/openstack/ovn-bgp-agent/+/944645 | 09:50 |
opendevreview | OpenStack Release Bot proposed openstack/ovn-bgp-agent master: Update master for stable/2025.1 https://review.opendev.org/c/openstack/ovn-bgp-agent/+/944646 | 09:50 |
opendevreview | Jimin Shin proposed openstack/neutron master: Fix to check empty list https://review.opendev.org/c/openstack/neutron/+/944650 | 09:55 |
mnasiadka | ralonsoh: On the other note, I think it started failing miserably on 15th of March (after the nightly container image rebuild) - so there had to be some other change that caused it | 09:58 |
opendevreview | Merged openstack/neutron stable/2025.1: Update TOX_CONSTRAINTS_FILE for stable/2025.1 https://review.opendev.org/c/openstack/neutron/+/944630 | 10:01 |
opendevreview | Merged openstack/neutron master: Update CIDR notation for loopback and multicast address https://review.opendev.org/c/openstack/neutron/+/942763 | 10:01 |
opendevreview | Merged openstack/neutron master: Update OVN installation guide with tunings for VLAN + DVR https://review.opendev.org/c/openstack/neutron/+/939961 | 10:01 |
opendevreview | Candido Campos Rivas proposed x/whitebox-neutron-tempest-plugin master: Increase burst window size to avoid unstabilities in slow envs https://review.opendev.org/c/x/whitebox-neutron-tempest-plugin/+/944616 | 10:01 |
opendevreview | OpenStack Release Bot proposed openstack/neutron-vpnaas stable/2025.1: Update .gitreview for stable/2025.1 https://review.opendev.org/c/openstack/neutron-vpnaas/+/944663 | 10:02 |
opendevreview | OpenStack Release Bot proposed openstack/neutron-vpnaas stable/2025.1: Update TOX_CONSTRAINTS_FILE for stable/2025.1 https://review.opendev.org/c/openstack/neutron-vpnaas/+/944664 | 10:02 |
opendevreview | OpenStack Release Bot proposed openstack/neutron-vpnaas master: Update master for stable/2025.1 https://review.opendev.org/c/openstack/neutron-vpnaas/+/944665 | 10:02 |
opendevreview | Merged openstack/ovn-bgp-agent master: Update master for stable/2025.1 https://review.opendev.org/c/openstack/ovn-bgp-agent/+/944646 | 10:03 |
opendevreview | OpenStack Release Bot proposed openstack/neutron-fwaas stable/2025.1: Update .gitreview for stable/2025.1 https://review.opendev.org/c/openstack/neutron-fwaas/+/944679 | 10:08 |
opendevreview | OpenStack Release Bot proposed openstack/neutron-fwaas stable/2025.1: Update TOX_CONSTRAINTS_FILE for stable/2025.1 https://review.opendev.org/c/openstack/neutron-fwaas/+/944680 | 10:08 |
opendevreview | OpenStack Release Bot proposed openstack/neutron-fwaas master: Update master for stable/2025.1 https://review.opendev.org/c/openstack/neutron-fwaas/+/944681 | 10:08 |
frickler | ralonsoh: so the revert doesn't seem to help in kolla, but we have found https://review.opendev.org/c/openstack/neutron/+/926497 which does touch dhcp code. can you make look at it once more and see if the change looks legit? | 10:16 |
frickler | and the timing of the merge would match when kolla jobs started failing | 10:16 |
ralonsoh | frickler, try proposing a DNM revert for this patch and test with your CI | 10:17 |
opendevreview | Lajos Katona proposed openstack/neutron master: DHCP Agent: Log resource update events https://review.opendev.org/c/openstack/neutron/+/944025 | 10:18 |
ralonsoh | are you using IPv6? | 10:18 |
mnasiadka | well, we're not defining ipv6 networks, but there is ipv6 stack on the hosts | 10:18 |
ralonsoh | if not, I don't see anything relevant from this patch (but just looking at the code) | 10:19 |
opendevreview | Dr. Jens Harbott proposed openstack/neutron master: Revert "Optionally configure IPv6 metadata address" https://review.opendev.org/c/openstack/neutron/+/944714 | 10:20 |
opendevreview | Merged openstack/ovn-bgp-agent stable/2025.1: Update .gitreview for stable/2025.1 https://review.opendev.org/c/openstack/ovn-bgp-agent/+/944644 | 10:23 |
opendevreview | Merged openstack/ovn-bgp-agent stable/2025.1: Update TOX_CONSTRAINTS_FILE for stable/2025.1 https://review.opendev.org/c/openstack/ovn-bgp-agent/+/944645 | 10:23 |
opendevreview | Merged openstack/neutron-fwaas stable/2025.1: Update .gitreview for stable/2025.1 https://review.opendev.org/c/openstack/neutron-fwaas/+/944679 | 10:36 |
opendevreview | Merged openstack/neutron-vpnaas stable/2025.1: Update .gitreview for stable/2025.1 https://review.opendev.org/c/openstack/neutron-vpnaas/+/944663 | 10:36 |
opendevreview | Merged openstack/neutron-vpnaas stable/2025.1: Update TOX_CONSTRAINTS_FILE for stable/2025.1 https://review.opendev.org/c/openstack/neutron-vpnaas/+/944664 | 10:40 |
opendevreview | Merged openstack/neutron-fwaas master: Update master for stable/2025.1 https://review.opendev.org/c/openstack/neutron-fwaas/+/944681 | 10:48 |
frickler | ralonsoh: mnasiadka: seems the dhcp container is failing because (likely after the above patch) it now actually tries to use the IPv6 metadata address: Failure waiting for address fe80::a9fe:a9fe to become ready: Address not present on interface | 10:48 |
frickler | https://3612101d6c142bf9c77a-c96c299047b55dcdeaefef8e344ceab6.ssl.cf1.rackcdn.com/944635/1/check/kolla-ansible-debian/8ca4360/primary/logs/container_logs/neutron_dhcp_agent.txt | 10:48 |
frickler | not sure yet whether that is actually a bug in kolla or a regression in neutron, possibly the former | 10:49 |
ralonsoh | frickler, so yes, this patch seems to break the dhcp agent | 10:50 |
opendevreview | Merged openstack/neutron-vpnaas master: Update master for stable/2025.1 https://review.opendev.org/c/openstack/neutron-vpnaas/+/944665 | 10:54 |
opendevreview | Merged openstack/neutron-fwaas stable/2025.1: Update TOX_CONSTRAINTS_FILE for stable/2025.1 https://review.opendev.org/c/openstack/neutron-fwaas/+/944680 | 11:08 |
opendevreview | Jimin Shin proposed openstack/neutron master: Check resource_request is required https://review.opendev.org/c/openstack/neutron/+/944756 | 11:13 |
opendevreview | Jimin Shin proposed openstack/neutron master: Duplicated table lookup in extending port resource request https://review.opendev.org/c/openstack/neutron/+/944650 | 11:18 |
opendevreview | Jimin Shin proposed openstack/neutron master: Extend port resource request when not using qos minimum rules https://review.opendev.org/c/openstack/neutron/+/944756 | 11:19 |
frickler | passing with the revert https://zuul.opendev.org/t/openstack/build/b5f1e6675db049e784df4d2dec74aaa2 | 11:32 |
opendevreview | yatin proposed openstack/neutron unmaintained/2023.1: Use the declarative attribute ``standard_attr_id`` https://review.opendev.org/c/openstack/neutron/+/944759 | 11:39 |
ralonsoh | frickler, ok so I'll open a LP bug with this info | 11:43 |
ralonsoh | frickler, https://bugs.launchpad.net/neutron/+bug/2103417 | 11:45 |
ralonsoh | haleyb, ^ | 11:45 |
priteau | ralonsoh: do you need the same check for need_ipv6_metadata in enable_isolated_metadata_proxy() | 12:07 |
priteau | here: https://opendev.org/openstack/neutron/src/commit/60c572acb18e3181d93cf6cc60920362f264aa6b/neutron/agent/dhcp/agent.py#L785 | 12:09 |
opendevreview | Rodolfo Alonso proposed openstack/neutron stable/2025.1: Fast exit if "segments" plugin is not loaded https://review.opendev.org/c/openstack/neutron/+/944762 | 12:13 |
ralonsoh | priteau, sorry, what is the context? | 12:15 |
priteau | That IPv6 bug in kolla | 12:15 |
ralonsoh | to be honest, I don't know. Please report this bug in LP to be investigated. But the patch reverted is doing the opposite (or tried to): not to set IPv6 when there was not ipv6 subnet | 12:18 |
priteau | I have a patch to test | 12:19 |
ralonsoh | so if we revert the patch and ipv6 is enabled, we are always setting the ipv6 address in the interface | 12:19 |
opendevreview | Pierre Riteau proposed openstack/neutron master: Spawn IPv6 metadata proxy only when required https://review.opendev.org/c/openstack/neutron/+/944763 | 12:19 |
priteau | Let's see if this works ^ | 12:19 |
opendevreview | yatin proposed openstack/neutron stable/2024.2: [OVN] Isolate test_ovn_db_sync.TestOvnNbSync.* FTs https://review.opendev.org/c/openstack/neutron/+/944764 | 12:32 |
opendevreview | yatin proposed openstack/neutron stable/2024.1: [OVN] Isolate test_ovn_db_sync.TestOvnNbSync.* FTs https://review.opendev.org/c/openstack/neutron/+/944765 | 12:32 |
opendevreview | yatin proposed openstack/neutron stable/2023.2: [OVN] Isolate test_ovn_db_sync.TestOvnNbSync.* FTs https://review.opendev.org/c/openstack/neutron/+/944766 | 12:33 |
opendevreview | Merged openstack/neutron stable/2024.2: [S-RBAC] Fix policies for the SG rules API https://review.opendev.org/c/openstack/neutron/+/944198 | 12:39 |
priteau | Of course my patch needs fixes to unit tests | 12:44 |
haleyb | ralonsoh: did i break ipv6 (again)? | 13:18 |
haleyb | or miss one case? | 13:18 |
priteau | haleyb: Does this fix makes sense to you? I will update it with unit test fixes once it has gone through full Neutron and Kolla checks. https://review.opendev.org/c/openstack/neutron/+/944763 | 13:22 |
ralonsoh | haleyb, that was, most probably, https://review.opendev.org/q/7c32d43c4b37ec7629b1ff191e54c389c03b6f8d | 13:23 |
ralonsoh | I approved it 2 days ago and at the same time kolla CI stop working | 13:23 |
ralonsoh | haleyb, check the logs | 13:23 |
haleyb | priteau: yes, it looks correct, similar to the other changes i did. don't know how i missed it | 13:24 |
ralonsoh | haleyb, sorry, wrong link | 13:24 |
ralonsoh | https://review.opendev.org/c/openstack/neutron/+/944714 | 13:24 |
ralonsoh | logs: https://3612101d6c142bf9c77a-c96c299047b55dcdeaefef8e344ceab6.ssl.cf1.rackcdn.com/944635/1/check/kolla-ansible-debian/8ca4360/primary/logs/container_logs/neutron_dhcp_agent.txt | 13:25 |
ralonsoh | haleyb, so maybe we don't need the revert, right? With the upper patch | 13:25 |
ralonsoh | -> https://review.opendev.org/c/openstack/neutron/+/944763 | 13:25 |
haleyb | ralonsoh: right, with priteau we might not | 13:25 |
haleyb | his patch that is | 13:26 |
ralonsoh | cool, then let's test this in the kolla CI frickler ^ | 13:26 |
ralonsoh | if that works, then we can skip the revert and merge this patch in master and 2025.1 | 13:26 |
haleyb | right, and i'll add that to my 2024.2 backport if it all works | 13:27 |
ralonsoh | yeah, I commented on it too | 13:28 |
ralonsoh | thanks! | 13:28 |
ralonsoh | priteau, are you testing kolla CI with your patch?? | 13:28 |
priteau | ralonsoh: yes, here: https://review.opendev.org/c/openstack/kolla-ansible/+/944776 | 13:31 |
ralonsoh | perfect | 13:31 |
opendevreview | Merged openstack/neutron stable/2024.1: [S-RBAC] Fix policies for the SG rules API https://review.opendev.org/c/openstack/neutron/+/944199 | 13:37 |
opendevreview | Merged openstack/neutron stable/2023.2: [S-RBAC] Fix policies for the SG rules API https://review.opendev.org/c/openstack/neutron/+/944200 | 13:37 |
mnasiadka | Seems to fix it, thanks priteau | 14:17 |
priteau | I was just going to post this | 14:26 |
priteau | Now I need to fix the unit tests | 14:26 |
opendevreview | Pierre Riteau proposed openstack/neutron master: Spawn IPv6 metadata proxy only when required https://review.opendev.org/c/openstack/neutron/+/944763 | 14:43 |
ralonsoh | ykarel, hello | 15:02 |
ykarel | ralonsoh, sorry got late, starting now :) | 15:02 |
ralonsoh | no problem hehehehe | 15:02 |
ykarel | #startmeeting neutron_ci | 15:03 |
opendevmeet | Meeting started Mon Mar 17 15:03:31 2025 UTC and is due to finish in 60 minutes. The chair is ykarel. Information about MeetBot at http://wiki.debian.org/MeetBot. | 15:03 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 15:03 |
opendevmeet | The meeting name has been set to 'neutron_ci' | 15:03 |
ykarel | Ping list: bcafarel, lajoskatona, slawek, mlavalle, mtomaska, ralonsoh, ykarel, jlibosva, elvira | 15:03 |
ykarel | This will be video meeting this time: https://meetpad.opendev.org/neutron-ci-meetings | 15:03 |
mlavalle | \o | 15:03 |
lajoskatona | o/ | 15:05 |
bcafarel | browsr crash, rejoining | 15:06 |
ykarel | #topic Actions from previous meetings | 15:07 |
ykarel | ralonsoh to check and open bug for privsep related failure in functional job | 15:07 |
ralonsoh | https://review.opendev.org/c/openstack/oslo.privsep/+/943237 | 15:07 |
ykarel | lajoskatona to check https://bugs.launchpad.net/neutron/+bug/2101840 | 15:09 |
ralonsoh | https://review.opendev.org/c/openstack/neutron/+/942615/4 | 15:10 |
ykarel | https://review.opendev.org/c/openstack/neutron/+/942393 | 15:10 |
ralonsoh | https://review.opendev.org/c/openstack/neutron/+/942530 | 15:11 |
ykarel | ykarel to check next runs for fullstack fips and report issue with fullstack | 15:14 |
ykarel | lajoskatona to check fullstack test failure test_configurations_are_synced_towards_placement(NIC Switch agent) | 15:14 |
lajoskatona | https://review.opendev.org/c/openstack/neutron/+/944013 | 15:15 |
ykarel | ralonsoh to open an issue for random issues in ovn ubuntu jammy job | 15:16 |
ralonsoh | https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/935459 | 15:17 |
ykarel | #action ykarel to check https://bugs.launchpad.net/neutron/+bug/2101857 | 15:19 |
ykarel | #topic Stable branches | 15:19 |
ykarel | all good wrt patches merge and periodic CI | 15:19 |
ykarel | #topic Stadium projects | 15:20 |
ykarel | bagpipe https://zuul.openstack.org/build/1c5618fa46114b659d60045a28250714 - glance test failed, likely random issue? | 15:21 |
ykarel | #topic Rechecks | 15:21 |
ykarel | 5/26 bare rechecks | 15:22 |
ykarel | Ivan Anfimov | 15:23 |
lajoskatona | pre-release checklist: https://docs.openstack.org/neutron/latest/contributor/policies/release-checklist.html | 15:23 |
ykarel | #topic fullstack/functional | 15:24 |
ykarel | stable ovnnbsync failures https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_935/944170/1/check/neutron-functional-with-uwsgi/9359500/testr_results.html | 15:24 |
ykarel | proposed backport https://review.opendev.org/q/Ia0309e9129df992498820b239d8a145c1400aa6a | 15:24 |
ykarel | - neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestNBDbMonitorOverTcp.test_floatingip_mac_bindings | 15:24 |
ykarel | - oslo_db.exception.DBReferenceError: (sqlite3.IntegrityError) FOREIGN KEY constraint failed | 15:24 |
ykarel | - https://ac967958d7db9925bf11-8258bbe2bfc0c508066a865a71f46e18.ssl.cf1.rackcdn.com/periodic/opendev.org/openstack/neutron/master/neutron-functional/ed0c42a/testr_results.html | 15:24 |
ykarel | - similar to https://bugs.launchpad.net/neutron/+bug/2088423 | 15:24 |
ykarel | #action ralonsoh to send fixes for TestNBDbMonitorOverTcp failures | 15:26 |
ykarel | #topic Tempest/Scenario | 15:26 |
ykarel | ovs dhcp issue https://bugs.launchpad.net/neutron/+bug/2101840 | 15:26 |
ykarel | #topic Periodic | 15:26 |
ykarel | https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_0bb/periodic/opendev.org/openstack/neutron/stable/2023.2/openstacksdk-functional-devstack-networking/0bb5384/testr_results.html | 15:26 |
ykarel | - openstack.exceptions.HttpException: HttpException: 413: Client Error for url: https://10.0.16.67/dns/v2/zones, Quota exceeded for zones. | 15:26 |
ykarel | https://review.opendev.org/c/openstack/neutron/+/944759 | 15:27 |
ykarel | known random issue https://bugs.launchpad.net/openstacksdk/+bug/2087978 | 15:27 |
ralonsoh | -> https://review.opendev.org/c/openstack/openstacksdk/+/934762 | 15:27 |
ykarel | postgres https://zuul.openstack.org/build/5f5d397dc66945ed85c11722e362ba8a | 15:28 |
ykarel | https://review.opendev.org/c/openstack/neutron/+/944759 | 15:28 |
ykarel | #topic Grafana | 15:28 |
ykarel | https://grafana.opendev.org/d/f913631585/neutron-failure-rate | 15:28 |
ykarel | #topic On Demand | 15:32 |
ykarel | #endmeeting | 15:33 |
opendevmeet | Meeting ended Mon Mar 17 15:33:06 2025 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 15:33 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/neutron_ci/2025/neutron_ci.2025-03-17-15.03.html | 15:33 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/neutron_ci/2025/neutron_ci.2025-03-17-15.03.txt | 15:33 |
opendevmeet | Log: https://meetings.opendev.org/meetings/neutron_ci/2025/neutron_ci.2025-03-17-15.03.log.html | 15:33 |
opendevreview | Lajos Katona proposed openstack/neutron master: If OVS Manager creation failes retry to set values https://review.opendev.org/c/openstack/neutron/+/939117 | 16:31 |
opendevreview | Merged openstack/neutron stable/2024.2: [OVN] Isolate test_ovn_db_sync.TestOvnNbSync.* FTs https://review.opendev.org/c/openstack/neutron/+/944764 | 18:48 |
opendevreview | Merged openstack/neutron stable/2024.1: [OVN] Isolate test_ovn_db_sync.TestOvnNbSync.* FTs https://review.opendev.org/c/openstack/neutron/+/944765 | 18:48 |
opendevreview | Merged openstack/neutron stable/2023.2: [OVN] Isolate test_ovn_db_sync.TestOvnNbSync.* FTs https://review.opendev.org/c/openstack/neutron/+/944766 | 18:48 |
opendevreview | Merged openstack/neutron stable/2024.2: [OVN] Do not delete twice the agent from the cache https://review.opendev.org/c/openstack/neutron/+/944393 | 18:48 |
opendevreview | Merged openstack/neutron stable/2025.1: Fast exit if "segments" plugin is not loaded https://review.opendev.org/c/openstack/neutron/+/944762 | 18:48 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: Add missing Neutron milestones https://review.opendev.org/c/openstack/neutron/+/944803 | 20:44 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: Open the 2025.2 (Flamingo) DB branch https://review.opendev.org/c/openstack/neutron/+/944804 | 20:47 |
opendevreview | Brian Haley proposed openstack/neutron master: Disable skip-level jobs in check queue https://review.opendev.org/c/openstack/neutron/+/944808 | 21:22 |
opendevreview | Brian Haley proposed openstack/neutron master: Update jobs based on testing runtime for 2025.2 https://review.opendev.org/c/openstack/neutron/+/944809 | 21:22 |
opendevreview | Brian Haley proposed openstack/neutron master: Update jobs based on testing runtime for 2025.2 https://review.opendev.org/c/openstack/neutron/+/944809 | 21:34 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!