[Yahoo-eng-team] [Bug 1287031] [NEW] Unused code 'as e' in exception blocks

2014-03-03 Thread shihanzhang
Public bug reported: unused code 'as e' in exception blocks with flowing files: neutron/api/v2/resource.py neutron/plugins/vmware/nsxlib/router.py ** Affects: neutron Importance: Undecided Assignee: shihanzhang (shihanzhang) Status: In Progress ** Changed in: neutron

[Yahoo-eng-team] [Bug 1269418] Re: nova rescue doesn't put VM into RESCUE status

2014-03-03 Thread Thierry Carrez
Looking into potential security implications. ** Information type changed from Public to Public Security ** Also affects: ossa Importance: Undecided Status: New ** Changed in: ossa Status: New = Incomplete -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1287047] [NEW] instance snapshot creation failed: libvirtError: block copy still active: domain has active block copy job

2014-03-03 Thread Yogev Rabl
Public bug reported: Description of problem: A snapshot of an instance is been created with the status of 'deleted'. The instance was launched with an ISO image of RHEL 6.5 with the following flavor configuration: Flavor Name: m1.small VCPUs: 1 RAM: 2048MB Root Disk: 20 Ephemeral Disk: 40

[Yahoo-eng-team] [Bug 1287049] [NEW] Tracebacks in q-svc related to floating ip statuses

2014-03-03 Thread Oleg Bondarev
Public bug reported: Following tracebacks are observed in q-svc: 2014-03-03 08:08:37.967 6199 ERROR neutron.openstack.common.rpc.amqp [req-a896989b-e701-49d4-80e7-e585f94ef631 None] Exception during message handling 2014-03-03 08:08:37.967 6199 TRACE neutron.openstack.common.rpc.amqp Traceback

[Yahoo-eng-team] [Bug 1287051] [NEW] when launch instance failure, first the message is Success , then appear a error message

2014-03-03 Thread tinytmy
Public bug reported: when launch instance failure,first the message is Success ,then appear a error message. I think change the success message to info message is much better. ** Affects: horizon Importance: Undecided Assignee: tinytmy (tangmeiyan77) Status: New -- You

[Yahoo-eng-team] [Bug 1278991] Re: NSX: Deadlock can occur in sync code

2014-03-03 Thread Thierry Carrez
Merged as https://review.openstack.org/#/c/72723/ ** Also affects: neutron/havana Importance: Undecided Status: New ** Changed in: neutron/havana Status: New = Fix Committed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1231773] Re: can not delete volume

2014-03-03 Thread Thierry Carrez
Bug did not result in code getting merged, so setting Invalid ** Changed in: nova Status: Fix Committed = Invalid -- 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 1287077] [NEW] Optimize the use of sqlalchemy's query

2014-03-03 Thread Lee Li
Public bug reported: In some use, the filter is separated from query witch will affect the efficiency of the query. such as: rport_qry = context.session.query(models_v2.Port) rports = rport_qry.filter_by(device_id=router_id) There will do as two steps: 1, select * from table 2, filter the query

[Yahoo-eng-team] [Bug 1287087] [NEW] glance-manage db_sync failed in X bvt

2014-03-03 Thread Ma Wen Cheng
Public bug reported: glance-manage db_sync 2014-03-03 03:09:03.899 18584 CRITICAL glance [-] ProgrammingError: (ProgrammingError) ibm_db_dbi::ProgrammingError: SQLNumResultCols failed: [IBM][CLI Driver][DB2/LINUXX8664] SQL0104N An unexpected token AND was found following .meta_data) AND true.

[Yahoo-eng-team] [Bug 1287093] [NEW] Selected Instances are not deleted with pagination

2014-03-03 Thread Abhishek Kekane
Public bug reported: Instance is not getting deleted from other than first page of pagination when pagination is enabled. Steps to reproduce: 1. Login to horizon using admin credentials. 2. Click on settings menu. 3. In User Settings menu set Items Per Page count as 5 and click on Save button

[Yahoo-eng-team] [Bug 1259292] Re: Some tests use assertEqual(observed, expected) , the argument order is wrong

2014-03-03 Thread ChenZheng
** Also affects: horizon Importance: Undecided Status: New ** Changed in: horizon Assignee: (unassigned) = ChenZheng (chen-zheng) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).

[Yahoo-eng-team] [Bug 1287101] [NEW] restrict live migration when users are connected to the VNC console

2014-03-03 Thread Abhishek Kekane
Public bug reported: Users should not be affected due to live migration especially when they are using vnc consoles. Possible Solution: A new parameter force will be added to the existing live migration api, if it's set to False and user is connected to the VNC console, it won't live migrate

[Yahoo-eng-team] [Bug 1287105] [NEW] Horizon doesn't account for attached Volumes

2014-03-03 Thread Maithem
Public bug reported: When I create a volume and attach it to an instance, this is not recorded in the instance details (i.e. the instance details will say no volumes attached) 1. Create VM 2. Create volume 3. Attach volume to VM from command line 4. Click on the instance details page Observed:

[Yahoo-eng-team] [Bug 1287077] Re: Optimize the use of sqlalchemy's query

2014-03-03 Thread Akihiro Motoki
There is no difference between old and new ones. The actual query is not issued until the query is requred (e.g., all(), one() or iterator access). You can confirm what happens by using echo=True. ** Changed in: neutron Status: In Progress = Invalid -- You received this bug notification

[Yahoo-eng-team] [Bug 1287192] [NEW] Improve handle method on ManageAggregateHostWorkflow class

2014-03-03 Thread Facundo Farias
Public bug reported: As it is said here: https://review.openstack.org/#/c/71061/12/openstack_dashboard/dashboards/admin/aggregates/workflows.py, the Workflows.py file contains the ManageAggregateHostWorkflow class. Inside it, the handle method should be improved (check the comments on the

[Yahoo-eng-team] [Bug 1287209] [NEW] VMware: boot from image: exception on close

2014-03-03 Thread Eric Brown
Public bug reported: Noticed the following exception in the logs when booting from an image. I didn't observe any actual problems with the spawn itself. It works as expected, so not sure when this exception occurs. 2014-03-03 06:55:48.840 DEBUG nova.virt.vmwareapi.read_write_util [req-

[Yahoo-eng-team] [Bug 1268751] Re: Potential token revocation abuse via group membership

2014-03-03 Thread Thierry Carrez
** Changed in: ossa Status: Incomplete = Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1268751 Title: Potential token revocation abuse via group membership Status in

[Yahoo-eng-team] [Bug 1284317] Re: Not found router raises generic exception

2014-03-03 Thread Akihiro Motoki
It is better to define a base NotFound exception class in neutronclient rather than dealing with specific NotFound error. If 404 response is returned from Neutron, NotFound base exception class is used. (For network/port not found, the existing class should be used.) In Horizon, what we need to

[Yahoo-eng-team] [Bug 1286959] Re: stack.updated_time is None

2014-03-03 Thread Mike Spreitzer
Marking the heat side of this as invalid, as I think this is what Steve is saying. ** Changed in: heat Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).

[Yahoo-eng-team] [Bug 1287292] [NEW] VMware: vim.get_soap_url improper IPv6 address

2014-03-03 Thread Eric Brown
Public bug reported: The vim.get_soap_url function incorrectly builds an IPv6 using hostname/IP address and port. https://github.com/openstack/nova/blob/master/nova/virt/vmwareapi/vim.py#L151 The result of this line would create an address as follows:

[Yahoo-eng-team] [Bug 1269029] Re: vsphere networking works with br100 only

2014-03-03 Thread Tracy Jones
no info given after over a month ** Changed in: nova Status: Incomplete = 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/1269029 Title: vsphere

[Yahoo-eng-team] [Bug 1287330] [NEW] [Embrane]: alembic migrations fail

2014-03-03 Thread Ivar Lazzaro
Public bug reported: Alembic migration from revision f44ab9871cd6 to 2eeaf963a447 is failing on Embrane Plugin because the floatingips table doesn't exist. The problem happens because the plugin is actually inheriting from OVS's Plugin, and therefore it doesn't take part of the correct

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

2014-03-03 Thread Matt Riedemann
** 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 OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1271706 Title: Misleading warning about MySQL

[Yahoo-eng-team] [Bug 1287354] [NEW] check-grenade-dsvm-partial-ncpu breaks waiting while waiting for conductor

2014-03-03 Thread Joe Gordon
Public bug reported: http://logs.openstack.org/65/41265/40/check/check-grenade-dsvm-partial- ncpu/5db5bcf/logs/old/screen-n-cpu.txt.gz?level=AUDIT http://logs.openstack.org/65/41265/40/check/check-grenade-dsvm-partial-ncpu/5db5bcf/

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

2014-03-03 Thread Maru Newby
** Tags added: havana-backport-potential ** Also affects: oslo 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/1282206 Title: Uncaught

[Yahoo-eng-team] [Bug 1277790] Re: boto 2.25 causing unit tests to fail

2014-03-03 Thread Alan Pevec
** Also affects: nova/grizzly Importance: Undecided Status: New ** Changed in: nova/grizzly Assignee: (unassigned) = Matt Riedemann (mriedem) ** Changed in: nova/grizzly Importance: Undecided = Critical ** Changed in: nova/grizzly Status: New = Fix Committed ** Changed

[Yahoo-eng-team] [Bug 1287367] [NEW] The rescue API should handle NotImplementedError

2014-03-03 Thread Matt Riedemann
Public bug reported: There are several nova virt drivers that don't implement the rescue API, but the os compute API doesn't handle NotImplementedError, it returns a 400 instead of a 501. https://wiki.openstack.org/wiki/HypervisorSupportMatrix The API could be tightened up a bit to return a 501

[Yahoo-eng-team] [Bug 1285478] Re: Enforce alphabetical ordering in requirements file

2014-03-03 Thread Joe Gordon
** No longer affects: python-novaclient ** No longer affects: nova -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1285478 Title: Enforce alphabetical ordering in requirements file

[Yahoo-eng-team] [Bug 1287407] [NEW] remove unused method update_fixed_ip_lease_expiration

2014-03-03 Thread Aaron Rosen
Public bug reported: should have been removed long ago here: Ifcb4f093c92904ceb896438987d53e692eb7fb26 ** Affects: neutron Importance: Medium Assignee: Aaron Rosen (arosen) Status: In Progress ** Changed in: neutron Assignee: (unassigned) = Aaron Rosen (arosen) **

[Yahoo-eng-team] [Bug 1255355] Re: VMware: Instances stuck in spawning when insufficient disk space

2014-03-03 Thread Alan Pevec
Is there anything else planned to be fixed for this issue, besides related fix 59287 ? ** Also affects: nova/havana Importance: Undecided Status: New ** Changed in: nova/havana Status: New = In Progress ** Changed in: nova/havana Importance: Undecided = High ** Changed in:

[Yahoo-eng-team] [Bug 1287414] [NEW] Keystone should not require CA key

2014-03-03 Thread Haneef Ali
Public bug reported: Why do we need CA key? In a real deployment I were to get a cert for my server from Verisign, then verisign won't provide its key. Basically the code should work without CA key. I believe it is not required for ssl setup and signing. [ssl] #enable = True #certfile =

[Yahoo-eng-team] [Bug 1287419] [NEW] NSX: update_port passes neutron_sg ids and not nsx sg_ids

2014-03-03 Thread Aaron Rosen
Public bug reported: 2014-03-03 15:06:33.913 ERROR neutron.plugins.vmware.api_client.client [req-ffc2204c-e957-48b3-9bd8-cbbd66fa9645 demo 3cb63bd6fa2d4ea397df6de7770c2e8a] Server Error Message: Entity '50d064c4-0591-43ee-8dfd-ac2409c13a5e' not registered. 2014-03-03 15:06:33.913 ERROR

[Yahoo-eng-team] [Bug 1287418] [NEW] Compound sorting should be more obvious

2014-03-03 Thread Thai Tran
Public bug reported: Tablesorter plugin allows user to compound sort when they hold down the SHIFT key. However, this is not an obvious feature and not documented anywhere. I recommend that we add this to horizon's documentation. Having a table header sort indicator will also make this more

[Yahoo-eng-team] [Bug 1287423] [NEW] NSX: only catch not found update_port

2014-03-03 Thread Aaron Rosen
Public bug reported: Update port currently wraps the call to NSX in try/except Exception: which could hide bugs. This patch makes sure only NotFound is caught which and not everything. ** Affects: neutron Importance: Medium Assignee: Aaron Rosen (arosen) Status: In Progress

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

2014-03-03 Thread Akihiro Motoki
Public bug reported: ID mapping tables in NEC plugin have columns named quantum_id. Following renaming to Neutron, they should be renamed. ** Affects: neutron Importance: Low Assignee: Akihiro Motoki (amotoki) Status: New ** Tags: nec -- You received this bug notification

[Yahoo-eng-team] [Bug 1287437] [NEW] Add extraroute_db support for Cisco N1kv Plugin

2014-03-03 Thread Dhanashree Gosavi
Public bug reported: Add extraroute_db support for Cisco N1kv Plugin ** 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 1287447] [NEW] shelve/unshelve does not work when instance created by bootable volume

2014-03-03 Thread kwonho lee
Public bug reported: When instance created by bootable volume, shelve/unshelve does not work properly. Here is my test step. 1. Instance create using bootable colume == nova boot --flavor 1 klee_test_autoha1 --block-device

[Yahoo-eng-team] [Bug 1287462] [NEW] replace rest of q_exc to n_exc in code base

2014-03-03 Thread Aaron Rosen
Public bug reported: The following patch renames the rest of q_exc to n_exc which were left when quantum was renamed to neutron. ** Affects: neutron Importance: Low Assignee: Aaron Rosen (arosen) Status: In Progress ** Changed in: neutron Assignee: (unassigned) = Aaron

[Yahoo-eng-team] [Bug 1287471] [NEW] AttributeError is not caught when creating a role with bad request

2014-03-03 Thread Haiwei Xu
Public bug reported: When I directly use the 'curl' command to create a new role with a valid body, I got a server error(500). curl -i -X POST http://10.21.42.98:35357/v2.0/OS-KSADM/roles -H User-Aghon-keystoneclient -H Content-Type: application/json -H X-Auth-Token:

[Yahoo-eng-team] [Bug 1287486] [NEW] processutils.execute can not run background task

2014-03-03 Thread Sun Jing
Public bug reported: This bug is reported from ironic, we are using the --background option in processutils.execute(), but it hangs, sees the processutils.execute which doesn't support running tasks in background because it PIPES the std{in,out,err} interface causing communicate to hang[1]. A

[Yahoo-eng-team] [Bug 1287485] [NEW] No traffic in GRE tunnel with ML2

2014-03-03 Thread Lingfeng Xiong
Public bug reported: This is a multi-node installation with one controller node, one network node and one compute node. All nodes are VMs running in a XenServer 6.2 server. ML2 plugin is configured to support neutrun-server running in controller node. In both network node and dom0, br-int and

[Yahoo-eng-team] [Bug 1287492] [NEW] Add one configuration item for cache-using in libvirt/hypervisor

2014-03-03 Thread wingwj
Public bug reported: We met one scenario which needs to close the cache on linux hypervisor. But some codes written in libvirt/driver.py (including 'suspend'/'snapshot' actions) are hard-coded. For example: --- def suspend(self, instance): Suspend the specified instance.

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

2014-03-03 Thread Arnaud Legendre
Public bug reported: Need to add a check in parse_uri(...) [1] to make sure that a URI with the vsphere scheme is provided. Throw a BadStoreUri otherwise. [1] https://github.com/openstack/glance/blob/master/glance/store/vmware_datastore.py#L151 ** Affects: glance Importance: Undecided

[Yahoo-eng-team] [Bug 1287506] [NEW] BadStoreUri doesn't get the expected arguments in several places

2014-03-03 Thread Arnaud Legendre
Public bug reported: BadStoreUri is not used correctly in several places. For example, in the Cinder store: https://github.com/openstack/glance/blob/master/glance/store/cinder.py#L120 raise exception.BadStoreUri(uri, reason) where BadStoreUri expects:

[Yahoo-eng-team] [Bug 1287524] [NEW] ip_lib netns.execute should work with or without namespace

2014-03-03 Thread Carl Baldwin
Public bug reported: There are a number of places in the neutron code that run an ip command like this: if self.network.namespace: ip_wrapper = ip_lib.IPWrapper(self.root_helper, self.network.namespace)

[Yahoo-eng-team] [Bug 1287542] [NEW] Error importing module nova.openstack.common.sslutils: duplicate option: ca_file

2014-03-03 Thread Robert Collins
Public bug reported: Error importing module nova.openstack.common.sslutils: duplicate option: ca_file This is seen in the nova gate - for unrelated patches - it might be a bad slave I guess, or it might be happening to all subsequent patches, or it might be a WTF.

[Yahoo-eng-team] [Bug 1233335] Re: Nova calls into neutron as admin circumventing fixed-ip on shared network

2014-03-03 Thread Aaron Rosen
Moving to wish list as this really isn't that bad and the fix isn't very feasible right now due to the port-binding extension requires one to be admin. ** No longer affects: neutron ** Changed in: nova Importance: High = Wishlist -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1182752] Re: VM fails to get IP with shared network

2014-03-03 Thread Aaron Rosen
Wasn't able to reproduce and no reply thus closing. ** Changed in: nova Status: Incomplete = 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/1182752 Title:

[Yahoo-eng-team] [Bug 1266983] Re: Grizzly 2013.1.4 's NOVA Waste PublicIP

2014-03-03 Thread Aaron Rosen
Was not able to reproduce. ** Changed in: nova Status: Incomplete = 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/1266983 Title: Grizzly 2013.1.4 's

[Yahoo-eng-team] [Bug 1233049] Re: Nova hard reboot will change sequence of network interfaces

2014-03-03 Thread Aaron Rosen
*** This bug is a duplicate of bug 1187092 *** https://bugs.launchpad.net/bugs/1187092 Hi, this was fixed and backported to grizzly here: https://review.openstack.org/#/c/37150/ ** This bug has been marked a duplicate of bug 1187092 Instance nics are reorder after reboot -- You received