[Yahoo-eng-team] [Bug 1279000] Re: db migrate script to set charset=utf8 for all tables

2014-02-19 Thread Mark Washenberger
Due to the potentially high cost:benefit ratio of such migrations for certain deployments, I think it would be great to simply remove this check from oslo-db, or otherwise make it optional. But I'd love a gut-check on this opinion :-) ** Also affects: oslo Importance: Undecided Status:

[Yahoo-eng-team] [Bug 1282423] [NEW] rebuild vm fail when using lvm type image

2014-02-19 Thread lirenke
Public bug reported: I launch a vm with lvm-type image successfully, whose flavor includes "OS-FLV-EXT-DATA:ephemeral" flag, the size is 1G. So, I can see two logical volumes have beed created by "lvs" command. Then I call “nova rebuild $SERVERID $IMAGEID”, try to rebuild it with the same image.

[Yahoo-eng-team] [Bug 1282421] [NEW] DetachedInstanceError: Instance

2014-02-19 Thread Armando Migliaccio
Public bug reported: Stacktrace: http://paste.openstack.org/show/67520/ Occurred in this run: http://logs.openstack.org/57/69757/12/check/check-tempest-dsvm-neutron- pg-isolated/e560860/logs/screen-q-svc.txt.gz? ** Affects: neutron Importance: Undecided Assignee: Armando Migliaccio (

[Yahoo-eng-team] [Bug 1282400] [NEW] The race condition caused by image created_at break DB driver test_image_paginate case

2014-02-19 Thread Zhi Yan Liu
Public bug reported: FAIL: glance.tests.functional.db.test_registry.TestRegistryDriver.test_image_paginate tags: worker-0 -- Traceback (most recent call last): File "glance/tests/functional/db/base.py", line 711, in test_image_

[Yahoo-eng-team] [Bug 1282401] [NEW] API UT: should not use expected_errors=False when expecting success HTTP response

2014-02-19 Thread Akihiro Motoki
Public bug reported: In neutron/tests/unit/test_api_v2_resource.py, there are tests which expects HTTP success response but expect_errors=True is specified. There are no direct negative impact now, but it is better to specify expect_errors=False (default value) to avoid a confusion for test auth

[Yahoo-eng-team] [Bug 1282394] [NEW] Exceptions due to bad user requests should not be logged as TRACE

2014-02-19 Thread Akihiro Motoki
Public bug reported: When a user requests non-existing resource or a bad parameter, neutron API module logs it as TRACE level (log.exception). It is so annoying for debugging or log monitoring. These kinds of events are usual behaviors and are not errors of neutron-server. They should be logged

[Yahoo-eng-team] [Bug 1282393] [NEW] inconsistent documentation of how to run unit tests

2014-02-19 Thread Mike Spreitzer
Public bug reported: http://docs.openstack.org/developer/nova/devref/unit_tests.html#running- the-tests says to use run_tests.sh; https://github.com/openstack/nova/blob/master/HACKING.rst says to use tox. ** Affects: nova Importance: Undecided Status: New ** Tags: documentation te

[Yahoo-eng-team] [Bug 1282391] [NEW] Delete domain fails if the domain has domain grants

2014-02-19 Thread Haneef Ali
Public bug reported: UserDomainGrant and GroupDomainGrant has foriegn key relation with domains. So we can't delete a domain unless we remove the grants. On deletedomain we need to -- Delete users -- Delete groups -- Delete projects which should take care of removal of foreign key rel

[Yahoo-eng-team] [Bug 1282382] [NEW] Unit test sometimes failes in test_edge_router.

2014-02-19 Thread fumihiko kakuma
Public bug reported: I got the following 2 test errors from jenkins. 2014-02-19 01:29:38,595ERROR [neutron.api.v2.resource] create failed Traceback (most recent call last): File "neutron/api/v2/resource.py", line 84, in resource result = method(request=request, **args) File "neutron/

[Yahoo-eng-team] [Bug 1282374] [NEW] neutron tests require pysqlite

2014-02-19 Thread YAMAMOTO Takashi
Public bug reported: neutron's test-requirements.txt lacks pysqlite. ** Affects: neutron Importance: Undecided Assignee: YAMAMOTO Takashi (yamamoto) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscri

[Yahoo-eng-team] [Bug 1282366] [NEW] NVP FWaaS occurs error when create a firewall with no policy

2014-02-19 Thread berlin
Public bug reported: VCNS related error should VcnsBadRequest other than BadRequest. When creating a firewall without policy, it would report the following error: Traceback (most recent call last): File "neutron/api/v2/resource.py", line 84, in resource result = method(request=request, **arg

[Yahoo-eng-team] [Bug 1282361] [NEW] details for instance in error state on Admin Instances table redirects

2014-02-19 Thread Cindy Lu
Public bug reported: On the Admin > Instances table, if you click on the name of an instance in error state to go to Detail view, it'll redirect you to the Project Instances table and give the red error message. The admin instances point to project_views.DetailView, and the error exception redire

[Yahoo-eng-team] [Bug 1282355] [NEW] ldap/core deleteTree not always supported

2014-02-19 Thread Richard Megginson
Public bug reported: Not every LDAP server supports CONTROL_TREEDELETE (OID 1.2.840.113556.1.4.805) e.g. openldap, 389 The LDAP server will respond with ldap.NOT_ALLOWED_ON_NONLEAF in that case, and the client will have to fallback on a recursive delete (note this is what openldap ldapdelete -r d

[Yahoo-eng-team] [Bug 1282354] [NEW] NSX: nicira_models should import model_base directly

2014-02-19 Thread Aaron Rosen
Public bug reported: NSX: nicira_models should import model_base directly ** Affects: neutron Importance: Low Assignee: Aaron Rosen (arosen) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to n

[Yahoo-eng-team] [Bug 1282352] [NEW] Neutron Tempest XML tests fail for Cisco N1KV plugin

2014-02-19 Thread Sourabh Patwardhan
Public bug reported: While running Neutron Tempest tests for Cisco N1KV plugin, XML tests fail with the following trace: FAIL: tempest.api.network.test_networks.BulkNetworkOpsTestXML.test_bulk_create_delete_network[gate,smoke] tags: worker-0 --

[Yahoo-eng-team] [Bug 1270725] Re: Quota Deadlock when creating >200 servers at once under Psql

2014-02-19 Thread wingwj
Link to oslo patch ** Also affects: oslo Importance: Undecided Status: New ** Changed in: oslo Assignee: (unassigned) => wingwj (wingwj) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). htt

[Yahoo-eng-team] [Bug 1282306] [NEW] _ldap_livetest test_user_enable_attribute_mask uses invalid config key user_enable_emulation

2014-02-19 Thread Richard Megginson
Public bug reported: When running nosetests keystone/tests/_ldap_livetest.py, test_user_enable_attribute_mask throws an exception. The test is using ldap config key user_enable_emulation instead of user_enabled_emulation ** Affects: keystone Importance: Undecided Status: New -- Y

[Yahoo-eng-team] [Bug 1282303] [NEW] all plugins should call __init__ in db_base_plugin for db.configure

2014-02-19 Thread Aaron Rosen
Public bug reported: Currently each plugin calls db.configure() within the plugin's __init__ class or defines an initialize() method that's sole job is to call this method. Instead we should just call the super method of the db_base_plugin so that it calls this for us automatically. Note: the onl

[Yahoo-eng-team] [Bug 1251501] Re: VMware: error when booting sparse images

2014-02-19 Thread Tracy Jones
back to invalid - customer facing issue was https://bugs.launchpad.net/nova/+bug/1247296 ** 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://bug

[Yahoo-eng-team] [Bug 1251501] Re: VMware: error when booting sparse images

2014-02-19 Thread Tracy Jones
we need to investigate this on havana - it looks like it is happening at wells fargo ** Changed in: nova Status: Won't Fix => Confirmed ** Changed in: nova Importance: Low => High -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subsc

[Yahoo-eng-team] [Bug 1266962] Re: Remove set_time_override in timeutils

2014-02-19 Thread Valeriy Ponomaryov
** Changed in: manila Status: In Progress => Fix Released ** Changed in: manila Milestone: None => icehouse-3 -- 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/126

[Yahoo-eng-team] [Bug 1282265] [NEW] Create Backup under Database Detail doesn't populate Database Instance

2014-02-19 Thread Mat Lowery
Public bug reported: To reproduce: 1. Create two database instances. 2. Click one of them to go to the Database Details view. 3. Click the Backups tab. 4. Click the Create Backup button. Note the Database Instance field. Repeat steps 2-4 for the other database instance. Depending on the sorting

[Yahoo-eng-team] [Bug 1282266] [NEW] enabled attribute missing from GET /v3/endpoints

2014-02-19 Thread Dolph Mathews
Public bug reported: response from current master: RESP BODY: {"endpoints": [{"links": {"self": "http://localhost:5000/v3/endpoints/7237fc3ba1ec460595e8de463a5c7132"}, "url": "http://localhost:35357/v3";, "region": "regionOne", "interface": "admin", "service_id": "0c8a9efdeada49d689c4d3ef29ecb3d7

[Yahoo-eng-team] [Bug 1282247] Re: InvalidRequestError during binding network to a dhcp

2014-02-19 Thread Eugene Nikanorov
** Project changed: python-neutronclient => neutron -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1282247 Title: InvalidRequestError during binding network to a dhcp Status in OpenStac

[Yahoo-eng-team] [Bug 1282253] [NEW] Add unit tests for dhcp scheduler module

2014-02-19 Thread Eugene Nikanorov
Public bug reported: need to add UTs for dhcp agent scheduler module ** Affects: neutron Importance: Low Assignee: Eugene Nikanorov (enikanorov) Status: New ** Tags: ut ** Tags added: ut ** Project changed: python-neutronclient => neutron -- You received this bug notifica

[Yahoo-eng-team] [Bug 1282250] [NEW] Unit tests fail with ConfigNotFound: Could not find config at $state_path/etc/nova/api-paste.ini

2014-02-19 Thread Scott Devoid
Public bug reported: Steps to replicate: - Ubuntu 10.04 running devstack - cd to /opt/stack/nova - Check out nova at master (7093b847f624300dcc9452063187c1da735e0c85) - tox -e py27 Many tests fail with this error message. For example: =

[Yahoo-eng-team] [Bug 1282247] [NEW] InvalidRequestError during binding network to a dhcp

2014-02-19 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: Seen on the gate: InvalidRequestError: This Session's transaction has been rolled back due to a previous exception during flush. To begin a new transaction with this Session, first issue Session.rollback(). Original exception was: (IntegrityError) dupli

[Yahoo-eng-team] [Bug 1282253] [NEW] Add unit tests for dhcp scheduler module

2014-02-19 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: need to add UTs for dhcp agent scheduler module ** Affects: neutron Importance: Low Assignee: Eugene Nikanorov (enikanorov) Status: New ** Tags: ut -- Add unit tests for dhcp scheduler module https://bugs.launchpad.net/bugs/1282253 Y

[Yahoo-eng-team] [Bug 1281819] Re: "Database Schema Migrations" section under "Developing with Keystone" has wrong "keystone-manage" command

2014-02-19 Thread Priti Desai
** Project changed: openstack-manuals => keystone -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1281819 Title: "Database Schema Migrations" section under "Developing with Keystone" h

[Yahoo-eng-team] [Bug 1281819] [NEW] "Database Schema Migrations" section under "Developing with Keystone" has wrong "keystone-manage" command

2014-02-19 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: keystone-manage --extension db_sync It fails with error message: $ keystone-manage --extension example db_sync usage: keystone-manage [db_sync|db_version|pki_setup|ssl_setup|token_flush] keystone-manage: error: argument command: invalid choice: 'exampl

[Yahoo-eng-team] [Bug 1282238] [NEW] Normal View of network topology is not respecting the boundaries

2014-02-19 Thread Gustavo Knüppe
Public bug reported: In a not simple network topology, when selecting "normal" view, the network topology picture is not respecting the boundaries. See attached screenshot. ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification because you are

[Yahoo-eng-team] [Bug 1282232] [NEW] The error message when adding an invalid Router is not formatted

2014-02-19 Thread Rodrigo Antunes
Public bug reported: I added a invalid Router (external network without subnet) The problem is on the displayed message: Error: Failed to set gateway 400-{u'NeutronError': {u'message: u'BadUpdate Router request: No subnets defined on network 47..', u'type:u'BadRequest'u'dwtail:u"}} ** Affe

[Yahoo-eng-team] [Bug 1282229] [NEW] Race Conditions in SQLAlchemy Select, Update, Flush Transactions

2014-02-19 Thread Morgan Fainberg
Public bug reported: In cases where Keystone does a SQL query, update a field (or set of fields) on the model object, flush/update/commit the transaction, there is potentially a race condition. Since an explicit .with_lockmode('update') is not called, it is possible for a second (think apache WSGI

[Yahoo-eng-team] [Bug 1251501] Re: VMware: error when booting sparse images

2014-02-19 Thread Tracy Jones
marking won't fix as the issue is not in master and the branch where it does happen is not used any more ** Changed in: nova Assignee: Tracy Jones (tjones-i) => (unassigned) ** Changed in: nova Status: Incomplete => Won't Fix -- You received this bug notification because you are a m

[Yahoo-eng-team] [Bug 1282206] [NEW] Uncaught GreenletExit in ProcessLauncher if wait called after greenlet kill

2014-02-19 Thread Carl Baldwin
Public bug reported: I'm running wait in ProcessLauncher in a green thread. I attempted to kill the green thread and then call wait so that the process launcher object can reap its child processes cleanly. This resulted in a trace resulting from a GreenletExit exception being thrown. The eventl

[Yahoo-eng-team] [Bug 1282196] [NEW] description field can be extended over other fields

2014-02-19 Thread Dafna Ron
Public bug reported: we can extend the description box to extend over other fields (see screen shot) ** Affects: horizon Importance: Undecided Status: New ** Attachment added: "screen shot" https://bugs.launchpad.net/bugs/1282196/+attachment/3987117/+files/description.png --

[Yahoo-eng-team] [Bug 1282190] [NEW] Performance degrades in a baseload on 4900 odd vm's in Horizon UI

2014-02-19 Thread Guilherme Teixeira
Public bug reported: In the scale setup which was flexed up to 4900 vm's .It was seen that the Load Pages performance is degraded . The time taken for Volumes pages - ( Without even having volumes presented to attach./detach volume ) ~ 58.8 secs Vcentre Ip settings /Edit Page ~ 30 secs Th

[Yahoo-eng-team] [Bug 1278149] Re: VMware: InstanceNotRescuable hit during rescue tempest tests

2014-02-19 Thread Shawn Hartsock
** Also affects: openstack-vmwareapi-team 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). https://bugs.launchpad.net/bugs/1278149 Title: VMware: InstanceNotRe

[Yahoo-eng-team] [Bug 1282185] [NEW] Unable to edit metadata with key that contains forward slash (/)

2014-02-19 Thread Justin Pomeroy
Public bug reported: When creating a new image I can add a metadata key that contains a forward slash, such as "some/key=value". However, if I then try to update the value for that key I get a 400 error. curl -i -X PATCH -H "X-Auth-Token: " -H "Content-Type: application/openstack-images-v2.1-json

[Yahoo-eng-team] [Bug 1282179] [NEW] Performance degradation on Horizon UI

2014-02-19 Thread Guilherme Teixeira
Public bug reported: PFA the graph of average page load response time of Horizon UI components over 24-odd hours. As you can see from the graph the Avg. response time is gradually rising by upto 150%. We use HP Load Runner scripts to stress the UI. ** Affects: horizon Importance: Undecided

[Yahoo-eng-team] [Bug 1282172] [NEW] "Create Volume Snapshot" window shows "Number of Volumes"

2014-02-19 Thread Guilherme Teixeira
Public bug reported: When creating a new volume snapshot the window shows the quota of number of volumes and what should be shown is the quota of snapshots. Basically, the code was pasted from "Create Volume" and nothing has been changed to respect the equivalent quotas. ** Affects: horizon

[Yahoo-eng-team] [Bug 1282141] [NEW] l2-population : update_port --admin_state_up False doesn't remove flooding entries

2014-02-19 Thread Mathieu Rohon
Public bug reported: I run in multi node setup with ML2, L2-population and Linuxbridge MD, ad vxlan TD. I creat 2 VM on different node. When a port gets down on a node with : neutron update_port --admin_state_up False Unicast fdb entries are correctly removed but from the node that still host

[Yahoo-eng-team] [Bug 1281888] Re: endpoint-list should be filtered by region

2014-02-19 Thread Dolph Mathews
The v3 keystoneclient lib already supports this with something like: c.endpoints.list(region='north') Will emit a request like: GET /v3/endpoints?region=north And the service should return a filtered collection accordingly. The CLI command "keystone endpoint-list" only uses v2, though. Ins

[Yahoo-eng-team] [Bug 1280033] Re: Remove dependent module py3kcompat

2014-02-19 Thread ChangBo Guo(gcb)
** Also affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1280033 Title: Remove dependent module py3kcompat Status in Orchestratio

[Yahoo-eng-team] [Bug 1280709] Re: intermittent resize2fs failures: kernel BUG at fs/ext4/resize.c:409!

2014-02-19 Thread Dan Prince
** No longer affects: nova -- 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/1280709 Title: intermittent resize2fs failures: kernel BUG at fs/ext4/resize.c:409! Status in

[Yahoo-eng-team] [Bug 1281989] [NEW] disk_bus may be ignored when booting from volume

2014-02-19 Thread Xavier Queralt
Public bug reported: There are several ways of selecting the disk_bus for a BDM. One of them is using the hw_disk_bus image property which, if present, is inherited by volumes created from an image. When booting from a volume that has this property defined, even though we might think it will be c

[Yahoo-eng-team] [Bug 1281973] [NEW] Compute manager ignores image_meta from api when booting an instance

2014-02-19 Thread Xavier Queralt
Public bug reported: When booting an instance, in the API layer, we get the image to be used for this instance or, if the instance is booted from a volume, the image metadata attached to the volume (if present). This allows us to know a bit more of the volume through the inherited properties of th

[Yahoo-eng-team] [Bug 1280941] Re: metadata agent throwing AttributeError: 'HTTPClient' object has no attribute 'auth_tenant_id' with latest release

2014-02-19 Thread Thierry Carrez
** Also affects: neutron/havana Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1280941 Title: metadata agent throwing AttributeError: 'HTTPCli

[Yahoo-eng-team] [Bug 1281777] Re: ml2/ovs: veth_mtu has no effect

2014-02-19 Thread Emilien Macchi
** 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/1281777 Title: ml2/ovs: veth_mtu has no effect Status in OpenStack Neutron (virtual n

[Yahoo-eng-team] [Bug 1277104] Re: wrong order of assertEquals args

2014-02-19 Thread Yuiko Takada
** Also affects: python-ironicclient Importance: Undecided Status: New ** Changed in: python-ironicclient Assignee: (unassigned) => Yuiko Takada (takada-yuiko) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keyston