[Yahoo-eng-team] [Bug 1891360] Re: Floating IP agent gateway IP addresses not released when deleting dead DVR L3 agents

2021-06-23 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/neutron/+/787691 Committed: https://opendev.org/openstack/neutron/commit/8cc7c0cf7a5196103b097fae67eccbd5dc3980ac Submitter: "Zuul (22348)" Branch:master commit 8cc7c0cf7a5196103b097fae67eccbd5dc3980ac Author: Slawek Kaplonski Date: Fri Apr

[Yahoo-eng-team] [Bug 1933401] [NEW] [OVN]The type of ovn controller is not recognized as a gateway agent

2021-06-23 Thread ZhouHeng
Public bug reported: neutron use ovn as mechanism_driver ovn version is 21.03 I have a gateway node, and set this node as gateway node use "ovs-vsctl set open_vswitch . external_ids:ovn-cms-options=enable-chassis-as-gw", restart ovn-controller, but I use "openstack network agent list" to see age

[Yahoo-eng-team] [Bug 1927977] Re: OVN IDLs not initialized for all worker types

2021-06-23 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/neutron/+/795781 Committed: https://opendev.org/openstack/neutron/commit/66ac943b6435901c163c3050ad41dfcaf36ac11d Submitter: "Zuul (22348)" Branch:master commit 66ac943b6435901c163c3050ad41dfcaf36ac11d Author: Bodo Petermann Date: Thu Jun 1

[Yahoo-eng-team] [Bug 1933366] [NEW] [stable/train] Backported patch introduced incompatible method calls for py2.7

2021-06-23 Thread Rodolfo Alonso
Public bug reported: Backported patch https://review.opendev.org/c/openstack/neutron/+/721695 introduced two incompatible calls in python2.7: - subprocess.communicate does not have timeout as input parameter - subprocess does not implement TimeoutExpired This patch should be reverted. ** Affect

[Yahoo-eng-team] [Bug 1933207] Re: [OVN] Duplicated multicast packets on external network

2021-06-23 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/neutron/+/797418 Committed: https://opendev.org/openstack/neutron/commit/953eb92a4f1d686a45d91100c8b02f9fe0771ed9 Submitter: "Zuul (22348)" Branch:master commit 953eb92a4f1d686a45d91100c8b02f9fe0771ed9 Author: Lucas Alvares Gomes Date: Tue

[Yahoo-eng-team] [Bug 1933360] [NEW] Test (and enforcement?) for os_hidden mutability on queued images is wrong

2021-06-23 Thread Dan Smith
Public bug reported: The test glance.tests.unit.v2.test_images_resource.TestImagesController.test_update_queued_image_with_hidden seems to be looking to confirm that queued images cannot be marked as hidden. However, if that was the case, it should be checking for BadRequest (or similar) and not F

[Yahoo-eng-team] [Bug 1933350] [NEW] [neutron-vpnaas] IPSec site connection freeze at PENDING_CREATE status after upgrade

2021-06-23 Thread Jan Wasilewski
Public bug reported: [High level description] After upgrade to Stein from Rocky(py2 to py3), we can observe that newly created IPSec Site Connections remains in status PENDING_CREATE even when everything is working correctly(connectivity from both sides of tunnel is reachable) [Pre-conditions]

[Yahoo-eng-team] [Bug 1933026] Re: stack.sh fail with ovs_source: No such file or directory

2021-06-23 Thread Akihiro Motoki
The fix mentioned above has landed. ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1933026 Title: stack.sh fail with ov

[Yahoo-eng-team] [Bug 1933086] Re: [stable/ussuri] neutron-tempest-slow-py3 fails with "ERROR: This script does not work on Python 2.7"

2021-06-23 Thread Akihiro Motoki
A fix was merged into stable/ussuri. Changes in stable branches do not update the launchpad status. Marking it as Fix Released. ** Changed in: neutron Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subs

[Yahoo-eng-team] [Bug 1931639] Re: [OVN Octavia Provider] Load Balancer not reachable from some Subnets

2021-06-23 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/ovn-octavia-provider/+/796095 Committed: https://opendev.org/openstack/ovn-octavia-provider/commit/b2a862fdb3d4eae440a342f6b6bbc0323022f8ba Submitter: "Zuul (22348)" Branch:master commit b2a862fdb3d4eae440a342f6b6bbc0323022f8ba Author: Flavio

[Yahoo-eng-team] [Bug 1933321] [NEW] Explicitly provide a DB context when executing a DB transaction

2021-06-23 Thread Rodolfo Alonso
Public bug reported: Currently, when Neutron executes DB transaction, if there is no active session (or session at all), ``neutron_lib.context.Context`` creates a default writer session [1]. That's a safeguard for the code written in Neutron but an inefficient way to access to the DB. Reader con