[Yahoo-eng-team] [Bug 1776621] [NEW] Scale: when periodic pool size is small and there is a lot of load the compute service goes down

2018-06-13 Thread Gary Kotton
Public bug reported: When the nova power sync pool is exhausted the compute service will go down. This results in scale and performance tests failing. 2018-06-12 19:58:48.871 30126 WARNING oslo.messaging._drivers.impl_rabbit [req-196321bb-a11a-4e6e-a80a-544ecd093986 c3de6d9ec02c494d978330d8f1a64

[Yahoo-eng-team] [Bug 1750121] Re: Dynamic routing: adding speaker to agent fails

2018-06-13 Thread Launchpad Bug Tracker
This bug was fixed in the package neutron-dynamic-routing - 2:12.0.0-0ubuntu1.1 --- neutron-dynamic-routing (2:12.0.0-0ubuntu1.1) bionic; urgency=medium * d/p/fix-failure-when-adding-a-speaker-to-an-agent.patch: Cherry-picked from upstream stable/queens branch to ensure adding s

[Yahoo-eng-team] [Bug 1716834] Re: Network Topology graph "twitches"

2018-06-13 Thread OpenStack Infra
Reviewed: https://review.openstack.org/543231 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=e5dae9b35349c53fa6184e415e254094893cab1f Submitter: Zuul Branch:master commit e5dae9b35349c53fa6184e415e254094893cab1f Author: Ameed Ashour Date: Sun Feb 11 09:52:52 2018 -

[Yahoo-eng-team] [Bug 1776668] [NEW] the placement version discovery doc at / does't have a status field, it should

2018-06-13 Thread Chris Dent
Public bug reported: Version discovery docs are supposed to have a status field: http://specs.openstack.org/openstack/api- wg/guidelines/microversion_specification.html#version-discovery Placement's does not. This was probably an oversight resulting from casual attention to detail since placement

[Yahoo-eng-team] [Bug 1773342] Re: hyper-v: Unused images are always deleted

2018-06-13 Thread OpenStack Infra
Reviewed: https://review.openstack.org/570571 Committed: https://git.openstack.org/cgit/openstack/compute-hyperv/commit/?id=7caef58be03cee448d5845628b59ddd669511b87 Submitter: Zuul Branch:master commit 7caef58be03cee448d5845628b59ddd669511b87 Author: Lucian Petrut Date: Fri May 25 14:26:1

[Yahoo-eng-team] [Bug 1776678] [NEW] Horizon password change is throwing Unathorized error

2018-06-13 Thread wondernath
Public bug reported: Steps to reproduce: 1. Log into horizon as admin 2. navigate to settings > change password page 3. enter current password and new passwords 4. click on Change button Expected: Password should be updated Actual: Unauthorized eror is thrown Notes: - Run against devstack - mas

[Yahoo-eng-team] [Bug 1776684] [NEW] MultipleCreateTestJSON.test_multiple_create intermittently fails for cells v1 due to server name check change

2018-06-13 Thread Matt Riedemann
Public bug reported: http://logs.openstack.org/75/486475/38/gate/nova-cells-v1/2c2a566/job- output.txt.gz#_2018-06-13_13_26_17_075329 2018-06-13 13:26:17.110798 | primary | Captured traceback: 2018-06-13 13:26:17.110851 | primary | ~~~ 2018-06-13 13:26:17.110932 | primary | Tr

[Yahoo-eng-team] [Bug 1776684] Re: MultipleCreateTestJSON.test_multiple_create intermittently fails for cells v1 due to server name check change

2018-06-13 Thread Matt Riedemann
This is likely the reason for the failure, cells v1 doesn't honor that multi-create instance name contract: https://github.com/openstack/nova/blob/dd87118acc2bf57f235cb287ed0ee12736263ecb/nova/compute/api.py#L1419 ** Also affects: tempest Importance: Undecided Status: New -- You recei

[Yahoo-eng-team] [Bug 1776684] Re: MultipleCreateTestJSON.test_multiple_create intermittently fails for cells v1 due to server name check change

2018-06-13 Thread Matt Riedemann
** No longer affects: tempest -- 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/1776684 Title: MultipleCreateTestJSON.test_multiple_create intermittently fails for cells

[Yahoo-eng-team] [Bug 1776684] Re: MultipleCreateTestJSON.test_multiple_create intermittently fails for cells v1 due to server name check change

2018-06-13 Thread Matt Riedemann
Restored the tempest revert: https://review.openstack.org/#/c/575132/ ** Also affects: tempest Importance: Undecided Status: New ** Changed in: tempest Status: New => In Progress ** Changed in: tempest Assignee: (unassigned) => Matt Riedemann (mriedem) ** Changed in: nova

[Yahoo-eng-team] [Bug 1776587] Re: Configure neutron services on compute and controller node., keystone listens port 5000 but document instructs to configure the service at 35357

2018-06-13 Thread Brian Haley
This has already been fixed. ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1776587 Title: Configure neutron services on compute and

[Yahoo-eng-team] [Bug 1776697] [NEW] Horizon Instance Launch displays duplicate instances on instances page

2018-06-13 Thread wondernath
Public bug reported: Steps to reproduce 1. Navigate to Project > Compute > Instances. 2. Launch Instance with following info : - Instance Name : test - availability zone : nova - count : 1 - source : Image : cirros-0.3.5-x86_64-disk - flavor : m1.tiny 3. Click on Launch Instance Expected: one In

[Yahoo-eng-team] [Bug 1776701] [NEW] ec2: xenial unnecessary openstack datasource probes during discovery

2018-06-13 Thread Chad Smith
Public bug reported: Now that OpenStack datasource is detected at init-local timeframe, that discovery can occur before Ec2 datasource. As a result, cloud-init integration tests started failing becuase of unexpected WARNINGs in cloud-init.log [1]. The unexpected warning message is emitted by Open

[Yahoo-eng-team] [Bug 1776743] [NEW] Allocation healer should ignore deleted instances

2018-06-13 Thread Mathieu Gagné
Public bug reported: When running this command: nova-manage placement heal_allocations It fails with an InstanceNotFound exception when trying to heal deleted instances. The healer should ignore deleted instances because there is nothing to heal for them. ** Affects: nova Importance: Hi

[Yahoo-eng-team] [Bug 1776587] Re: Configure neutron services on compute and controller node., keystone listens port 5000 but document instructs to configure the service at 35357

2018-06-13 Thread johnpham
hi @brian-haley, The document that I was looking at was for the queen release, but it still uses 35357 port. Can you please leave me a link to the document where this was fixed? I'll need it in the future. Thanks in advance, really appreciate it! ** Changed in: neutron Status: Invalid =>

[Yahoo-eng-team] [Bug 1776778] [NEW] Floating IPs broken after upgrade to Centos 7.5 - DNAT not working

2018-06-13 Thread Arjun Baindur
Public bug reported: Since upgrading to Centos 7.5, floating IP functionality has been completely busted. Packets arrive inbound to qrouter from fip namespace via RFP, but are not DNAT'd or routed, as we see nothing going out qr- interface. For outbound packets leaving the VM, they are fine, but t

[Yahoo-eng-team] [Bug 1775797] Re: The mac table size of neutron bridges (br-tun, br-int, br-*) is too small by default and eventually makes openvswitch explode

2018-06-13 Thread OpenStack Infra
Reviewed: https://review.openstack.org/573696 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=1f8378e0ac4b8c3fc4670144e6efc51940d796ad Submitter: Zuul Branch:master commit 1f8378e0ac4b8c3fc4670144e6efc51940d796ad Author: Slawek Kaplonski Date: Fri Jun 8 15:37:39 201

[Yahoo-eng-team] [Bug 1776797] [NEW] test_convert_image_with_errors fails with OSError: [Errno 2] No such file or directory

2018-06-13 Thread Corey Bryant
Public bug reported: test_convert_image_with_errors fails with OSError: [Errno 2] No such file or directory See traceback here: https://paste.ubuntu.com/p/bQ6Z9QPXCY/ where args = ['qemu-img', 'convert', '-t', 'none', '-O', 'raw', '-f', 'qcow2', '/path/that/does/not/exist', '/other/path/that/doe

[Yahoo-eng-team] [Bug 1775563] Re: Install and configure a compute node for Ubuntu in nova

2018-06-13 Thread jichenjc
based on above comments ** Changed in: nova Status: New => Invalid -- 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/1775563 Title: Install and configure a compute