[Yahoo-eng-team] [Bug 1922530] Re: Docs do not list necessary ports for cloud-init

2021-06-04 Thread Launchpad Bug Tracker
[Expired for cloud-init because there has been no activity for 60 days.] ** Changed in: cloud-init Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to cloud-init.

[Yahoo-eng-team] [Bug 1914842] Re: Create vlan network will get 500 error when enable network_segment_range service plugin

2021-06-04 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/neutron/+/774375 Committed: https://opendev.org/openstack/neutron/commit/fa7c7282f019d3e0dd4d492f5ff2c47bd45b0ce7 Submitter: "Zuul (22348)" Branch:master commit fa7c7282f019d3e0dd4d492f5ff2c47bd45b0ce7 Author: yangjianfeng Date: Sun Feb 7

[Yahoo-eng-team] [Bug 1926787] Re: [DB] Neutron quota request implementation can end in a lock status

2021-06-04 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/neutron/+/790060 Committed: https://opendev.org/openstack/neutron/commit/e135a8221dba3beac4047ca9351bdfe600fcf01a Submitter: "Zuul (22348)" Branch:master commit e135a8221dba3beac4047ca9351bdfe600fcf01a Author: Rodolfo Alonso Hernandez Date:

[Yahoo-eng-team] [Bug 1930932] [NEW] Interoperable Image Import in glance - doc issue

2021-06-04 Thread Hernan Garcia
Public bug reported: This bug tracker is for errors with the documentation, use the following as a template and remove or add fields as you see fit. Convert [ ] into [x] to check boxes: - [X] This doc is inaccurate in this way: This document references that the configuration options should be

[Yahoo-eng-team] [Bug 1930750] Re: pyroute2 >= 0.6.2 fails in pep8 import analysis

2021-06-04 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/neutron/+/794668 Committed: https://opendev.org/openstack/neutron/commit/074c131b570adb60150ea25d7cec2367ee963ac2 Submitter: "Zuul (22348)" Branch:master commit 074c131b570adb60150ea25d7cec2367ee963ac2 Author: Rodolfo Alonso Hernandez Date:

[Yahoo-eng-team] [Bug 1930929] [NEW] Magic Search problems with text search

2021-06-04 Thread Tatiana Ovchinnikova
Public bug reported: When there is a text search and a filter facet applied together, deleting the filter facet makes the remaining text search ignored. ** Affects: horizon Importance: Undecided Assignee: Tatiana Ovchinnikova (tmazur) Status: New ** Changed in: horizon

[Yahoo-eng-team] [Bug 1930926] [NEW] Failing over OVN dbs can cause original controller to permanently lose connection

2021-06-04 Thread Terry Wilson
Public bug reported: When failing over OVN DB servers from one server to another, the server which originally hosts the VIP doesn't notice the connection is gone and doesn't reconnect without restarting the neutron api service. ** Affects: neutron Importance: Undecided Status: In

[Yahoo-eng-team] [Bug 1930908] [NEW] Unit tests failing with SQLAlchemy 1.4.x

2021-06-04 Thread Rodolfo Alonso
Public bug reported: Patch: https://review.opendev.org/c/openstack/requirements/+/788339 Error: https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_ce1/788339/10/check /cross-keystone-py38/ce129b2/testr_results.html Snippet:

[Yahoo-eng-team] [Bug 1930876] [NEW] "get_reservations_for_resources" execute DB operations without opening a DB context

2021-06-04 Thread Rodolfo Alonso
Public bug reported: "get_reservations_for_resources" execute DB operations without opening a DB context. In this case, this method should be decorated with CONTEXT_READER. ** Affects: neutron Importance: Low Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: In

[Yahoo-eng-team] [Bug 1930405] Re: Horizon Integration tests Fails if network backend is OVN

2021-06-04 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/horizon/+/794718 Committed: https://opendev.org/openstack/horizon/commit/866a17037979e0e23ecc3e416c873a5be93044b6 Submitter: "Zuul (22348)" Branch:master commit 866a17037979e0e23ecc3e416c873a5be93044b6 Author: Akihiro Motoki Date: Fri Jun

[Yahoo-eng-team] [Bug 1930866] [NEW] locked instance can be rendered broken by deleting port

2021-06-04 Thread George Shuklin
Public bug reported: 'server lock' is indented to protect instance from simple mistakes (like removing the wrong instance, or shut-downing it). It does prevent shutdown, destruction and port detachment. But if port is removed via `openstack port delete` it silently get removed from locked

[Yahoo-eng-team] [Bug 1930858] [NEW] OVN central service does not start properly

2021-06-04 Thread Sunday Mgbogu
Public bug reported: b/neutron_plugins/ovn_agent:start_ovn:713 : local SCRIPTDIR=/share/ovn/scripts + lib/neutron_plugins/ovn_agent:start_ovn:714 : use_new_ovn_repository + lib/neutron_plugins/ovn_agent:use_new_ovn_repository:180 : [[ False == \F\a\l\s\e ]] +

[Yahoo-eng-team] [Bug 1930838] [NEW] key error in deleted_ports

2021-06-04 Thread Mamatisa Nurmatov
Public bug reported: In cleanup_deleted_ports https://github.com/openstack/neutron/blob/master/neutron/agent/dhcp/agent.py#L1044 the port is deleted from _deleted_ports, but not from _deleted_ports_ts. In the next loop, the port will be deleted again. However, the port has been deleted from