[Yahoo-eng-team] [Bug 1673759] Re: Get a wrong error message when you extend a volume

2017-11-22 Thread OpenStack Infra
Reviewed: https://review.openstack.org/482823 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=476b0a4e5a3b3c871d72acb7021de4d000a30ee0 Submitter: Zuul Branch:master commit 476b0a4e5a3b3c871d72acb7021de4d000a30ee0 Author: Chiew Yee Xin

[Yahoo-eng-team] [Bug 1733803] [NEW] Running image-import call on active image returns 500 internal server error

2017-11-22 Thread Abhishek Kekane
Public bug reported: If you run image-import api on any image which is in active state will return 500 error as it raises InvalidImageStatusTransition because Image status transition from active to importing is not allowed. Ideally it should return HTTP 409 Conflict error to the user.

[Yahoo-eng-team] [Bug 1733816] [NEW] Import api, image becomes active if disk-format and container format are not set

2017-11-22 Thread Abhishek Kekane
Public bug reported: If you run image-import api on any image which is in saving state and does not have container-format and/or disk-format set goes into active state. Ideally image which does not have container-format or disk-format set should raise bad request error. Prerequisites: 1. Ensure

[Yahoo-eng-team] [Bug 1733813] [NEW] Running image-import call on queued image having valid container and disk formats returns 500 internal server error

2017-11-22 Thread Abhishek Kekane
Public bug reported: If you run image-import api on any image which is in queued state having valid container-format and disk-format set will return 500 error as it raises IOError: [Errno 2] No such file or directory: '/tmp/staging/567bfb61-d9f7-47e5-aa1a-90b7797e70be'. Also image status changes

[Yahoo-eng-team] [Bug 1733810] [NEW] Running image-import call on queued image without container and disk format returns 500 internal server error

2017-11-22 Thread Abhishek Kekane
Public bug reported: If you run image-import api on any image which is in queued state and doesn't have container-format and disk-format set will return 500 error as it raises ValueError: Properties disk_format, container_format must be set prior to saving data. Ideally it should return HTTP 400

[Yahoo-eng-team] [Bug 1733987] [NEW] name resolution error with DVR+HA routers

2017-11-22 Thread Armando Migliaccio
Public bug reported: Steps to repro: * Deploy with multiple DHCP agents per network (e.g. 3) and multiple L3 agents per router (e.g. 2) * Create a network * Create a subnet * Create a DVR+HA router * Uplink router to external network * Deploy a VM on the network The resolv.conf of the VM looks

[Yahoo-eng-team] [Bug 1729767] Re: Ocata upgrade, midonet port binding fails in mixed ml2 environment

2017-11-22 Thread Sam Morrison
OK I've figured it out, very sorry, not a bug. In newton we had mech_driver set to midonet_ext and in ocata this is now just midonet again so this is why everything was failing. ** Changed in: networking-midonet Status: New => Invalid ** Changed in: neutron Status: New => Invalid

[Yahoo-eng-team] [Bug 1734026] [NEW] [RFE] Add ability to see what devices use a certain security group

2017-11-22 Thread Sam Morrison
Public bug reported: Given a security group ID I would like an API to determine which devices (nova instances) use this security group. Currently the only way to do this is by looking in the database and doing some SQL on the securitygroupportbindings table. ** Affects: neutron Importance:

[Yahoo-eng-team] [Bug 1733747] Re: No way to find out which instances are using a security group

2017-11-22 Thread Sam Morrison
Have submitted an RFE for this at https://bugs.launchpad.net/neutron/+bug/1734026 ** 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.

[Yahoo-eng-team] [Bug 1615498] Re: VMware: unable to launch an instance on a 'portgroup' provider network

2017-11-22 Thread OpenStack Infra
Reviewed: https://review.openstack.org/358425 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=77e51f14a50dafb46176e50ff3788e7918ff29df Submitter: Zuul Branch:master commit 77e51f14a50dafb46176e50ff3788e7918ff29df Author: Gary Kotton Date: Sun Aug

[Yahoo-eng-team] [Bug 1733367] Re: external_net extension not properly documented in api-ref

2017-11-22 Thread OpenStack Infra
Reviewed: https://review.openstack.org/521652 Committed: https://git.openstack.org/cgit/openstack/neutron-lib/commit/?id=1254fca65a1ca6d259232f7e70621a9ba65a93b0 Submitter: Zuul Branch:master commit 1254fca65a1ca6d259232f7e70621a9ba65a93b0 Author: Boden R Date: Mon

[Yahoo-eng-team] [Bug 1734012] [NEW] Handle exception in get_instance_sorted when scattering gather results from all cells.

2017-11-22 Thread Yikun Jiang
Public bug reported: Description === Currently, when we get servers list in multi cell, we scatter gather results from cells, but if we get back exception or timeout from cell, we will get 500 error finally. We should handle raise or timeout after getting back all results. Maybe we

[Yahoo-eng-team] [Bug 1734025] [NEW] clearup running deleted instance with reap failed with none token context

2017-11-22 Thread Li Xipeng
Public bug reported: Description When zombied instances appear(You can also see bug https://bugs.launchpad.net/nova/+bug/911366), set running_deleted_instance_poll_interval = 60 and running_deleted_instance_action = reap, then nova-compute service will clear those zombied instances, but if

[Yahoo-eng-team] [Bug 1728479] Re: some security-group rules will be covered.

2017-11-22 Thread Zachary Ma
** Changed in: neutron Status: In Progress => 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/1728479 Title: some security-group rules will be covered. Status in

[Yahoo-eng-team] [Bug 1733836] [NEW] Support LDAP server discovery via DNS SRV records

2017-11-22 Thread Colleen Murphy
Public bug reported: When an organization has more than one LDAP server and a potentially large number of clients connecting to them, they may support automatic discovery of those servers by creating DNS SRV records for them. The overview of how this works is described here:

[Yahoo-eng-team] [Bug 1733852] [NEW] Incorrect ARP entries in new DVR routers for Octavia VRRP addresses

2017-11-22 Thread Daniel Russell
Public bug reported: Hi, I am running Ocata Neutron with OVS DVR, l2_population is on, and Ocata Octavia is also installed. Under a certain circumstance, I am getting incorrect ARP entries in the routers for the VRRP address of the loadbalancers created. Here is the ARP table for a router that

[Yahoo-eng-team] [Bug 1730933] Re: Quobyte mount validation needs update

2017-11-22 Thread Silvan Kaiser
Added the Nova project as this issue hits the Quobyte Nova drivers mount point validation, too. ** Also affects: nova Importance: Undecided Status: New ** Changed in: nova Assignee: (unassigned) => Silvan Kaiser (2-silvan) -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1733861] [NEW] VIFs not always detached from ironic nodes during termination

2017-11-22 Thread Mark Goddard
Public bug reported: Description === Sometimes when a baremetal instance is terminated, some VIFs are not detached from the node. This can lead to the node becoming unusable, with subsequent attempts to provision it fail during VIF attachment due to there being insufficient free ironic

[Yahoo-eng-team] [Bug 1618878] Re: Disabling IPv6 on an interface fails if IPv6 is completely disabled in the kernel

2017-11-22 Thread OpenStack Infra
Reviewed: https://review.openstack.org/363634 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=bfe947b26266e13251b7ba972d8b57e67e9ebb02 Submitter: Zuul Branch:master commit bfe947b26266e13251b7ba972d8b57e67e9ebb02 Author: Adrien Cunin Date:

[Yahoo-eng-team] [Bug 1731948] Re: Wrong OVO classes registered in some cases

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

[Yahoo-eng-team] [Bug 1711184] Re: scheduler selects the same ironic node several times

2017-11-22 Thread OpenStack Infra
Reviewed: https://review.openstack.org/494136 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=3759f105a7c4c3029a81a5431434190ef1bbb020 Submitter: Zuul Branch:master commit 3759f105a7c4c3029a81a5431434190ef1bbb020 Author: Pavlo Shchelokovskyy

[Yahoo-eng-team] [Bug 1733886] [NEW] 'force' parameter broken in os-quota-sets microversion >= 2.36

2017-11-22 Thread Matt Riedemann
Public bug reported: The 2.36 microversion broke the 'force' parameter in the os-quota-sets API: https://developer.openstack.org/api-ref/compute/#update-quotas It's because for 2.36 the schema redefined the properties but didn't copy the force parameter:

[Yahoo-eng-team] [Bug 1733747] Re: No way to find out which instances are using a security group

2017-11-22 Thread Jakub Libosvar
Yes, you can find which port is the instance using and the query the port, it will show you security groups. The port belonging to instance has device_id equal to instance id. ** Changed in: neutron Status: New => Opinion -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1733917] [NEW] novaclient list servers by update attribute throws TypeError instead of CommandError

2017-11-22 Thread Theodoros Tsioutsias
Public bug reported: Description === nova list command fails with TypeError instead of CommandError when an existing but not valid attribute of the object is given as field. $ /usr/bin/nova list --all --status ERROR --fields update ERROR (TypeError): object.__new__(thread.lock) is not

[Yahoo-eng-team] [Bug 1733886] Re: 'force' parameter broken in os-quota-sets microversion >= 2.36

2017-11-22 Thread Matt Riedemann
** Also affects: nova/pike Importance: Undecided Status: New ** Also affects: nova/newton Importance: Undecided Status: New ** Also affects: nova/ocata Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1733905] Re: SQL integer type is to small to store BGP LOCAL_PREF value

2017-11-22 Thread Thomas Morin
good catch doude! adding neutron, since the field definition is in neutron-lib ** Also affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1733933] [NEW] nova-conductor is masking error when rescheduling

2017-11-22 Thread Dr. Jens Harbott
Public bug reported: Sometimes when build_instance fails on n-cpu, the error that n-cond receives is mangles like this: Nov 22 17:39:04 jh-devstack-03 nova-conductor[26556]: ERROR nova.scheduler.utils [None req-fd8acb29-8a2c-4603-8786-54f2580d0ea9 tempest-FloatingIpSameNetwork-1597192363

[Yahoo-eng-team] [Bug 1733747] Re: No way to find out which instances are using a security group

2017-11-22 Thread Sam Morrison
Sorry what you are explaining is the reverse of what I want and doesn't help, I have a security group ID and I want to know what instances have that security group applied. We have thousands of instances and querying each one to see if they have the security group applied is very inefficient and

[Yahoo-eng-team] [Bug 1733964] [NEW] Rolling Upgrades in glance typo error

2017-11-22 Thread Gaël THEROND
Public bug reported: - [x] This doc is inaccurate in this way: At the end of the documentation regarding the glance rolling update, the command should be: « glance-manage db contract » but the minus is missing. That could lead to improper use of the glance command itself and an incomplete

[Yahoo-eng-team] [Bug 1733905] Re: SQL integer type is to small to store BGP LOCAL_PREF value

2017-11-22 Thread Thomas Morin
Disregard my previous comment, this is only à DB issue. ** Changed in: bgpvpn Status: New => Confirmed ** No longer affects: neutron -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.