[Yahoo-eng-team] [Bug 1834849] Re: Wrong endpoints config with configure_auth_token_middleware

2019-07-01 Thread OpenStack Infra
Reviewed: https://review.opendev.org/668447 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=538e663f0da6f0d630fc47a7cf738b188caa660b Submitter: Zuul Branch:master commit 538e663f0da6f0d630fc47a7cf738b188caa660b Author: Slawek Kaplonski Date: Mon Jul 1 13:50:33 2019

[Yahoo-eng-team] [Bug 1834979] [NEW] port status became active after update network,subnet

2019-07-01 Thread yanghongyu
Public bug reported: Pre-conditions: Neutron (Pike),firewall_driver=openvswitch Reproduction steps: 1.create vm-A with net-A 2.shutoff vm-A 3.show port status of vm-A 4.update net-A ,change its name to 'net-A-rename' 5.show port status of vm-A Description: After

[Yahoo-eng-team] [Bug 1821798] Re: nova diagnostics command is not working with all interfaces

2019-07-01 Thread Matt Riedemann
** Also affects: nova/queens Importance: Undecided Status: New ** Also affects: nova/rocky Importance: Undecided Status: New ** Also affects: nova/stein Importance: Undecided Status: New ** Changed in: nova/stein Status: New => Fix Released ** Changed in:

[Yahoo-eng-team] [Bug 1834298] Re: Neutron-fwaas python 3.7 job is broken

2019-07-01 Thread OpenStack Infra
Reviewed: https://review.opendev.org/667736 Committed: https://git.openstack.org/cgit/openstack/neutron-fwaas/commit/?id=ad1f5471b2447d1c31156a2adb66ac7a95b603f9 Submitter: Zuul Branch:master commit ad1f5471b2447d1c31156a2adb66ac7a95b603f9 Author: Slawek Kaplonski Date: Wed Jun 26

[Yahoo-eng-team] [Bug 1821373] Re: Most instance actions can be called concurrently

2019-07-01 Thread Matt Riedemann
** Also affects: nova/rocky Importance: Undecided Status: New ** Also affects: nova/queens Importance: Undecided Status: New ** Also affects: nova/stein Importance: Undecided Status: New ** Changed in: nova/queens Status: New => In Progress ** Changed in:

[Yahoo-eng-team] [Bug 1821696] Re: Failed to start instances with encrypted volumes

2019-07-01 Thread Matt Riedemann
** Changed in: nova/rocky Status: In Progress => Fix Released -- 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/1821696 Title: Failed to start instances with

[Yahoo-eng-team] [Bug 1834875] [NEW] cloud-init growpart race with udev

2019-07-01 Thread Tobias Koch
Public bug reported: On Azure, it happens regularly (20-30%), that cloud-init's growpart module fails to extend the partition to full size. Such as in this example: 2019-06-28 12:24:18,666 - util.py[DEBUG]: Running command ['growpart', '--dry-run',

[Yahoo-eng-team] [Bug 1808647] Re: cloud-init hard codes IPV6_AUTOCONF=no, which prevents EC2 instances from getting a v6 default gateway if NetworkManager is disabled

2019-07-01 Thread Irving Popovetsky
Hello since this issue is pending a look from a cloud-init maintainer, could we please reopen? ** Changed in: cloud-init Status: Expired => Confirmed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to cloud-init.

[Yahoo-eng-team] [Bug 1825882] Re: [SRU] Virsh disk attach errors silently ignored

2019-07-01 Thread James Page
This bug was fixed in the package nova - 2:19.0.0-0ubuntu2.3~cloud0 --- nova (2:19.0.0-0ubuntu2.3~cloud0) bionic-stein; urgency=medium . * New update for the Ubuntu Cloud Archive. . nova (2:19.0.0-0ubuntu2.3) disco; urgency=medium . * d/p/bug_1825882.patch: Cherry-picked

[Yahoo-eng-team] [Bug 1825882] Re: [SRU] Virsh disk attach errors silently ignored

2019-07-01 Thread James Page
This bug was fixed in the package nova - 2:17.0.9-0ubuntu3~cloud0 --- nova (2:17.0.9-0ubuntu3~cloud0) xenial-queens; urgency=medium . * New update for the Ubuntu Cloud Archive. . nova (2:17.0.9-0ubuntu3) bionic; urgency=medium . * d/p/bug_1825882.patch: Cherry-picked from

[Yahoo-eng-team] [Bug 1826523] Re: libvirtError exceptions during volume attach leave volume connected to host

2019-07-01 Thread James Page
This bug was fixed in the package nova - 2:19.0.0-0ubuntu2.3~cloud0 --- nova (2:19.0.0-0ubuntu2.3~cloud0) bionic-stein; urgency=medium . * New update for the Ubuntu Cloud Archive. . nova (2:19.0.0-0ubuntu2.3) disco; urgency=medium . * d/p/bug_1825882.patch: Cherry-picked

[Yahoo-eng-team] [Bug 1834849] Re: Wrong endpoints config with configure_auth_token_middleware

2019-07-01 Thread Slawek Kaplonski
** Also affects: neutron Importance: Undecided Status: New ** Changed in: neutron Status: New => Confirmed ** Changed in: neutron Importance: Undecided => Critical -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1834825] [NEW] Rule to prevent SNAT for router's internal traffic is wrong

2019-07-01 Thread Slawek Kaplonski
Public bug reported: Rule created router's namespace in https://github.com/openstack/neutron/blob/master/neutron/agent/l3/router_info.py#L884 tries to match for both input and output interface. However netfilter postrouting hooks don't provide the input interface. This is not new and common