[Yahoo-eng-team] [Bug 2025587] Re: neutron request body or parameters cause "Internal Server Error"

2023-09-01 Thread Launchpad Bug Tracker
[Expired for neutron because there has been no activity for 60 days.] ** Changed in: neutron Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/2025587

[Yahoo-eng-team] [Bug 2033932] [NEW] Add support for OVN MAC_Binding aging

2023-09-01 Thread Terry Wilson
Public bug reported: VN added support for aging out MAC_Binding entries [1][2]. Without this feature, the MAC_Bindings table can grow indefinitely. [1] https://github.com/ovn-org/ovn/commit/1a947dd3073628d2f2655f46ee7d3db62ed15b55 [2]

[Yahoo-eng-team] [Bug 2033752] Re: test_reboot_server_hard fails with AssertionError: time.struct_time() not greater than time.struct_time()

2023-09-01 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/nova/+/893502 Committed: https://opendev.org/openstack/nova/commit/68b2131d811c935af60eb6f563f4552d7287e3a8 Submitter: "Zuul (22348)" Branch:master commit 68b2131d811c935af60eb6f563f4552d7287e3a8 Author: Sean Mooney Date: Fri Sep 1

[Yahoo-eng-team] [Bug 2032929] Re: OVN security group logging burst limit has an unexpected value for stateless security groups

2023-09-01 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/neutron/+/892648 Committed: https://opendev.org/openstack/neutron/commit/a3a113aedbf40fdb8d90179033773a9d225a0735 Submitter: "Zuul (22348)" Branch:master commit a3a113aedbf40fdb8d90179033773a9d225a0735 Author: Elvira GarcĂ­a Date: Thu Aug

[Yahoo-eng-team] [Bug 2033887] [NEW] [OVN][Trunk] The cold migration process is broken since patch 882581

2023-09-01 Thread Rodolfo Alonso
Public bug reported: The patch [1] is incorrectly handling the port binding of the subports. This is a more complex operation than just updating the "PortBinding" object. In order to change the port binding host ID, it is needed to remove all "PortBinding" and "PortBindingLevels" registers and

[Yahoo-eng-team] [Bug 2033203] Re: Quality of Service (QoS) in Neutron

2023-09-01 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/neutron/+/892903 Committed: https://opendev.org/openstack/neutron/commit/fa130f29f781006527d5846070d9040e8f56d414 Submitter: "Zuul (22348)" Branch:master commit fa130f29f781006527d5846070d9040e8f56d414 Author: Rodolfo Alonso Hernandez Date:

[Yahoo-eng-team] [Bug 2033752] Re: test_reboot_server_hard fails with AssertionError: time.struct_time() not greater than time.struct_time()

2023-09-01 Thread Sylvain Bauza
Probably due to the recent merge of https://review.opendev.org/c/openstack/nova/+/882284 Now, when rebooting, we call the Cinder API for checking the BDMs so it could be needing more time. ** Also affects: nova Importance: Undecided Status: New -- You received this bug notification

[Yahoo-eng-team] [Bug 2033493] Re: [ndr] Unit tests failing due to a missing patch, still unreleased, in Neutron

2023-09-01 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/893189 Committed: https://opendev.org/openstack/neutron-dynamic-routing/commit/f7baab86ac94bd53bae10e25ea08c4f1b93b9e31 Submitter: "Zuul (22348)" Branch:master commit f7baab86ac94bd53bae10e25ea08c4f1b93b9e31 Author:

[Yahoo-eng-team] [Bug 2033508] Re: [HA] "neutron-dynamic-routing" HA unittest failing

2023-09-01 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/893189 Committed: https://opendev.org/openstack/neutron-dynamic-routing/commit/f7baab86ac94bd53bae10e25ea08c4f1b93b9e31 Submitter: "Zuul (22348)" Branch:master commit f7baab86ac94bd53bae10e25ea08c4f1b93b9e31 Author:

[Yahoo-eng-team] [Bug 2033752] [NEW] test_reboot_server_hard fails with AssertionError: time.struct_time() not greater than time.struct_time()

2023-09-01 Thread yatin
Public bug reported: Seen many occurrences recently, fails as below:- Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 259, in test_reboot_server_hard self._test_reboot_server('HARD') File