[Yahoo-eng-team] [Bug 1824534] Re: cloud-init warning with cloudstack datasource

2019-06-15 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. https://bugs.launchpad.net/bugs/18

[Yahoo-eng-team] [Bug 1832968] [NEW] neutron test fails 100% due to abandoned ubuntu image release

2019-06-15 Thread LIU Yulong
Public bug reported: Failure log: http://logs.openstack.org/17/665517/1/check/neutron-tempest-plugin-dvr-multinode-scenario/95359a1/controller/logs/devstacklog.txt.gz neutron tempest image link: http://cloud-images.ubuntu.com/releases/16.04/release-20180622/ Code: https://github.com/openstack/ne

[Yahoo-eng-team] [Bug 1815989] Re: OVS drops RARP packets by QEMU upon live-migration causes up to 40s ping pause in Rocky

2019-06-15 Thread sean mooney
** Changed in: os-vif Status: New => Invalid ** Changed in: nova Status: New => In Progress ** Changed in: nova Assignee: (unassigned) => sean mooney (sean-k-mooney) ** Changed in: nova Importance: Undecided => Medium -- You received this bug notification because you are

[Yahoo-eng-team] [Bug 1815989] Re: OVS drops RARP packets by QEMU upon live-migration causes up to 40s ping pause in Rocky

2019-06-15 Thread huanhongda
** Also affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1815989 Title: OVS drops RARP packets by QEMU upon live-migration causes

[Yahoo-eng-team] [Bug 1832164] Re: SADeprecationWarning: The joinedload_all() function is deprecated, and will be removed in a future release. Please use method chaining with joinedload() instead

2019-06-15 Thread OpenStack Infra
Reviewed: https://review.opendev.org/664193 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=658e35cad4598113dd94fb4c685a06c7439b5a36 Submitter: Zuul Branch:master commit 658e35cad4598113dd94fb4c685a06c7439b5a36 Author: Takashi NATSUME Date: Mon Jun 10 13:07:15 2019 +09

[Yahoo-eng-team] [Bug 1832925] [NEW] Class neutron.common.utils.Timer is not thread safe

2019-06-15 Thread Rodolfo Alonso
Public bug reported: In "Timer" the method used to control the timeout of the class context is not thread safe. If two different threads running in the same process set signal.signal, the last one will prevail in favor of the first one: signal.signal(signal.SIGALRM, self._timeout_handler) sig