[Yahoo-eng-team] [Bug 1899876] [NEW] MEMOIZE_TOKENS set token to cache when validating token

2020-10-14 Thread jun923.gu
Public bug reported: We encounter this situation that MEMOIZE_TOKENS decorator will set token to cache when validating token. We take a deeper look at the cache codes and found that dogpile will call get_or_create function. That is, if fail to get token from cache, dogpile will set token to

[Yahoo-eng-team] [Bug 1899864] [NEW] Smartnic port's MTU is not set correctly

2020-10-14 Thread Xiaoyu MIN
Public bug reported: openstack version: ussuri When Neutron network's MTU is set to a value other than 1500 (i.e, 9000), the Smartnic port's MTU is always 1500. The expected behavior should be to set port's MTU according to the network's MTU which it belongs to. ** Affects: neutron

[Yahoo-eng-team] [Bug 1896470] Re: OVN migration infrared plugin does not remove ML2OVS-specific templates

2020-10-14 Thread OpenStack Infra
Reviewed: https://review.opendev.org/752918 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=526693ed3cea0db0f5d882d8935794b43e853bdc Submitter: Zuul Branch:master commit 526693ed3cea0db0f5d882d8935794b43e853bdc Author: Roman Safronov Date: Mon Sep 21 14:18:38 2020

[Yahoo-eng-team] [Bug 1899835] [NEW] disconnect_volume called during early rollback from pre_live_migration failure on destination

2020-10-14 Thread Lee Yarwood
Public bug reported: Description === When live migrating an instance with volumes attached pre_live_migration on the destination will initially attempt to map these volumes to the destination by creating a volume attachment (cinderv3) or calling initialize_connection (cinderv2). At

[Yahoo-eng-team] [Bug 1894136] Re: [OVN Octavia Provider] OVN provider fails during listener delete

2020-10-14 Thread Terry Wilson
** Project changed: neutron => ovsdbapp -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1894136 Title: [OVN Octavia Provider] OVN provider fails during listener delete Status in

[Yahoo-eng-team] [Bug 1896506] Re: keepalived_use_no_track default=True breaks bionic deploys

2020-10-14 Thread Chris MacNaughton
** Also affects: cloud-archive Importance: Undecided Status: New ** Also affects: cloud-archive/train Importance: Undecided Status: New ** Also affects: cloud-archive/stein Importance: Undecided Status: New ** Also affects: cloud-archive/ussuri Importance:

[Yahoo-eng-team] [Bug 1896617] Re: [SRU] Creation of image (or live snapshot) from the existing VM fails if libvirt-image-backend is configured to qcow2 starting from Ussuri

2020-10-14 Thread Corey Bryant
This bug was fixed in the package nova - 2:21.1.0-0ubuntu1~cloud0 --- nova (2:21.1.0-0ubuntu1~cloud0) bionic-ussuri; urgency=medium . * New upstream release for the Ubuntu Cloud Archive. . nova (2:21.1.0-0ubuntu1) focal; urgency=medium . * New stable point release for

[Yahoo-eng-team] [Bug 1899775] [NEW] Ovs agent import error on Windows

2020-10-14 Thread Lucian Petrut
Public bug reported: A recent change[1] added a "iptables_firewall" import to the ovs agent, which isn't importable on Windows[2]. This prevents the neutron ovs agent from starting on Windows. [1] Iecf9cffaf02616342f1727ad7db85545d8adbec2 [2] http://paste.openstack.org/raw/799030/ ** Affects: