[Yahoo-eng-team] [Bug 2008270] Re: Neutron allows you to delete router_ha_interface ports, which can lead to issues

2023-02-27 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/neutron/+/874931 Committed: https://opendev.org/openstack/neutron/commit/e68e4162cebfa8e5d8f70d4220119d5ca54666bf Submitter: "Zuul (22348)" Branch:master commit e68e4162cebfa8e5d8f70d4220119d5ca54666bf Author: Anton Kurbatov Date: Thu Feb

[Yahoo-eng-team] [Bug 2008226] Re: [sqlalchemy-20] Use the .begin() method of Engine

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

[Yahoo-eng-team] [Bug 2008727] [NEW] [Lunar/Desktop] 5 min boot delay due cloud-init-local.service

2023-02-27 Thread Carlos Nihelton
Public bug reported: I run lunar for a while now (upgraded from Jammy through `do-release-upgrade -d`) and since I do some Subiquity development often, I do have cloud-init setup, for a while as well. Firday 24th, after a regular `apt update && apt upgrade` my laptop boot time increased by

[Yahoo-eng-team] [Bug 2008716] [NEW] nova api_db sync fails remove unused build_requests columns

2023-02-27 Thread Eli Tarrago
Public bug reported: Description === During an upgrade from xena to yoga, I followed upgrade steps using openstack-ansible to upgrade nova. During this time i was met with the following log message: alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove

[Yahoo-eng-team] [Bug 1745905] Re: system scope doesn't work for the service which use project specified endpoint

2023-02-27 Thread Brian Rosmaita
There was a change in direction with the "Consistent and Secure RBAC" community goal and system scope will not be implemented across OpenStack services. See https://governance.openstack.org/tc/goals/selected/consistent-and- secure-rbac.html#direction-change for details. ** Changed in: cinder

[Yahoo-eng-team] [Bug 1997418] Re: [ovn-octavia-provider] HM not working for FIPs

2023-02-27 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/ovn-octavia-provider/+/873860 Committed: https://opendev.org/openstack/ovn-octavia-provider/commit/ba4ea1134b1da4ce1dcd186d4962d12270699fef Submitter: "Zuul (22348)" Branch:master commit ba4ea1134b1da4ce1dcd186d4962d12270699fef Author: Luis

[Yahoo-eng-team] [Bug 2007414] Re: [RBAC] "RULE_ADMIN_OR_NET_OWNER_OR_ADVSVC" rule not used any more (Neutron and n-lib)

2023-02-27 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/neutron-lib/+/875305 Committed: https://opendev.org/openstack/neutron-lib/commit/cf5b293a552c139e37acafd73b0e856ddf01dd79 Submitter: "Zuul (22348)" Branch:master commit cf5b293a552c139e37acafd73b0e856ddf01dd79 Author: Nurmatov Mamatisa Date:

[Yahoo-eng-team] [Bug 1962574] Re: Live-Migration does not log consistently

2023-02-27 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/nova/+/827467 Committed: https://opendev.org/openstack/nova/commit/646fc51732b60b46385ceff0c7ea2c23372bbd72 Submitter: "Zuul (22348)" Branch:master commit 646fc51732b60b46385ceff0c7ea2c23372bbd72 Author: Fabian Wiesel Date: Wed Feb 2

[Yahoo-eng-team] [Bug 2008712] [NEW] Security group rule deleted by cascade (because its remote group had been deleted) is not deleted in the backend

2023-02-27 Thread Bence Romsics
Public bug reported: devstack 7533276c neutron aa40aef70f This reproduction uses the openvswitch ml2 mechanism_driver and firewall_driver, but I believe this bug affects all mechanism_drivers. # Choose a port number no other rule uses on the test host. $ sudo ovs-ofctl dump-flows br-int | egrep

[Yahoo-eng-team] [Bug 2008695] [NEW] Remove any LB HM references from the external_ids upon deleting an HM

2023-02-27 Thread Fernando Royo
Public bug reported: HM's uuid is included in the external_ids of the associated LB, like this: "octavia:healthmonitors"="["483e8e50-3d0a-4f03-9c4b-42ab315f5a11"]". The expected behavior is that this entry would be removed from the external_ids of the LB when the HM is deleted. But currently,