[Yahoo-eng-team] [Bug 1525163] [NEW] add-router-interface can not recover when failing create_port_post_commit

2015-12-11 Thread Yushiro FURUKAWA
Public bug reported: When the following situation, a port created that no one can delete it: 1. Configure ML2 plugin. 2. Execute router-interface-add with subnet_id and failed in create_port_post_commit After that, undeletable port is created. Even if the admin tries to delete the

[Yahoo-eng-team] [Bug 1525137] Re: doc wrong about BAK extensions of injection

2015-12-11 Thread jichenjc
commit 4474dce9e6b847a7691fc3f01d0c594061570d73 of nova master is same ** Also affects: nova Importance: Undecided Status: New ** Changed in: nova Assignee: (unassigned) => jichenjc (jichenjc) -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1525196] [NEW] change default policy for password and resetstate

2015-12-11 Thread jichenjc
Public bug reported: all cases from devstack, git head commit 4474dce9e6b847a7691fc3f01d0c594061570d73 I created an instance with admin tenant then use set-password with demo user, it make the instance ERROR this kind of operations should not disabled by default jichen@devstack1:~$ export

[Yahoo-eng-team] [Bug 1461406] Re: libvirt: missing iotune parse for LibvirtConfigGuestDisk

2015-12-11 Thread OpenStack Infra
** Changed in: nova Status: Expired => In Progress ** Changed in: nova Assignee: (unassigned) => ChangBo Guo(gcb) (glongwave) -- 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 1525002] Re: The ironic driver needs to scale back how many errors it traces out

2015-12-11 Thread Dmitry Tantsur
Actually it's even more interesting: traceback comes from ironic as part of message instead of details. Investigating on... ** Also affects: ironic Importance: Undecided Status: New ** Changed in: ironic Status: New => Confirmed ** Changed in: ironic Importance: Undecided =>

[Yahoo-eng-team] [Bug 1368661] Re: Unit tests sometimes fail because of stale pyc files

2015-12-11 Thread Julien Danjou
** Changed in: oslo.cache Status: In Progress => Invalid ** Changed in: oslo.concurrency Status: In Progress => Invalid ** Changed in: oslo.log Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1525259] [NEW] Add request_ids attribute to v2 schemas

2015-12-11 Thread Abhishek Kekane
Public bug reported: We are adding support for returning ‘x-openstack-request-id’ to the caller as per the design proposed in cross-project specs: http://specs.openstack.org/openstack/openstack-specs/specs/return-request-id.html Problem Description: Cannot add a new property of list type to

[Yahoo-eng-team] [Bug 1456439] Re: Disable Disassociate Floating IP to an instance in error state

2015-12-11 Thread Timur Sufiev
*** This bug is a duplicate of bug 1441088 *** https://bugs.launchpad.net/bugs/1441088 ** This bug has been marked a duplicate of bug 1441088 hide disassociate floating ip when no floating ip attached -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1525250] [NEW] Failure when federated user name contains non ascii characters

2015-12-11 Thread Jon Kåre Hellan
Public bug reported: When logging in with openid-connect, I get '{"error": {"message": "An unexpected error prevented the server from fulfilling your request: 'ascii' codec can't decode byte 0xc3 in position 5: ordinal not in range(128) (Disable debug mode to suppress these details.)", "code":

[Yahoo-eng-team] [Bug 1525219] [NEW] Trust-scoped user requests failed while using fernet tokens

2015-12-11 Thread Oleksii Chuprykov
Public bug reported: 1. Enable reauthentication in heat: add reauthentication_auth_method = trusts in heat.conf 2. Enable fernet tokens in keystone. 3. Create stack with the following template: heat_template_version: 2013-05-23 parameters: key_name: type: string default: default

[Yahoo-eng-team] [Bug 1509121] Re: [UI] job_binaries Exception Value: too many values to unpack

2015-12-11 Thread Vitaly Gridnev
** Also affects: horizon Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1509121 Title: [UI] job_binaries Exception

[Yahoo-eng-team] [Bug 1525226] [NEW] Write an integration test for joint behavior of inline cell edit & confirmation of entity deletion

2015-12-11 Thread Timur Sufiev
Public bug reported: While fix bug 1481850 keeps entity names shown in Confirm Delete/whatever modal dialog up to date, we should provide a test for this regression. Since it's very hard to write a simple python/js unit test on a border of python and js functionality (see the fix at

[Yahoo-eng-team] [Bug 1525309] [NEW] action_present and action_past attributes have to be deprecated in favor of action_present and action_past methods

2015-12-11 Thread Yves-Gwenael Bourhis
Public bug reported: actions.BatchAction subclasses need to use action_present and action_past methodes and triger a deprecation warning when using attributes If we don't do so, attributes will ever come back and are not translatable. ** Affects: horizon Importance: Undecided

[Yahoo-eng-team] [Bug 1525074] Re: test for submit

2015-12-11 Thread Alexis Lee
** 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/1525074 Title: test for submit Status in OpenStack Compute (nova):

[Yahoo-eng-team] [Bug 1525319] [NEW] Cisco apic router_id field length incorrectly changed for Mitaka

2015-12-11 Thread Henry Gessau
Public bug reported: Bug #1465678 was intended to be included in Liberty but it did not make it into the Liberty release. The neutron patch must be reverted and instead the field size change must be done in the vendor repo for the Mitaka release. ** Affects: networking-cisco Importance:

[Yahoo-eng-team] [Bug 1524476] Re: Compute API in Compute API Guide

2015-12-11 Thread OpenStack Infra
Reviewed: https://review.openstack.org/255729 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=a54834df23e26f2255578dffb16fdac023fd495e Submitter: Jenkins Branch:master commit a54834df23e26f2255578dffb16fdac023fd495e Author: Andreas Jaeger Date: Thu Dec

[Yahoo-eng-team] [Bug 1525282] [NEW] wrap_exception decorator does not grab arguments properly for decorated methods

2015-12-11 Thread Andrew Laski
Public bug reported: The wrap_exception decorator, which pulls the wrapped method arguments and sends a notification if there is an exception raised from the method, is not pulling the full list of arguments. This is because of a combination of relying on safe_utils.getcallargs which doesn't

[Yahoo-eng-team] [Bug 1525279] [NEW] Request Liberty release for networking-bgpvpn

2015-12-11 Thread Mathieu Rohon
Public bug reported: The networking-bgpvpn project is now ready to have its first release. We'd like to create a dedicated branch to backport needed patches in the future. Release Info : Current branch : master Commit-Id : 157f73d3f248f1e1008e1e7f908dd616762325bc New Tag: 3.0.0 ** Affects:

[Yahoo-eng-team] [Bug 1525295] [NEW] subnet listing is too slow with rbac

2015-12-11 Thread Eugene Nikanorov
Public bug reported: subnet listing of 100 subnets takes about 2 seconds on a powerfull hardware. 60% of the time is consumed by the calculation of 'shared' attribute of the subnet which involves rbac rules. This makes horizon barely usable as number of networks grow. ** Affects: neutron

[Yahoo-eng-team] [Bug 1525275] Re: Loading configuration items from keystoneauth is causing warnings

2015-12-11 Thread Brant Knudson
** Also affects: keystoneauth Importance: Undecided Status: New ** No longer affects: keystone -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1525275

[Yahoo-eng-team] [Bug 1524476] Re: Compute API in Compute API Guide

2015-12-11 Thread Andreas Jaeger
** Changed in: openstack-manuals Status: In Progress => Fix Released -- 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/1524476 Title: Compute API in Compute API

[Yahoo-eng-team] [Bug 1525275] [NEW] Loading configuration items from keystoneauth is causing warnings

2015-12-11 Thread Martin Hickey
Public bug reported: Neutron uses the oslo-config-generator to automatically generate configuration files. Some configuration items are authentication items retrieved from keystone like 'domain-id', 'password' etc. These items are retrieved in

[Yahoo-eng-team] [Bug 1303856] Re: please mark a volume as read-only

2015-12-11 Thread Sean McGinnis
** Changed in: python-cinderclient Status: In Progress => 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://bugs.launchpad.net/bugs/1303856 Title: please mark a volume as

[Yahoo-eng-team] [Bug 1525410] [NEW] Volume Manage QoS Specs table is too small

2015-12-11 Thread Cindy Lu
Public bug reported: The table should stretch across the size of the browser window. ** Affects: horizon Importance: Undecided Status: New ** Attachment added: "Screen Shot 2015-12-11 at 1.27.10 PM.png"

[Yahoo-eng-team] [Bug 1525439] [NEW] Glance V2 API is not backwards compatible and breaks Cinder solidfire driver

2015-12-11 Thread Ed Balduf
Public bug reported: In stable/kilo Glance API V2 change of image-metadata is_public flag to visibility = Public breaks the SolidFire (and maybe other, NetApp?) drivers that depend on is_public flag. Specifically this breaks the ability efficiently handle images by caching images in the

[Yahoo-eng-team] [Bug 1525408] [NEW] form error background color not showing

2015-12-11 Thread Cindy Lu
Public bug reported: How to reproduce: - Open up the Create Instance model - Leave fields blank - Click on create user - See errors show up The error message shows up but the usual red background is gone. Possibly caused by the refactoring of CSS. ** Affects: horizon Importance: Undecided

[Yahoo-eng-team] [Bug 1524164] Re: Decompose OFAgent mechanism driver from neutron tree completely

2015-12-11 Thread OpenStack Infra
Reviewed: https://review.openstack.org/255579 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=ee78b063c7652d52be81fcc8eb41dbf24d459ecc Submitter: Jenkins Branch:master commit ee78b063c7652d52be81fcc8eb41dbf24d459ecc Author: fumihiko kakuma Date:

[Yahoo-eng-team] [Bug 1450658] Re: VolumeBackendAPIException during _shutdown_instance are not handled

2015-12-11 Thread Sean McGinnis
** No longer affects: python-cinderclient -- 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/1450658 Title: VolumeBackendAPIException during _shutdown_instance are not

[Yahoo-eng-team] [Bug 1464259] Re: Volumes tests fails often with rbd backend

2015-12-11 Thread OpenStack Infra
Reviewed: https://review.openstack.org/254428 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=4f2a46987cf705d5dea84e97ef2006342cc5d9c4 Submitter: Jenkins Branch:master commit 4f2a46987cf705d5dea84e97ef2006342cc5d9c4 Author: Matt Riedemann Date: Mon

[Yahoo-eng-team] [Bug 1525423] [NEW] get_networks performance hindered by segment lookups

2015-12-11 Thread Kevin Benton
Public bug reported: During the get_networks method of ML2, we iterate over each network and do a database call to lookup the segments for that network. This scales the number of database calls linearly with the number of retrieved networks. ** Affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 1525424] [NEW] Automatically generate neutron VPNaaS configuration files

2015-12-11 Thread OpenStack Infra
Public bug reported: https://review.openstack.org/253399 Dear bug triager. This bug was created since a commit was marked with DOCIMPACT. commit 5c8941eeed6dabc9c467c8b9b11df79a25dd2c71 Author: Martin Hickey Date: Fri Dec 4 09:10:04 2015 + Automatically

[Yahoo-eng-team] [Bug 1525430] [NEW] neutron-lbaas tempest v2 api tests not passing config to serviceclient

2015-12-11 Thread James Arendt
Public bug reported: Current lbaas tempest v2 api tests do not pass on certain configuration information to the underlyiing ServiceClient used to make a connection, so tests do not work if values like the endpoint_type or region for the network are changed in the tempest.conf. Similarly cannot

[Yahoo-eng-team] [Bug 1504939] Re: Instance failed to spawn with qemu

2015-12-11 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 1334226] Re: Lock wait timeout updating ipavailabilityranges

2015-12-11 Thread Launchpad Bug Tracker
[Expired for neutron because there has been no activity for 60 days.] ** Changed in: neutron Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1334226

[Yahoo-eng-team] [Bug 1525424] Re: Automatically generate neutron VPNaaS configuration files

2015-12-11 Thread Henry Gessau
** Also affects: openstack-manuals Importance: Undecided Status: New ** Changed in: neutron Status: New => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1525472] [NEW] Taking into account the exception with status_code

2015-12-11 Thread javeme
Public bug reported: When an exception occurs in ajax[1], we get status code from only two kinds of exceptions: exception with property 'http_status' or 'code'. To make it easier to distinguish between different error, we should take into account the exception with 'status_code', such as

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

2015-12-11 Thread Brian Demers
Public bug reported: networking-cisco has NOT yet been branched for stable/liberty this needs to be done alone with tagging the first release at 2.0.0 Branch and tag at hash: cccaa1d12b81e17756dbef216048d76d008df54d ** Affects: networking-cisco Importance: High Status: New **

[Yahoo-eng-team] [Bug 1489059] Re: "db type could not be determined" running py34

2015-12-11 Thread OpenStack Infra
Reviewed: https://review.openstack.org/252164 Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=768c80765717ce3c4ce224a35389b337c43591ef Submitter: Jenkins Branch:master commit 768c80765717ce3c4ce224a35389b337c43591ef Author: lvdongbing

[Yahoo-eng-team] [Bug 1525132] [NEW] doc error about inject files to new build

2015-12-11 Thread jichenjc
Public bug reported: we tell user 'You cannot inject binary or zip files into a new build' in following https://github.com/openstack/nova/blob/master/api-guide/source/server_concepts.rst http://developer.openstack.org/api-ref-compute-v2.1.html ichen@devstack1:/opt/stack/nova$ nova boot --file

[Yahoo-eng-team] [Bug 1525317] [NEW] IdP doesn't support field based DB filtering

2015-12-11 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: Currently, IdP doesn't support to filter the DB records based on the field, for example, If configure the DB like this, mysql> select * from identity_provider; +--+-+-+ | id | enabled | description |

[Yahoo-eng-team] [Bug 1525317] Re: IdP doesn't support field based DB filtering

2015-12-11 Thread Dave Chen
** Project changed: python-openstackclient => keystone -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1525317 Title: IdP doesn't support field based DB filtering

[Yahoo-eng-team] [Bug 1525209] [NEW] Windows interface polling manager doesn't use ovsdb client monitor

2015-12-11 Thread Sayali Lunkad
Public bug reported: In Linux the OVS agent uses the class InterfacePollingMinimizer that notifies the agent when a new port is plugged or unplugged and passes the related events (port added or deleted). For Windows it uses the class AlwaysPoll that doesn't notify any specific event, it returns

[Yahoo-eng-team] [Bug 1524418] Re: gate-grenade-dsvm-multinode fails with "AttributeError: 'LocalManager' object has no attribute 'l3driver'"

2015-12-11 Thread Davanum Srinivas (DIMS)
This was not a Nova problem ** Changed in: nova Status: Confirmed => 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/1524418 Title:

[Yahoo-eng-team] [Bug 1525375] [NEW] Horizon-liberty in a mixed version env throws 'TypeError at /admin/networks/'

2015-12-11 Thread Doug Hernandez
Public bug reported: I'm implementing Horizon (Liberty) in a mixed environment cloud so we can switch to v3 Identity API. I have the following components: Horizon : Liberty Keystone : Kilo Everything Else: Icehouse I have pretty good results until I click the Admin->System->Networks link,

[Yahoo-eng-team] [Bug 1525387] [NEW] Wrong naming of nova extension

2015-12-11 Thread Sergey Kraynev
Public bug reported: I use Heat for creating VMs, and one part of new Heat code (in stable/liberty and in master) uses nova extensions: https://github.com/openstack/heat/blob/master/heat/engine/resources/openstack/nova/server_network_mixin.py#L188 I wanted to find this extension, but faced

[Yahoo-eng-team] [Bug 1525397] [NEW] Integration tests (both tempest and selenium) don't respect Depends-On: Zuul feature

2015-12-11 Thread Timur Sufiev
Public bug reported: Here are 2 patches https://review.openstack.org/#/c/224759/ for Horizon and its django-openstack-auth dependency https://review.openstack.org/#/c/224756/ Although dependency is explicitly mentioned in Horizon patch, integration tests of all kinds still fail to use

[Yahoo-eng-team] [Bug 1380787] Re: remove XML support

2015-12-11 Thread OpenStack Infra
Reviewed: https://review.openstack.org/144439 Committed: https://git.openstack.org/cgit/openstack/python-neutronclient/commit/?id=54a4aea969fe06422f64005652ce23ac7b616d98 Submitter: Jenkins Branch:master commit 54a4aea969fe06422f64005652ce23ac7b616d98 Author: Elena Ezhova

[Yahoo-eng-team] [Bug 1525124] [NEW] attach port when VM is down,port status is active

2015-12-11 Thread neutron
Public bug reported: 1 Create a OVS port. 2 Attach this port to a vm,whic is shutdown. 3 Use nova interface-list ,we found the status of this port is 'ACTIVE' if fact this should be 'DOWN' ** Affects: neutron Importance: Undecided Status: New -- You received this bug

[Yahoo-eng-team] [Bug 1458541] Re: Decomposite DVR router compute node and network node functionallity to two classes

2015-12-11 Thread Armando Migliaccio
I'd be ok not to track a sequence of minor refactoring without a bug report ** Changed in: neutron Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1501597] Re: Adding Brocade Vyatta 5600 support in Neutron-Fwaas

2015-12-11 Thread Armando Migliaccio
FWaaS is being rebooted. ** Changed in: neutron Status: In Progress => 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/1501597 Title: Adding Brocade Vyatta 5600 support

[Yahoo-eng-team] [Bug 1515069] Re: VXLAN is too slow due because gro does't work

2015-12-11 Thread Armando Migliaccio
Needs a new owner. ** Tags added: needs-attention ** Changed in: neutron Status: In Progress => Invalid ** Changed in: neutron Status: Invalid => Incomplete ** Changed in: neutron Assignee: okamototk (toraneko) => (unassigned) -- You received this bug notification because