[Yahoo-eng-team] [Bug 1762876] Re: test_resize_with_reschedule_then_live_migrate intermittently failing; migration is not yet complete

2018-04-11 Thread OpenStack Infra
Reviewed: https://review.openstack.org/560454 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=4afa8c2b97929faaf8bbf2bbaa72235fab7d3d13 Submitter: Zuul Branch:master commit 4afa8c2b97929faaf8bbf2bbaa72235fab7d3d13 Author: Matt Riedemann Date: Wed

[Yahoo-eng-team] [Bug 1763204] [NEW] wsgi.py is missing

2018-04-11 Thread Adrian Turjak
Public bug reported: Horizon was likely started very early along with Django, and thus has the old format wsgi file as "django.wsgi". https://github.com/openstack/horizon/tree/master/openstack_dashboard/wsgi This is not how django names this file anymore, nor how it is really used.

[Yahoo-eng-team] [Bug 1735821] Re: netplan needs bridge port-priority support

2018-04-11 Thread Launchpad Bug Tracker
This bug was fixed in the package nplan - 0.32~17.10.3 --- nplan (0.32~17.10.3) artful; urgency=medium * Don't silently break Bridge Priority by adding port-priority. nplan (0.32~17.10.2) artful; urgency=medium * Fix syntax for IPv6 addresses in doc. (LP: #1735317) * doc:

[Yahoo-eng-team] [Bug 1760017] Re: The 'test_supports_direct_io' method belongs a wrong test class

2018-04-11 Thread OpenStack Infra
Reviewed: https://review.openstack.org/557883 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=4a78dccf70bf8c37b3586cedfe5a4f0fb0d45b96 Submitter: Zuul Branch:master commit 4a78dccf70bf8c37b3586cedfe5a4f0fb0d45b96 Author: Takashi NATSUME

[Yahoo-eng-team] [Bug 1763183] [NEW] DELETE /os-services/{service_id} does not block for hosted instances

2018-04-11 Thread Matt Riedemann
Public bug reported: This came up while reviewing the fix for bug 1756179: https://review.openstack.org/#/c/554920/6/nova/api/openstack/compute/services.py@226 Full IRC conversation is here: http://eavesdrop.openstack.org/irclogs/%23openstack-nova/%23openstack-

[Yahoo-eng-team] [Bug 1763181] [NEW] test_parallel_evacuate_with_server_group intermittently fails

2018-04-11 Thread Matt Riedemann
Public bug reported: http://logs.openstack.org/54/560454/1/gate/nova-tox-functional- py35/40cf8c5/job-output.txt.gz#_2018-04-11_18_49_13_614017 2018-04-11 18:49:13.618886 | ubuntu-xenial | Captured traceback: 2018-04-11 18:49:13.618960 | ubuntu-xenial | ~~~ 2018-04-11

[Yahoo-eng-team] [Bug 1762700] Re: lxd containers created by juju are not receiving IP addresses

2018-04-11 Thread Nicholas Skaggs
** Also affects: juju/2.3 Importance: Undecided Status: New ** Also affects: juju/2.4 Importance: Undecided Status: New ** Changed in: juju/2.3 Status: New => Invalid ** Changed in: juju/2.4 Status: New => In Progress -- You received this bug notification

[Yahoo-eng-team] [Bug 1763161] [NEW] Segment ignore sorting parameters

2018-04-11 Thread Hongbin Lu
Public bug reported: Send a request to get a list of network segments sorted by name but the response doesn't seem to be sorted (below is an example). Segment should support sorting to align with other API resources. $ curl -g -s -X GET

[Yahoo-eng-team] [Bug 1763146] [NEW] [ovs] Binding failed for port

2018-04-11 Thread Annie Melen
Public bug reported: Hello! I've already had successful deployment on Pike (3 control node + several compute nodes): - ML2 plugin - openvswitch - default tunnel type - vxlan - dvr is enabled Instances were started, running, migrating without errors. Everything was fine until I've upgraded

[Yahoo-eng-team] [Bug 1745358] Re: Marker reset option for nova-manage map_instances

2018-04-11 Thread OpenStack Infra
Reviewed: https://review.openstack.org/539501 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=98163f98b700840f50c689e4a3aed7e28dd0c1ef Submitter: Zuul Branch:master commit 98163f98b700840f50c689e4a3aed7e28dd0c1ef Author: Surya Seetharaman

[Yahoo-eng-team] [Bug 1743589] Re: openstack_dashboard.api.nova.QuotaSet does not exclude nova-network quotas

2018-04-11 Thread OpenStack Infra
Reviewed: https://review.openstack.org/534386 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=986e90248b462b1e8c8e2033caee68ebd50e0bf8 Submitter: Zuul Branch:master commit 986e90248b462b1e8c8e2033caee68ebd50e0bf8 Author: Akihiro Motoki Date: Mon

[Yahoo-eng-team] [Bug 1763043] Re: Unnecessary "Instance not resizing, skipping migration" warning in n-cpu logs during live migration

2018-04-11 Thread Matt Riedemann
** Also affects: nova/queens Importance: Undecided Status: New ** Changed in: nova/queens Status: New => Confirmed ** Changed in: nova/queens Importance: Undecided => Medium -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1694127] Re: Unauthorized exception in angular users page as a member user.

2018-04-11 Thread OpenStack Infra
Reviewed: https://review.openstack.org/468726 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=dc9a6a33ea5a4b0e92e79252f6a4acf1ef426ec8 Submitter: Zuul Branch:master commit dc9a6a33ea5a4b0e92e79252f6a4acf1ef426ec8 Author: wei.ying Date: Sun

[Yahoo-eng-team] [Bug 1738930] Fix merged to nova (master)

2018-04-11 Thread OpenStack Infra
Reviewed: https://review.openstack.org/550648 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=bab3184ced29ef8333cdd4d1cf6caf0b4226a1d4 Submitter: Zuul Branch:master commit bab3184ced29ef8333cdd4d1cf6caf0b4226a1d4 Author: Takashi NATSUME

[Yahoo-eng-team] [Bug 1763051] [NEW] Need to audit when notifications are sent during live migration

2018-04-11 Thread Matt Riedemann
Public bug reported: We do a pretty good job of testing that notifications are sent during certain operations, like live migration, but not so great a job at making sure that notifications are sent at expected times, like that start and end notifications actually happen at the start and end of a

[Yahoo-eng-team] [Bug 1736336] Re: Image data stays in backend if image signature verification fails

2018-04-11 Thread Brian Rosmaita
** Also affects: glance/queens Importance: Undecided Status: New ** Changed in: glance/queens Milestone: None => queens-stable-2 ** Changed in: glance/queens Importance: Undecided => High ** Changed in: glance/queens Status: New => Triaged ** Changed in: glance/queens

[Yahoo-eng-team] [Bug 1726213] Re: KNOWN_EXCEPTIONS don't include all possible exceptions

2018-04-11 Thread Brian Rosmaita
** Also affects: glance/queens Importance: Undecided Status: New ** Changed in: glance/queens Milestone: None => queens-stable-2 ** Changed in: glance/queens Importance: Undecided => High ** Changed in: glance/queens Status: New => Triaged ** Changed in: glance/queens

[Yahoo-eng-team] [Bug 1763043] [NEW] Unnecessary "Instance not resizing, skipping migration" warning in n-cpu logs during live migration

2018-04-11 Thread Matt Riedemann
Public bug reported: In a 7 day CI run, we have over 40K hits of this warning in the logs: http://logstash.openstack.org/#dashboard/file/logstash.json?query=message%3A%5C%22Instance%20not%20resizing%2C%20skipping%20migration%5C%22%20AND%20tags%3A%5C%22screen-n-cpu.txt%5C%22=7d

[Yahoo-eng-team] [Bug 1763039] [NEW] evacuate instance documentation not mentioning host-evacuate

2018-04-11 Thread do3meli
Public bug reported: - [X] This is a doc addition request. The current documentation topic "evacuate" in the admin guide is not mentioning the host-evacuate command at all. if one wants to evacuate all instances on a failed host it is easier to use above command. As far as i understand the

[Yahoo-eng-team] [Bug 1662867] Re: update_available_resource_for_node racing instance deletion

2018-04-11 Thread OpenStack Infra
Reviewed: https://review.openstack.org/553067 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=5f16e714f58336344752305f94451e7c7c55742c Submitter: Zuul Branch:master commit 5f16e714f58336344752305f94451e7c7c55742c Author: Matt Riedemann Date: Wed

[Yahoo-eng-team] [Bug 1761487] Fix merged to nova (master)

2018-04-11 Thread OpenStack Infra
Reviewed: https://review.openstack.org/559111 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=587eb4303be65810133e88114106ee9019940118 Submitter: Zuul Branch:master commit 587eb4303be65810133e88114106ee9019940118 Author: Matt Riedemann Date: Thu

[Yahoo-eng-team] [Bug 1762992] [NEW] extract_messages does not work with python3

2018-04-11 Thread Akihiro Motoki
Public bug reported: extract_messages does not work with python3. http://paste.openstack.org/show/718907/ Note that babel_extract_angular does not depend on Django so it is not related to Django version. ** Affects: horizon Importance: Undecided Assignee: Akihiro Motoki (amotoki)

[Yahoo-eng-team] [Bug 1762941] [NEW] testtools.matchers._impl.MismatchError: 'completed' != u'running' in test_bug_1718512.TestRequestSpecRetryReschedule.test_resize_with_reschedule_then_live_migrate

2018-04-11 Thread Takashi NATSUME
Public bug reported: [Environment] nova master(commit 15f1caf98a46ba0ab3f8365075c564e89f06eef3) Ubuntu 16.04.2 LTS [Step to reproduce] tox -e functional nova.tests.functional.regressions.test_bug_1718512.TestRequestSpecRetryReschedule.test_resize_with_reschedule_then_live_migrate [Log] See an

[Yahoo-eng-team] [Bug 1762700] Re: lxd containers created by juju are not receiving IP addresses

2018-04-11 Thread Jason Hobbs
07:13 < jam> jhobbs: my initial thought is that it is a cloud-init bug, where we might be passing something like "networking=false" because we are going to set up networking ourself 07:14 < jam> and that causes a particular place that always assumed it had a value to iterate, but the object it