[Yahoo-eng-team] [Bug 1955578] Re: OVN transaction could not be completed due to a race condition

2023-11-15 Thread Corey Bryant
** Also affects: neutron (Ubuntu) Importance: Undecided Status: New ** Also affects: neutron (Ubuntu Focal) Importance: Undecided Status: New ** Changed in: neutron (Ubuntu) Status: New => Fix Released ** Changed in: neutron (Ubuntu Focal) Status: New => Triaged

[Yahoo-eng-team] [Bug 2040129] Re: InstanceDetailTests::test_instance_details_metadata fails in Django 4.2

2023-11-15 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/horizon/+/899021 Committed: https://opendev.org/openstack/horizon/commit/5c61331ff229b4e9e8b51c6335cd1895b90fdfa0 Submitter: "Zuul (22348)" Branch:master commit 5c61331ff229b4e9e8b51c6335cd1895b90fdfa0 Author: Akihiro Motoki Date: Mon Oct 2

[Yahoo-eng-team] [Bug 2035168] Re: Remaining db migrations for unmaintained Nuage plugin

2023-11-15 Thread Takashi Kajinami
*** This bug is a duplicate of bug 2038555 *** https://bugs.launchpad.net/bugs/2038555 ** This bug has been marked a duplicate of bug 2038555 Remove unused tables -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. htt

[Yahoo-eng-team] [Bug 2039225] Re: django.core.cache.backends.memcached.MemcachedCache backend is removed

2023-11-15 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/horizon/+/891828 Committed: https://opendev.org/openstack/horizon/commit/caa99b2010bd914bbe3cb2779940b7c544fe1104 Submitter: "Zuul (22348)" Branch:master commit caa99b2010bd914bbe3cb2779940b7c544fe1104 Author: Radomir Dopieralski Date: Thu

[Yahoo-eng-team] [Bug 1626642] Re: Cleanup and add more UT for FWaaS v2 plugin

2023-11-15 Thread Lajos Katona
We don't need to track such improvements as bugs, any test coverage improvement are welcomed ** Changed in: neutron Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpa

[Yahoo-eng-team] [Bug 1612050] Re: Need more data added for RBAC policy notifications

2023-11-15 Thread Lajos Katona
We can close this as I see, the notifications are much more detailed since, for rbac: INFO oslo.messaging.notification.rbac_policy.create.end [None req-b98f02a2-b65c-4331-ab51-966186dc7fd0 None admin] {"message_id": "15f5fe6b-5254-4b67-9303-6250119376d1", "publisher_id": "network.newtaas", "event_

[Yahoo-eng-team] [Bug 2030804] Re: Missing ip rule causes FIP removal to fail

2023-11-15 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/neutron/+/891236 Committed: https://opendev.org/openstack/neutron/commit/16875b5f92731a9cf2d7e819d406bfcc442339f3 Submitter: "Zuul (22348)" Branch:master commit 16875b5f92731a9cf2d7e819d406bfcc442339f3 Author: Brian Haley Date: Fri Aug 11 1

[Yahoo-eng-team] [Bug 2037294] Re: [OVN] Allow scheduling external ports on non-gateway nodes

2023-11-15 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/neutron/+/894767 Committed: https://opendev.org/openstack/neutron/commit/770914f98df9abda2b5b8ca2896ff05618ea0181 Submitter: "Zuul (22348)" Branch:master commit 770914f98df9abda2b5b8ca2896ff05618ea0181 Author: Lucas Alvares Gomes Date: Tue

[Yahoo-eng-team] [Bug 2043564] [NEW] list_ip_routes should only fetch needed devices

2023-11-15 Thread Adam Oswick
Public bug reported: Summary --- The list_ip_routes function calls privileged.get_link_devices to fetch all devices and then filters out just the ones that it actually wants. Description --- Fetching all devices, particularly in larger network namespaces, is slow. This seems to be

[Yahoo-eng-team] [Bug 2043558] [NEW] Some init_router_port steps are unnecessary for new devices

2023-11-15 Thread Adam Oswick
Public bug reported: Summary --- When doing the init for new router ports, some of the steps are not needed and just add extra overhead. Description --- These unnecessary steps slow down the router setup. If the entire network is being setup from scratch, this can increase the tim