[Yahoo-eng-team] [Bug 1718385] Re: invalid segmentation_id 0 does not return friendly error

2017-11-03 Thread OpenStack Infra
Reviewed: https://review.openstack.org/513639 Committed: https://git.openstack.org/cgit/openstack/neutron-lib/commit/?id=045c0b18f440db68157a0be0275ddf9eac40ea93 Submitter: Zuul Branch:master commit 045c0b18f440db68157a0be0275ddf9eac40ea93 Author: ycx Date: Fri Oct 20

[Yahoo-eng-team] [Bug 1729834] [NEW] a bug for test(ignore it)

2017-11-03 Thread zhangmin9
Public bug reported: a bug for test(ignore it) ** Affects: nova Importance: Undecided Assignee: zhangmin9 (zhangmin9) Status: New ** Changed in: nova Assignee: (unassigned) => zhangmin9 (zhangmin9) -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1729806] [NEW] nova-manage update_cell does not check if the same combination of transport_url and database_connection already exists

2017-11-03 Thread Surya Seetharaman
Public bug reported: Unlike in nova-manage create_cell, in nova-manage update_cell the check for the same combination of transport-url and database_connection does not exist. Hence it allows a user to update a cell's transport-url and database_connection to another existing cell's configuration

[Yahoo-eng-team] [Bug 1729636] Re: Inconsistent xml for libvirt disks

2017-11-03 Thread Matt Riedemann
*** This bug is a duplicate of bug 1727558 *** https://bugs.launchpad.net/bugs/1727558 This was recently fixed and backported to stable/ocata: https://github.com/openstack/nova/commit/fc10b54f25023d7e780b110928bda3a19e4c03f0 ** Tags added: libvirt ** This bug has been marked a duplicate

[Yahoo-eng-team] [Bug 1729834] Re: a bug for test(ignore it)

2017-11-03 Thread Matt Riedemann
** 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/1729834 Title: a bug for test(ignore it) Status in OpenStack Compute

[Yahoo-eng-team] [Bug 1729780] Re: migrate/live-migrate instance, no vailid host selected.

2017-11-03 Thread Matt Riedemann
*** This bug is a duplicate of bug 1718455 *** https://bugs.launchpad.net/bugs/1718455 This sounds like a duplicate bug to one already fixed in pike, you must not have the latest point release for the 16.0.x series. ** This bug has been marked a duplicate of bug 1718455 [pike] Nova host

[Yahoo-eng-team] [Bug 1727176] Re: HPE 3PAR : With single path FC configuration, multiple vluns were created, after volume attached

2017-11-03 Thread Matt Riedemann
Which release of nova-compute and os-brick are you using? ** Also affects: os-brick Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1729741] Re: os-security-groups api call creates api call explosion to neutron

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

[Yahoo-eng-team] [Bug 1729906] [NEW] net-convert.py tool broken/stale - No module named 'configobj

2017-11-03 Thread james beedy
Public bug reported: Trying to use the `net-convert.py` tool, it seems its a bit crufty, to the point that it is broken. ./net-convert.py --network-data /home/ubuntu/virsh_isos/xenial_0/network-config --kind yaml --output-kind sysconfig -d target Traceback (most recent call last): File

[Yahoo-eng-team] [Bug 1729906] Re: net-convert.py tool broken/stale - No module named 'configobj

2017-11-03 Thread Scott Moser
James, The missing module isi provided in ubuntu by python3-configobj. That would be installed as a dependency of cloud-init. If you have an ubuntu image up with cloud-init installed, then the net- convert.py should "just work". Please re-open bug if it does not. ** Changed in: cloud-init

[Yahoo-eng-team] [Bug 1719362] Re: libvirt: Data corruptor live migrating BFV instance with config disk

2017-11-03 Thread OpenStack Infra
Reviewed: https://review.openstack.org/507202 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=ea9bf5216be60fb3fa1704cf6257adca4e634cb1 Submitter: Zuul Branch:master commit ea9bf5216be60fb3fa1704cf6257adca4e634cb1 Author: Matthew Booth Date: Mon Sep

[Yahoo-eng-team] [Bug 1729800] [NEW] In-code policy default not suitable for v3 API

2017-11-03 Thread Frode Nordahl
Public bug reported: In light of Keystone v2.0 API removal (http://lists.openstack.org/pipermail/openstack- dev/2017-October/123783.html) in Queens. The current in-code policy for Keystone is based on the old v2.0 policy. This is also visible by generating the sample with this command:

[Yahoo-eng-team] [Bug 1729780] [NEW] migrate/live-migrate instance, no vailid host selected.

2017-11-03 Thread Charlotte Han
Public bug reported: Description === Openstack cloud has enough resource, create instances will be successful, but migrate or live migrate instance will be failed. Steps to reproduce == * I did create 5 instances at a time. openstack server create hanrong_numa

[Yahoo-eng-team] [Bug 1687709] Re: fullstack: ovs-agents remove trunk bridges that don't belong to them

2017-11-03 Thread OpenStack Infra
Reviewed: https://review.openstack.org/517598 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=806cf71eb5af34359f8bc0c6b740752e53cf854f Submitter: Zuul Branch:master commit 806cf71eb5af34359f8bc0c6b740752e53cf854f Author: Sławek Kapłoński Date:

[Yahoo-eng-team] [Bug 1724446] Re: object string field filtering on "LIKE" statement lacks initialization

2017-11-03 Thread OpenStack Infra
Reviewed: https://review.openstack.org/512944 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=28e8265651da2aad1d253f3a47c0e71525dd5e1b Submitter: Zuul Branch:master commit 28e8265651da2aad1d253f3a47c0e71525dd5e1b Author: Lujin Date: Wed

[Yahoo-eng-team] [Bug 1729933] [NEW] region update doesn't update extras

2017-11-03 Thread David Lyle
Public bug reported: The region table contains an `extra` column. Although the API for regions supports setting `extra`. The update method does not support updating extras in the default sql driver backend. This effectively means that while an extra can be set at create time, they cannot be

[Yahoo-eng-team] [Bug 1639254] Re: No API ref for agent extension

2017-11-03 Thread OpenStack Infra
Reviewed: https://review.openstack.org/503186 Committed: https://git.openstack.org/cgit/openstack/neutron-lib/commit/?id=7f3a778acb4f2e3041ad5c9854abd918091696cd Submitter: Zuul Branch:master commit 7f3a778acb4f2e3041ad5c9854abd918091696cd Author: Boden R Date: Tue

[Yahoo-eng-team] [Bug 1729929] [NEW] no way to specify auto up for manual type interfaces

2017-11-03 Thread james beedy
Public bug reported: network-config v1 doesn't seem to support configuring a manual interface for auto up. I get this error http://paste.ubuntu.com/25881854/ when I try to configure a manual interface to get auto up, see lines 16-27 http://paste.ubuntu.com/25881859/. Possibly this is supported

[Yahoo-eng-team] [Bug 1714895] Re: Instance failed to create when numa node has enough free vcpus but has not enough sibling vcpus

2017-11-03 Thread Launchpad Bug Tracker
[Expired for OpenStack Compute (nova) because there has been no activity for 60 days.] ** Changed in: nova Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1729784] [NEW] nova-compute.log display incorrect information for CPUPinningUnknown.

2017-11-03 Thread Charlotte Han
Public bug reported: Description === When nova-compute occured CPUPinningUnknown exception, the information of nova-compute.log is wrong. Steps to reproduce == * I did create 6 instances with numa topology. [root@ctrl3 ~]# virsh list IdName

[Yahoo-eng-team] [Bug 1729229] Re: router lost ports when creating VM

2017-11-03 Thread Zhijiang Hu
Done, Thanks for reminding ** 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/1729229 Title: router lost ports when creating VM Status