[Yahoo-eng-team] [Bug 1720062] [NEW] Nova unit tests are failing

2017-09-27 Thread Rajesh Tailor
Public bug reported: Following nova unit tests are failing, when running with testtools using below command. $ python -m testtools.run nova.tests.unit.test_wsgi [1] nova.tests.unit.test_wsgi.TestWSGIServerWithSSL.test_two_servers [2] nova.tests.unit.test_wsgi.TestWSGIServerWithSSL.test_ssl_serve

[Yahoo-eng-team] [Bug 1720049] [NEW] glance image-list command failed when ssl enabled in glance service

2017-09-27 Thread Samuel Chen
Public bug reported: Steps to reproduce: 1. Deploy glance service in SSL mode 2. Set below extra env variable OS_CACERT=/etc/ssl/openstack/ca.crt OS_CERT=/etc/ssl/openstack/client3.crt OS_KEY=/etc/ssl/openstack/client3.key 3. Try to use this command: glance image-list SSL exception connecting t

[Yahoo-eng-team] [Bug 1720046] [NEW] vm boot failure because of wrong mac address

2017-09-27 Thread Samuel Chen
Public bug reported: Hi,    I used same base_mac configuration as previous release. It is "base_mac = 00:05:86:00:00:00". As the comments in /etc/neutron.conf, the mac address should be fixed in first 3 octets. # The base MAC address Neutron will use for VIFs. The first 3 octets will # remain u

[Yahoo-eng-team] [Bug 1719966] Re: Microversion 2.47 punches nova in its special place

2017-09-27 Thread OpenStack Infra
Reviewed: https://review.openstack.org/507948 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=b1591d1080e4dbfbaf5351e009efa3abd11d88d4 Submitter: Jenkins Branch:master commit b1591d1080e4dbfbaf5351e009efa3abd11d88d4 Author: Dan Smith Date: Wed Sep 27 11:46:34 2017 -070

[Yahoo-eng-team] [Bug 1718235] Re: ovs_bridge native doesn't reraise RuntimeError if _get_dp_by_dpid fails

2017-09-27 Thread OpenStack Infra
Reviewed: https://review.openstack.org/505316 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=d739d01b6c98e082127af8fa6d4130e854ff413d Submitter: Jenkins Branch:master commit d739d01b6c98e082127af8fa6d4130e854ff413d Author: Jakub Libosvar Date: Tue Sep 19 15:54:56 2

[Yahoo-eng-team] [Bug 1715533] Re: 'nova-manage cell_v2 map_instances' return argument error when --max-count option is used

2017-09-27 Thread OpenStack Infra
Reviewed: https://review.openstack.org/502236 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=87a53cc45283a81386ee8f870a25a315b8527749 Submitter: Jenkins Branch:master commit 87a53cc45283a81386ee8f870a25a315b8527749 Author: ejbaek Date: Sat Sep 9 11:59:41 2017 +

[Yahoo-eng-team] [Bug 1600109] Re: Unit tests should not perform logging, but some tests still use

2017-09-27 Thread Tim Burke
** Changed in: swift Status: Incomplete => Invalid ** Changed in: swift Assignee: Ji.Wei (jiwei) => (unassigned) -- 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

[Yahoo-eng-team] [Bug 1719261] Re: VM port state don't match Neutron's port admin state

2017-09-27 Thread Matt Riedemann
You traced the event correctly. It comes to the compute service here: https://github.com/openstack/nova/blob/16.0.0/nova/compute/manager.py#L6958 All that does, however, is refresh the internal newtork info cache for the instance in the instances_info_caches table. It doesn't do anything in the

[Yahoo-eng-team] [Bug 1312781] Re: Inconsistent data in the Overview Usage Summary

2017-09-27 Thread David Lyle
Not really sure what horizon can do about this, other than maybe remove the view ** Changed in: horizon Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://b

[Yahoo-eng-team] [Bug 1720001] [NEW] Allow OpenStack Provider

2017-09-27 Thread Jose Phillips
Public bug reported: Im getting a datasource OpenStack is not valid * # A new feature in cloud-init identified possible datasources for# # this system as:# # [

[Yahoo-eng-team] [Bug 1436239] Re: modifying users in non-default domain project fails

2017-09-27 Thread David Lyle
This works as designed. I just re-verified. I am closing this as invalid. ** Changed in: horizon Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launc

[Yahoo-eng-team] [Bug 1714007] Re: Incorrect assert in test_routers._verify_gateway_port under neutron tests

2017-09-27 Thread OpenStack Infra
Reviewed: https://review.openstack.org/507341 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=3d1b33633fffcc2ea5731d381fe9123a623292b3 Submitter: Jenkins Branch:master commit 3d1b33633fffcc2ea5731d381fe9123a623292b3 Author: Dongcan Ye Date: Tue Sep 26 11:52:35 2017

[Yahoo-eng-team] [Bug 1719966] Re: Microversion 2.47 punches nova in its special place

2017-09-27 Thread Matt Riedemann
We were always joining on flavor in the database: https://github.com/openstack/nova/blob/3174ee13a1541230a4b7b2a4737d679691fb14b3/nova/api/openstack/compute/views/servers.py#L58 And we were always pulling the embedded instance.flavor: https://github.com/openstack/nova/blob/3174ee13a1541230a4b7b2

[Yahoo-eng-team] [Bug 1719966] [NEW] Microversion 2.47 punches nova in its special place

2017-09-27 Thread Dan Smith
Public bug reported: Testing with 500 instances in ACTIVE, and 500 in ERROR state, using curl to pull all 1000 instances ten times in a row, 2.47 clearly shows a knee in the curve on average response time: https://imgur.com/a/2lmiw We should...fix that and stuff. ** Affects: nova Importanc

[Yahoo-eng-team] [Bug 1448302] Re: cells: intermittent KeyError when deleting instance metadata

2017-09-27 Thread Matt Riedemann
This is a latent race bug with cells v1, which is deprecated, so we're not going to focus on fixing this. ** Changed in: nova Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute

[Yahoo-eng-team] [Bug 1448316] Re: cells: Object action destroy failed because: host changed

2017-09-27 Thread Matt Riedemann
This was either fixed by 1ba72081715869fe6d0ffba3436fb09ef9499335 or is a latent issue in cells v1 which we aren't going to focus on fixing since cells v1 is deprecated and will hopefully be removed in the Rocky release. ** Changed in: nova Status: Confirmed => Invalid -- You received thi

[Yahoo-eng-team] [Bug 1719364] Re: Wrong IoOpsFilter test class name

2017-09-27 Thread OpenStack Infra
Reviewed: https://review.openstack.org/507205 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=370a09d39fa82dbfa613d12103105b09c235a8e6 Submitter: Jenkins Branch:master commit 370a09d39fa82dbfa613d12103105b09c235a8e6 Author: Masanori Itoh Date: Tue Sep 26 01:44:55 2017

[Yahoo-eng-team] [Bug 1719933] [NEW] placement server needs to retry allocations, server-side

2017-09-27 Thread Chris Dent
Public bug reported: Long time ago a todo was made in placement: https://github.com/openstack/nova/blob/faede889d3620f8ff0131a7a4c6b9c1bc844cd06/nova/objects/resource_provider.py#L1837-L1839 We need to implement that TODO, this is a note to self. This is related to what may be a different bug: w

[Yahoo-eng-team] [Bug 1719915] [NEW] test_live_migrate_delete race fail when checking allocations: MismatchError: 2 != 1

2017-09-27 Thread Matt Riedemann
Public bug reported: Seen here: http://logs.openstack.org/87/507687/2/check/gate-nova-tox-functional- ubuntu-xenial/90cc144/console.html#_2017-09-27_03_02_34_847653 This test was just recently added: https://review.openstack.org/#/c/499583/ 2017-09-27 03:02:34.847653 | nova.tests.functional.te

[Yahoo-eng-team] [Bug 1719895] [NEW] MAAS won't provision daily artful image (20170927)

2017-09-27 Thread Witold Krecicki
affects: cloud-init Importance: Undecided Status: New -- 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/1719895 Title: MAAS won't provision daily artful image (20170927) St

[Yahoo-eng-team] [Bug 1713354] Re: oslo.versionedobjects iso8601.is8061.Utc No Longer correct import path in python3

2017-09-27 Thread OpenStack Infra
Reviewed: https://review.openstack.org/498275 Committed: https://git.openstack.org/cgit/openstack/oslo.versionedobjects/commit/?id=934fb45a2de4afe6cb0c8f2d078e19513a3b00e3 Submitter: Jenkins Branch:master commit 934fb45a2de4afe6cb0c8f2d078e19513a3b00e3 Author: Sean McCully Date: Sun Aug 2

[Yahoo-eng-team] [Bug 1719859] [NEW] Resize failure due to instance group being None in request spec

2017-09-27 Thread Manas Mandlekar
Public bug reported: Description === During resize operation the migrate task nova\conductor\tasks\migrate.py tries to setup the instance group in the request spec via following call - scheduler_utils.setup_instance_group(self.context, self.request_spec) The setup_instance_group tries to

[Yahoo-eng-team] [Bug 1506948] Re: Release request of networking-cisco on stable/kilo: 1.0.0 and 1.1.0

2017-09-27 Thread Sam Betts
** Changed in: networking-cisco Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1506948 Title: Release request of networking-cisco on stable/kilo:

[Yahoo-eng-team] [Bug 1525464] Re: Release request of networking-cisco and creation of stable/liberty 2.0.0

2017-09-27 Thread Sam Betts
** Changed in: networking-cisco Status: New => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1525464 Title: Release request of networking-cisco and creation of stabl

[Yahoo-eng-team] [Bug 1717575] Re: Likely mismatch between code and database schema

2017-09-27 Thread Jakub Libosvar
The used versions are both from master branch. Because of master can contain database changes, you need to use neutron-db-manage [1] to make your database up-to-date reflecting used models in the code. I'm closing this bug as invalid as database wasn't migrated in this case. [1] https://docs.open

[Yahoo-eng-team] [Bug 1719806] [NEW] IPv4 subnets added when VM is already up on an IPv6 subnet on the same network, does not enable VM ports to get IPv4 address

2017-09-27 Thread Vivekanandan Narasimhan
Public bug reported: On both stable/pike and stable/ocata, we performed the following steps: 1. Create a network 2. Create an IPv6 subnet in SLAAC Mode (both RA mode and Address mode) 3. Create a router 4. Attach the IPv6 subnet to the router 3. Now boot VMs with the network-id. 4. Make sure VMs