[Yahoo-eng-team] [Bug 1878481] Re: server add volume fails

2020-05-14 Thread Balazs Gibizer
It seems you have a proper [neutron] and [placement] section in your nova.conf but you don't have a [cinder] section. You need to configure the similar [cinder] section to allow nova to talk to cinder. I think this is the root case of the error you see: ClientException: Unexpected API Error.

[Yahoo-eng-team] [Bug 1782696] Re: nova migration a vm with pci devices to a host don't have pci available

2020-05-14 Thread Ivan Borisov
Since it looks like problem has not been resolved, and, I believe, has been confirmed by multiple operators, I'll change status to "Confirmed" for now. ** Changed in: nova Status: Invalid => Confirmed -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1863021] Re: [SRU] eventlet monkey patch results in assert len(_active) == 1 AssertionError

2020-05-14 Thread Launchpad Bug Tracker
This bug was fixed in the package python-os-ken - 1.0.0-0ubuntu2 --- python-os-ken (1.0.0-0ubuntu2) groovy; urgency=medium * d/p/monkey-patch-original-current-thread.patch: Cherry-picked from upstream to fix Python 3.8 monkey patching (LP: #1863021). -- Corey Bryant Thu, 14

[Yahoo-eng-team] [Bug 1878481] Re: server add volume fails

2020-05-14 Thread peter eisch
** Changed in: nova Status: Invalid => New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1878481 Title: server add volume fails Status in OpenStack Compute

[Yahoo-eng-team] [Bug 1878741] [NEW] Application credentials list displays roles as python list

2020-05-14 Thread Kieran Spear
Public bug reported: In the application credentials list the roles are displayed as a python list: [b'Member', b'admin'] ** Affects: horizon Importance: Undecided Assignee: Kieran Spear (kspear) Status: New ** Changed in: horizon Assignee: (unassigned) => Kieran Spear

[Yahoo-eng-team] [Bug 1863021] Re: [SRU] eventlet monkey patch results in assert len(_active) == 1 AssertionError

2020-05-14 Thread Launchpad Bug Tracker
This bug was fixed in the package ironic-inspector - 1:10.1.0-0ubuntu1 --- ironic-inspector (1:10.1.0-0ubuntu1) groovy; urgency=medium [ Chris MacNaughton ] * New upstream release for OpenStack Ussuri (LP: #1877642). * d/p/monkey-patch-original-current-thread.patch:

[Yahoo-eng-team] [Bug 1863021] Re: [SRU] eventlet monkey patch results in assert len(_active) == 1 AssertionError

2020-05-14 Thread Launchpad Bug Tracker
This bug was fixed in the package barbican - 1:10.0.0-0ubuntu1 --- barbican (1:10.0.0-0ubuntu1) groovy; urgency=medium [ Chris MacNaughton ] * d/watch: Update to get release tarballs from opendev.org. * New upstream release for OpenStack Ussuri (LP: #1877642). * d/watch:

[Yahoo-eng-team] [Bug 1863021] Re: [SRU] eventlet monkey patch results in assert len(_active) == 1 AssertionError

2020-05-14 Thread Launchpad Bug Tracker
This bug was fixed in the package networking-hyperv - 1:8.0.0-0ubuntu1 --- networking-hyperv (1:8.0.0-0ubuntu1) groovy; urgency=medium * New upstream release for OpenStack Ussuri (LP: #1877642). * d/p/monkey-patch-original-current-thread.patch: Cherry-picked from upstream to

[Yahoo-eng-team] [Bug 1863021] Re: [SRU] eventlet monkey patch results in assert len(_active) == 1 AssertionError

2020-05-14 Thread Launchpad Bug Tracker
This bug was fixed in the package manila - 1:10.0.0-0ubuntu1 --- manila (1:10.0.0-0ubuntu1) groovy; urgency=medium [ Chris MacNaughton ] * New upstream release for OpenStack Ussuri (LP: #1877642). * d/p/monkey-patch-original-current-thread.patch: Cherry-picked from

[Yahoo-eng-team] [Bug 1878583] [NEW] Unable to createImage/snapshot paused volume backed instances

2020-05-14 Thread Lee Yarwood
Public bug reported: Description === Unable to createImage/snapshot paused volume backed instances. Steps to reproduce == - Pause a volume backed instance - Attempt to snapshot the instance using the createImage API Expected result === A snapshot image is

[Yahoo-eng-team] [Bug 1863021] Re: [SRU] eventlet monkey patch results in assert len(_active) == 1 AssertionError

2020-05-14 Thread Launchpad Bug Tracker
This bug was fixed in the package networking-sfc - 10.0.0-0ubuntu1 --- networking-sfc (10.0.0-0ubuntu1) groovy; urgency=medium * d/watch: Scope to 10.x series and get tarballs from opendev.org. * New upstream release for OpenStack Ussuri (LP: #1877642). *

[Yahoo-eng-team] [Bug 1878708] [NEW] mock.patch.stopall called twice on tests inheriting from ovsdbapp

2020-05-14 Thread Terry Wilson
Public bug reported: After I876919dfc1fa0ae36bd99e3d760e38d207ee6ef3, two test classes that inherit from both neutron's oslotest-based base classes and ovsdbapp's unittest-based base class would fail due to mock.patch.stopall being called twice. This appears to be because of some special handling

[Yahoo-eng-team] [Bug 1863021] Re: [SRU] eventlet monkey patch results in assert len(_active) == 1 AssertionError

2020-05-14 Thread Launchpad Bug Tracker
This bug was fixed in the package python-oslo.service - 2.1.1-0ubuntu2 --- python-oslo.service (2.1.1-0ubuntu2) groovy; urgency=medium * d/p/monkey-patch-original-current-thread.patch: Cherry-picked from upstream review (https://review.opendev.org/#/c/725853/) to fix Python

[Yahoo-eng-team] [Bug 1878719] [NEW] DHCP Agent's iptables CHECKSUM rule causes skb_warn_bad_offload kernel

2020-05-14 Thread Arjun Baindur
Public bug reported: We are hitting this kernel issue due to a DHCP agent CHECKSUM rule that is probably obsolete/not needed: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1840619 Upgrading the kernel is one workaround, but more disruptive, especially since still using CentOS7, and kernel

[Yahoo-eng-team] [Bug 1878622] [NEW] Open vSwitch with DPDK datapath in neutron

2020-05-14 Thread James Troup
Public bug reported: - [ x ] I have a fix to the document that I can paste below including example: input and output. There is a typo in the following documentation page: https://docs.openstack.org/neutron/queens/admin/config-ovs-dpdk.html $ openstack image set --property

[Yahoo-eng-team] [Bug 1878632] [NEW] Race condition in subnet and segment delete: The segment is still bound with port(s)

2020-05-14 Thread Bence Romsics
Public bug reported: The HOT template below may expose a race condition and by that make stack deletion fail. On the neutron API this means that a segment delete fails with "The segment is still bound with port(s)". The reproduction uses a HOT template but I don't think this problem is Heat

[Yahoo-eng-team] [Bug 1871239] Re: ovn-octavia-provider is not using load balancing algorithm source-ip-port

2020-05-14 Thread OpenStack Infra
Reviewed: https://review.opendev.org/726787 Committed: https://git.openstack.org/cgit/openstack/ovn-octavia-provider/commit/?id=23d743a444a426379499193324723a9c7ab33734 Submitter: Zuul Branch:master commit 23d743a444a426379499193324723a9c7ab33734 Author: Maciej Józefczyk Date: Mon May 11

[Yahoo-eng-team] [Bug 1865549] Re: Define Cyborg ARQ binding notification event.

2020-05-14 Thread Balazs Gibizer
It seems that the original patch that triggered this bug already did the doc change. So I'm marking this as invalid. ** Changed in: nova Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to