[Yahoo-eng-team] [Bug 1301165] [NEW] lbaas delete and re-add same vip will make the vip can't work

2014-04-01 Thread Liping Mao
Public bug reported: Environment: Openstack Version : Havana OS : CentOS6.3 Reproduce Steps: 1. In loadbalance pool, add vip :100.100.100.100. This vip is on a provider network and will use external Physical Router. 2. Access 100.100.100.100, make sure it can work. 3. Delete vip. 4. Add vip 100

[Yahoo-eng-team] [Bug 1301149] [NEW] incorrect user specified on keypairs import page

2014-04-01 Thread Marcus Furlong
Public bug reported: The instructions specify ec2_user instead of ec2-user. It would be good that this is correct for users who copy and paste and do not get the correct results. ** Affects: horizon Importance: Undecided Assignee: Marcus Furlong (furlongm) Status: New ** Chang

[Yahoo-eng-team] [Bug 1301144] [NEW] ofagent incorrectly uses OF1.0 VLAN semantics

2014-04-01 Thread YAMAMOTO Takashi
Public bug reported: while ofagent uses OF1.3, it incorrectly uses OF1.0 terms in some places. namely, _local_vlan_for_flat uses 0x to mean "no VLAN". it should use OFPVID_NONE and pop_vlan/push_vlan appropriately. the same problem exists for reclaim_local_vlan. ** Affects: neutron Imp

[Yahoo-eng-team] [Bug 1301142] [NEW] ofagent _phys_br_block_untranslated_traffic installs a flow into a wrong bridge

2014-04-01 Thread YAMAMOTO Takashi
Public bug reported: _phys_br_block_untranslated_traffic should install the former flows to int_br. this bug seems to be introduced when translating code from ovs_lib to ryu. ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because you ar

[Yahoo-eng-team] [Bug 1301141] [NEW] Invalid Import in pki.py

2014-04-01 Thread Priti Desai
Public bug reported: Token based authentication is not supported with PKI due to bug in: https://github.com/openstack/keystone/blob/stable/havana/keystone/token/providers/pki.py from keystone.token.providers import uuid class Provider(uuid.Provider): Should be: from keystone.token.providers i

[Yahoo-eng-team] [Bug 1301129] [NEW] return error when no matched filters

2014-04-01 Thread wanghong
Public bug reported: We should return an error response if there is no matched filters. Currently we use @controller.filterprotected(*filters) to define the filters we support. However the other filters we just ignore. So, it will return all if there is no matched filters. This will make users ve

[Yahoo-eng-team] [Bug 1301128] [NEW] nova floating-ip-list has blank server id field

2014-04-01 Thread Robert Collins
Public bug reported: See for instance http://paste.ubuntu.com/7192574/ +---+---+-+-+ | Ip| Server Id | Fixed Ip| Pool| +---+---+-+-+ | 138.35.77.109 | | - | ext-net | | 138.35.7

[Yahoo-eng-team] [Bug 1301117] [NEW] floating ip quota error neutron

2014-04-01 Thread Robert Collins
Public bug reported: Found with nodepool on the tripleo CI cloud - when the neutron floating IP quota is exhausted, novaclient add-floating-ip threw a generic 500. ClientException: The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID:

[Yahoo-eng-team] [Bug 1301105] [NEW] Second firewall creation returns 500

2014-04-01 Thread Akihiro Motoki
Public bug reported: Second firewall creation returns 500. It is an expected behavior of firewall reference implementation and an internal server error should not be returned. It is some kind of quota error and 409 looks appropriate. ** Affects: neutron Importance: Low Assignee: Akihir

[Yahoo-eng-team] [Bug 1300274] Re: V3 Authentication Chaining - uniqueness of auth method names

2014-04-01 Thread Grant Murphy
** Also affects: ossa Importance: Undecided Status: New ** Information type changed from Public to Public Security -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1300274 Title:

[Yahoo-eng-team] [Bug 1300982] Re: No headers in REST API auth request results in HTTP 500

2014-04-01 Thread Nathan Kinder
I just attempted to reproduce this on a Havana install, and it seems to report an appropriate response/error: - # curl -v -A "" -H "Host:" -H "Accept:" -H "Content-Type:" -d @/tmp/request.txt "http://10.0.1.7:35357/v2

[Yahoo-eng-team] [Bug 1301101] [NEW] Add functional tests to verify VXLAN support

2014-04-01 Thread Kyle Mestery
Public bug reported: Functional tests to verify that a host can support VXLAN are needed. These can also test the logic in ovs_lib and compare the results of the functional test to the ovs_lib result. ** Affects: neutron Importance: Medium Assignee: Kyle Mestery (mestery) Statu

[Yahoo-eng-team] [Bug 1301090] [NEW] permissions not working for multiple regions

2014-04-01 Thread Liyingjun
Public bug reported: when there are two Regions: 1. Using nova-network, RegionOne 2. Using neutron, RegionTwo shared with keystone and horizon; Here is the problem; Change to RegionOne, the neutron related pages are still there... ** Affects: horizon Importance: Undecided Status: N

[Yahoo-eng-team] [Bug 1301092] [NEW] Fixing API command for Arista Mechanism Driver

2014-04-01 Thread Sukhdev Kapur
Public bug reported: A minor change is made to the Arista API between ML2 Driver and the back-end. This bug addresses this change to align Icehouse release with Arista EOS releases. ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because

[Yahoo-eng-team] [Bug 1301093] [NEW] Fixing API command for Arista Mechanism Driver

2014-04-01 Thread Sukhdev Kapur
Public bug reported: A minor change is made to the Arista API between ML2 Driver and the back-end. This bug addresses this change to align Icehouse release with Arista EOS releases. ** Affects: neutron Importance: Undecided Assignee: Sukhdev Kapur (sukhdev-8) Status: New ** Ch

[Yahoo-eng-team] [Bug 1301087] [NEW] Missing IVS vif tests for new get_firewall_required

2014-04-01 Thread Kevin Benton
Public bug reported: There are no unit tests for the IVS vif type covering the new behavior of get_firewall_required introduced in https://review.openstack.org/#/c/83190/. ** Affects: nova Importance: Undecided Assignee: Kevin Benton (kevinbenton) Status: New ** Changed in: no

[Yahoo-eng-team] [Bug 1301084] Re: Unit test exceptions get lost inside of context managers

2014-04-01 Thread Kevin Benton
*** This bug is a duplicate of bug 1295887 *** https://bugs.launchpad.net/bugs/1295887 ** This bug has been marked a duplicate of bug 1295887 unit test contextmanager: trying to delete resource hides original errors -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1301084] [NEW] Unit test exceptions get lost inside of context managers

2014-04-01 Thread Kevin Benton
Public bug reported: If an assertion fails or another exception is raised inside of a plugin db unit test, the unwinding of the built up resources from the router, subnet, port, network, and floatingip contexts will often raise another exception due to dangling dependencies. This wipes out the rea

[Yahoo-eng-team] [Bug 1301036] Re: openstack.common.db.sqlalchemy.migration utf8 table check issue on initial migration

2014-04-01 Thread Ben Nemec
** Also affects: glance Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1301036 Title: openstack.common.db.sqlalchemy.migration utf8 table che

[Yahoo-eng-team] [Bug 1301036] Re: openstack.common.db.sqlalchemy.migration utf8 table check issue on initial migration

2014-04-01 Thread Morgan Fainberg
** Also affects: heat Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1301036 Title: openstack.common.db.sqlalchemy.migration utf8 table check

[Yahoo-eng-team] [Bug 1301042] [NEW] Routers may never be torn down if router_delete_namespaces is False

2014-04-01 Thread Carl Baldwin
Public bug reported: The code recently added https://review.openstack.org/#/c/30988/ very nicely cleans out stale routers assuming that self.conf.router_delete_namespaces is true. The problem is that automatic namespace deletion is still a bit unstable because of problems with the kernel and the

[Yahoo-eng-team] [Bug 1301036] Re: openstack.common.db.sqlalchemy.migration utf8 table check issue on initial migration

2014-04-01 Thread Devananda van der Veen
Does not affect Ironic at the moment. ironic.cmd.dbsync imports ironic.db.migration, which is lazy-loading ironic.db.sqlalchemy.migration, which is importing alembic.migration directly. We'll need to resync oslo.openstack.common.db.migration to get the fix for this, but presumably we'll do that b

[Yahoo-eng-team] [Bug 1301036] [NEW] openstack.common.db.sqlalchemy.migration utf8 table check issue on initial migration

2014-04-01 Thread Morgan Fainberg
Public bug reported: The code in openstack.common.db.sqlachemy.migration that does the sanity checking on the UTF8 table is a bit overzealous and checks the migration_version (and alembic equivalent) table for utf8 status. This will cause migrations to fail in any case where the db isn't forcing a

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

2014-04-01 Thread Thierry Carrez
See bug 1301036 for the keystone issue ** No longer affects: 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/1279000 Title: db migrate script to set charset=utf8 for all tables

[Yahoo-eng-team] [Bug 1301035] [NEW] Nova notifier thread does not run in rpc_worker sub-processes

2014-04-01 Thread Carl Baldwin
Public bug reported: This reported to me today by Maru. When an rpc worker is spawned as a sub-process, that happens after the nova notifier thread has already started. eventlet.hubs.use_hub() is the call in neutron/openstack/common/service.py that causes all thread execution to stop. >From the

[Yahoo-eng-team] [Bug 1301027] [NEW] Permission denied error in unit tests

2014-04-01 Thread Salvatore Orlando
Public bug reported: Unit tests are intermittently failing because of permission denied errors on /var/lib/neutron It seems tmpdir fixtures are not being used. Logstash query: http://logstash.openstack.org/#eyJzZWFyY2giOiJtZXNzYWdlOlwiUGVybWlzc2lvbiBkZW5pZWQ6ICcvdmFyL2xpYi9uZXV0cm9uJ1wiIiwiZmll

[Yahoo-eng-team] [Bug 1271706] Re: Misleading warning about MySQL TRADITIONAL mode not being set

2014-04-01 Thread Attila Fazekas
** Also affects: ceilometer 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/1271706 Title: Misleading warning about MySQL TRAD

[Yahoo-eng-team] [Bug 1300984] [NEW] creating keypair screen has a bad download link

2014-04-01 Thread Eric Peterson
Public bug reported: Using the access & security screen, then creating a new keypair Users are directed to a success page where the download of the keypair starts automatically. However, there is also a download keypair link which consistently fails. It seems like maybe either we need to on

[Yahoo-eng-team] [Bug 1300982] [NEW] No headers in REST API auth request results in HTTP 500

2014-04-01 Thread Nathan Kinder
Public bug reported: REQ to http://host.example.com:35357/v2.0/tokens: {"auth":{"passwordCredentials":{"username": "admin", "password":"***"}, "tenant":"admin"}} RESP: Status Code: 500 Internal Server Error Connection: keep-alive Content-Length: 266 Content-Type: application/xml

[Yahoo-eng-team] [Bug 1182883] Re: List servers matching a regex fails with Quantum

2014-04-01 Thread Attila Fazekas
** Changed in: neutron Status: Invalid => Confirmed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1182883 Title: List servers matching a regex fails with Quantum Status in OpenS

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

2014-04-01 Thread Thierry Carrez
** Changed in: glance Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1279000 Title: db migrate script to set charset=utf8 for all tables Stat

[Yahoo-eng-team] [Bug 1179009] Re: Use testtools for base test class

2014-04-01 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1179009 Title:

[Yahoo-eng-team] [Bug 1280105] Re: urllib/urllib2 is incompatible for python 3

2014-04-01 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1280105 Title:

[Yahoo-eng-team] [Bug 1300975] [NEW] API set_flavor_extra_spec_with_all_invalid gives response 500 instead of 404

2014-04-01 Thread Lauren Taylor
Public bug reported: POST v2/{tenant_id}/flavors/{flavor_id}/os-extra_specs gives response 500 instead of 404. With Post_Body : {"extra_specs": "ksr"}, the actual result is {"computeFault": {"message": "The server has either erred or is incapable of performing the requested operation.", "code

[Yahoo-eng-team] [Bug 1282514] Re: python 3 only has "__self__", the "im_self" should be replace by "__self_"

2014-04-01 Thread Thierry Carrez
** Changed in: ironic Status: Fix Committed => Fix Released ** Changed in: ironic Milestone: None => icehouse-rc1 -- 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 1283242] Re: test_v1_api tests depend on other tests

2014-04-01 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1283242 Title:

[Yahoo-eng-team] [Bug 1290432] Re: Image API v2 image_list returns 400

2014-04-01 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1290432 Title:

[Yahoo-eng-team] [Bug 1287495] Re: VMware parse_uri method should check for the scheme of the uri provided

2014-04-01 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1287495 Title:

[Yahoo-eng-team] [Bug 1290234] Re: do not use __builtin__ in Python3

2014-04-01 Thread Thierry Carrez
** Changed in: ironic Status: Fix Committed => Fix Released ** Changed in: ironic Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1290234 Title:

[Yahoo-eng-team] [Bug 1287760] Re: Task create should return 'Location' header

2014-04-01 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1287760 Title:

[Yahoo-eng-team] [Bug 1288877] Re: Missing copyright text in oslo-incubator in openstack/common/__init__.py

2014-04-01 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => icehouse-rc1 -- 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 1290969] Re: Change to require listing all known stores in glance-api.conf breaks swift-backed glance on upgrade

2014-04-01 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1290969 Title:

[Yahoo-eng-team] [Bug 1290690] Re: Dashboard limts length to Flavor Extra Spec for filling in the key quota:vif_outbound_average

2014-04-01 Thread Facundo Farias
Right. Done, thanks! ** Changed in: horizon Status: Fix Committed => Invalid -- 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/1290690 Title: Dashboard limts l

[Yahoo-eng-team] [Bug 1296589] Re: Image API v2 image tags broken with E500

2014-04-01 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1296589 Title:

[Yahoo-eng-team] [Bug 1184470] Re: baremetal driver needs a state between "building" and "deploying"

2014-04-01 Thread Thierry Carrez
** Changed in: ironic Status: Fix Committed => Fix Released ** Changed in: ironic Milestone: None => icehouse-rc1 -- 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 1255556] Re: Don't enable all stores by default

2014-04-01 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/126 Title: Don't enable all stores by default Status in OpenStack Im

[Yahoo-eng-team] [Bug 1236714] Re: have to redeploy baremetal instances when changing network interfaces

2014-04-01 Thread Thierry Carrez
** Changed in: ironic Status: Fix Committed => 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/1236714 Title: have to redeploy baremetal instances whe

[Yahoo-eng-team] [Bug 1238604] Re: Run into 500 error during delete image

2014-04-01 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1238604 Title:

[Yahoo-eng-team] [Bug 1246980] Re: glance registry v2 image-list doesn't work due to bad JSON

2014-04-01 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1246980 Title:

[Yahoo-eng-team] [Bug 1279753] Re: The race condition caused by image created_at break registry v2 api test cases

2014-04-01 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1279753 Title: The race condition caused by image created_at break regist

[Yahoo-eng-team] [Bug 1243704] Re: Log image_id with all BadStoreURI error messages

2014-04-01 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1243704 Title: Log image_id with all BadStoreURI error messages Status i

[Yahoo-eng-team] [Bug 1286240] Re: Glance pruner fails if cached image does not exist

2014-04-01 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1286240 Title:

[Yahoo-eng-team] [Bug 1287888] Re: Api v2: show_image_direct_url can cause unwarranted 403s when performing a GET /images/

2014-04-01 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1287888 Title:

[Yahoo-eng-team] [Bug 1286375] Re: Add OVA container format

2014-04-01 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1286375 Title:

[Yahoo-eng-team] [Bug 1287087] Re: Migration 031_remove_duplicated_locations.py fails with DB2

2014-04-01 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1287087 Title:

[Yahoo-eng-team] [Bug 1291396] Re: No exact match of nodes with flavors

2014-04-01 Thread Thierry Carrez
** Changed in: ironic Status: Fix Committed => 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/1291396 Title: No exact match of nodes with flavors St

[Yahoo-eng-team] [Bug 1287951] Re: incorrect response for DELETE /v2/tasks/{task_id}

2014-04-01 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1287951 Title:

[Yahoo-eng-team] [Bug 1288337] Re: Remove task-specific validation from tasks resource

2014-04-01 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1288337 Title:

[Yahoo-eng-team] [Bug 1291991] Re: ipmi cmds run too fast, cause BMC to run out of resources

2014-04-01 Thread Thierry Carrez
** Changed in: ironic Status: Fix Committed => 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/1291991 Title: ipmi cmds run too fast, cause BMC to run

[Yahoo-eng-team] [Bug 1292764] Re: Tempest failure: tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_then_upload

2014-04-01 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1292764 Title:

[Yahoo-eng-team] [Bug 1292170] Re: Fix swift functional test "test_create_store"

2014-04-01 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1292170 Title:

[Yahoo-eng-team] [Bug 1291646] Re: Make the VMware datastore backend more robust

2014-04-01 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1291646 Title:

[Yahoo-eng-team] [Bug 1292782] Re: test_create_backup 500 on image get

2014-04-01 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1292782 Title:

[Yahoo-eng-team] [Bug 1300972] [NEW] os-simple-tenant-usage is returning with the response code 400

2014-04-01 Thread Lauren Taylor
Public bug reported: REST os-simple-tenant-usage is returning with a response code 400 from api.log: 2014-03-20 11:27:58.044 49351 INFO nova.osapi_compute.wsgi.server [req-b653843a-de1c-4267-af33-7f7a9c5fa99d 0 b38c2504810f437883a5b57a8b13fe7f] 9.41.223.193,127.0.0.1 "GET /v2/b38c2504810f4378

[Yahoo-eng-team] [Bug 1300941] Re: user-data on OpenNebula restricted to shell sourceable content

2014-04-01 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.5-0ubuntu1 --- cloud-init (0.7.5-0ubuntu1) trusty; urgency=medium * New upstream release. * support base64 encoded user-data in OpenNebula, required to allow arbitrary content in user-data (LP: #1300941) * pep8 and pyl

[Yahoo-eng-team] [Bug 1291535] Re: 'Unable to retrieve OVS kernel module version' when _not_ using DKMS openvswitch module

2014-04-01 Thread Launchpad Bug Tracker
This bug was fixed in the package neutron - 1:2014.1~rc1-0ubuntu1 --- neutron (1:2014.1~rc1-0ubuntu1) trusty; urgency=medium [ Chuck Short ] * debian/rules: Run testr init before tests. * debian/patches/disable-udev-tests.patch: Refresh. * d/control,neutron-plugin-oneconvergen

[Yahoo-eng-team] [Bug 1300952] [NEW] NSX: ensure that DynamicLoop for sync doesn't raise

2014-04-01 Thread Aaron Rosen
Public bug reported: If the method called within the DynamicLoop raises an exception then the looping stops. This causes _synchronize_state() to stop being called. ** Affects: neutron Importance: High Assignee: Aaron Rosen (arosen) Status: In Progress ** Tags: nsx ** Changed

[Yahoo-eng-team] [Bug 1300941] [NEW] user-data on OpenNebula restricted to shell sourceable content

2014-04-01 Thread Scott Moser
Public bug reported: OpenNebula uses a text file with shell variables for storing the configuration variables (including user provided data). Some user data may not be renderable into this format, so using base64 encoding alleviates the problem. This change considers that, by default, USERDATA var

[Yahoo-eng-team] [Bug 1300941] Re: user-data on OpenNebula restricted to shell sourceable content

2014-04-01 Thread Scott Moser
fix-released in 0.7.5. ** Changed in: cloud-init Status: Fix Committed => Fix Released ** Changed in: cloud-init (Ubuntu) Status: New => In Progress ** Changed in: cloud-init (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a membe

[Yahoo-eng-team] [Bug 1274536] Re: Neutron metadata agent can't handle high loads

2014-04-01 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => icehouse-3 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1274536 Title:

[Yahoo-eng-team] [Bug 1300930] [NEW] Admin Instances filter search doesn't work

2014-04-01 Thread Cindy Lu
Public bug reported: It doesn't seem to work with the dropdown menu select. ** 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:

[Yahoo-eng-team] [Bug 1300089] Re: no default_project_id in ldap

2014-04-01 Thread Dolph Mathews
Good to hear! FWIW, use of default_project_id is a bit of an anti- pattern when compared to explicit role assignments on one or more projects, hence it's ignored by default. ** Changed in: keystone Status: Incomplete => Invalid -- You received this bug notification because you are a membe

[Yahoo-eng-team] [Bug 1300553] Re: when using ldap driver to modify user's default tenantid, , keystone does not check if the tenantId exits in the system.

2014-04-01 Thread Dolph Mathews
Per https://bugs.launchpad.net/keystone/+bug/1300089/comments/8 ** Changed in: keystone Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1300553 Title: when

[Yahoo-eng-team] [Bug 1300868] [NEW] action title can oveflow pulldown menu when action title is long

2014-04-01 Thread Akihiro Motoki
Public bug reported: When an action title of pulldown menu is long, the action title can overflow the pulldown menu. It is found during checking Japanese translation. https://cloud.githubusercontent.com/assets/6553985/2580835/d08465a4-b9b1-11e3-9262-8509ab3589ed.png It would be nice if a width o

[Yahoo-eng-team] [Bug 1300861] [NEW] libvirt error when adding the os_command_line on non ami images

2014-04-01 Thread Vladan Popovic
Public bug reported: qemu fails when booting an instance with the os_command_line on non ami images Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/nova/compute/manager.py", line 1066, in _b

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

2014-04-01 Thread ChangBo Guo(gcb)
** Also affects: oslo.messaging Importance: Undecided Status: New ** Changed in: oslo.messaging 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 Comput

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

2014-04-01 Thread Dolph Mathews
** Also affects: keystone Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1279000 Title: db migrate script to set charset=utf8 for all tables

[Yahoo-eng-team] [Bug 1226171] Re: When using per-domain-identity backend, user_ids could collide

2014-04-01 Thread Dolph Mathews
** Also affects: nova Importance: Undecided Status: New ** Changed in: nova Status: New => In Progress -- 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/1226

[Yahoo-eng-team] [Bug 1300810] [NEW] test_availability_zone_detail v3 API sample test is racey

2014-04-01 Thread Andrew Laski
Public bug reported: The failure occurs when tests are run on a slower machine. Or it can be reproduced by introducing a time.sleep(5) at the start of the nova/tests/integrated/v3/test_availability_zone.py:test_availability_zone_detail method. 11:48:26 raise NoMatch('\n'.join(error)) 11:48:26 No

[Yahoo-eng-team] [Bug 1300808] [NEW] Invalid version number '['3.13.0']' with Ubuntu trusty

2014-04-01 Thread Simon Pasquier
Public bug reported: Running latest devstack on Trusty Ubuntu, the Neutron agent fails to start with the following backtrace: 2014-04-01 13:49:54.227 DEBUG neutron.agent.linux.utils [req-9f04e437-c667-40c2-8be4-aef96f4810de None None] Running command: ['uname', '-r'] from (pid=14900) create_pro

[Yahoo-eng-team] [Bug 1300800] [NEW] Nova boot fails if sbin not in path

2014-04-01 Thread David McNally
Public bug reported: In a fresh install of devstack I see an error in the nova-compute log when I try to start an instance. I tracked this down to coming from nova/linux_net.py where sysctl is called in _enable_ipv4_forwarding(). If I add /sbin to my path the error goes away. However some distros

[Yahoo-eng-team] [Bug 1285289] Re: get_ functions in N1kv plugin

2014-04-01 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => 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/1285289 Title: get_ functions in N1kv plugin Status in OpenStack Neutr

[Yahoo-eng-team] [Bug 1288387] Re: CIsco CSR VPNaaS service & device driver cleanup

2014-04-01 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => 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/1288387 Title: CIsco CSR VPNaaS service & device driver cleanup Status

[Yahoo-eng-team] [Bug 1300788] [NEW] VMware: exceptions when SOAP message has no body

2014-04-01 Thread Gary Kotton
Public bug reported: Minesweeper logs have the following: 2014-03-26 11:37:09.753 CRITICAL nova.virt.vmwareapi.driver [req-3a274ea6-e731-4bbc-a7fc-e2877a57a7cb MultipleCreateTestJSON-692822675 MultipleCreateTestJSON-47510170] In vmwareapi: _call_method (session=52eb4a1e-04de-de0d-5c6a-746a4305

[Yahoo-eng-team] [Bug 1285845] Re: NSX: Updated security profile name is not reflected in NSX-Manager

2014-04-01 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => 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/1285845 Title: NSX: Updated security profile name is not reflected in N

[Yahoo-eng-team] [Bug 1290255] Re: ml2: subnetroutes table isn't created during db migrations

2014-04-01 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => 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/1290255 Title: ml2: subnetroutes table isn't created during db migratio

[Yahoo-eng-team] [Bug 1300775] [NEW] Scheduler, performance impact when dealing with aggregates

2014-04-01 Thread sahid
Public bug reported: During a scheduling if we use filter that needs to get data from aggregates like CoreFilterAggregate, RamFilterAggregate does. The filter retrieves metadata from the database for every host and can creates a performance impact if we have several hosts. ** Affects: nova

[Yahoo-eng-team] [Bug 1284277] Re: nsx: deal with 503 errors coming from the controller

2014-04-01 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => 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/1284277 Title: nsx: deal with 503 errors coming from the controller St

[Yahoo-eng-team] [Bug 1295887] Re: unit test contextmanager: trying to delete resource hides original errors

2014-04-01 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => 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/1295887 Title: unit test contextmanager: trying to delete resource hide

[Yahoo-eng-team] [Bug 1291130] Re: Calling stopall not necessary in individual unit tests

2014-04-01 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => 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/1291130 Title: Calling stopall not necessary in individual unit tests

[Yahoo-eng-team] [Bug 1290561] Re: Failure in Cisco N1KV controller due to lack of L3 port info

2014-04-01 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => 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/1290561 Title: Failure in Cisco N1KV controller due to lack of L3 port

[Yahoo-eng-team] [Bug 1292742] Re: supported_extension_aliases in cisco network_plugin grows in unit tests

2014-04-01 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => 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/1292742 Title: supported_extension_aliases in cisco network_plugin grow

[Yahoo-eng-team] [Bug 1287432] Re: nec plugin: quantum_id column in ID mapping tables shoudl be renamed

2014-04-01 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => 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/1287432 Title: nec plugin: quantum_id column in ID mapping tables shoud

[Yahoo-eng-team] [Bug 1294527] Re: nec plugin: should honor retry-after from openflow controller

2014-04-01 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => 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/1294527 Title: nec plugin: should honor retry-after from openflow contr

[Yahoo-eng-team] [Bug 1291144] Re: Calling cfg.CONF.reset not necessary in individual unit tests

2014-04-01 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => 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/1291144 Title: Calling cfg.CONF.reset not necessary in individual unit

[Yahoo-eng-team] [Bug 1295187] Re: Fix typo in lbaas agent exception message

2014-04-01 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => 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/1295187 Title: Fix typo in lbaas agent exception message Status in Ope

[Yahoo-eng-team] [Bug 1258070] Re: Need general error handling in API paste pipeline

2014-04-01 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => 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/1258070 Title: Need general error handling in API paste pipeline Statu

[Yahoo-eng-team] [Bug 1267682] Re: check_vxlan_support works incorrect on RHEL6.5

2014-04-01 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => 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/1267682 Title: check_vxlan_support works incorrect on RHEL6.5 Status i

[Yahoo-eng-team] [Bug 1281148] Re: QPID reconnection delay can't be configured

2014-04-01 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => icehouse-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1281148 Title

[Yahoo-eng-team] [Bug 1281098] Re: Too long tunnel devices names

2014-04-01 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => 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/1281098 Title: Too long tunnel devices names Status in OpenStack Neutr

  1   2   3   >