[Yahoo-eng-team] [Bug 1298209] [NEW] The date box in usage summary is not big enough

2014-03-27 Thread Liyingjun
Public bug reported: The date box in usage summary is not big enough when the date is bigger than 10 in a month. See attachment. ** Affects: horizon Importance: Undecided Status: New ** Attachment added: "Screen Shot 2014-03-27 at 15.18.43.png" https://bugs.launchpad.net/bugs/1

[Yahoo-eng-team] [Bug 1298216] [NEW] cold migrate with libvirt driver failed because of ImageNotFound exception

2014-03-27 Thread wangpan
Public bug reported: The reason is that, nova wants to cache the base image even if it is doing a cold migration operation, this is a redundant and wrong thing, when the image is deleted, then an ImageNotFound exception is raised. reproduce steps: 1) create an instance 2) delete the image of inst

[Yahoo-eng-team] [Bug 1298217] [NEW] Unable to connect VM to a specific subnet

2014-03-27 Thread Yair Fried
Public bug reported: VM can only connected (on creation or later) to a network and not to a specific subnet on that network. Same goes for port - you cannot create a port on a specific subnet in a network. This is inconsistent with router-interface-add which targets a specific subnet instead of

[Yahoo-eng-team] [Bug 1298217] Re: Unable to connect VM to a specific subnet

2014-03-27 Thread Eugene Nikanorov
On the neutron side - it is possible. You need to specify "fixed_ip" for the port. Fixed ip is a list of {ip_address, subnet_id} dicts. Ip address for fixed_ip may be omitted and then subnet_id will be used to allocate ip address from the appropriate subnet. ** Changed in: neutron Statu

[Yahoo-eng-team] [Bug 1295443] Re: Handle unicode exception messages

2014-03-27 Thread Lee Li
** Also affects: neutron Importance: Undecided Status: New ** Changed in: neutron Assignee: (unassigned) => Lee Li (lilinguo) ** Also affects: python-neutronclient Importance: Undecided Status: New ** Changed in: python-neutronclient Assignee: (unassigned) => Lee Li

[Yahoo-eng-team] [Bug 1281453] Re: Replace exception "re-raises" with excutils.save_and_reraise_exception()

2014-03-27 Thread Lee Li
** Also affects: neutron Importance: Undecided Status: New ** Changed in: neutron Assignee: (unassigned) => Lee Li (lilinguo) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/

[Yahoo-eng-team] [Bug 1298242] [NEW] live_migration_uri should be dependant on virt_type

2014-03-27 Thread Alvaro Lopez
Public bug reported: The "live_migration_uri" default should be dependent on the "virt_type" flag (this is the same behavior as "connection_uri"). ** Affects: nova Importance: Undecided Status: New ** Tags: libvirt ** Tags added: libvirt -- You received this bug notification be

[Yahoo-eng-team] [Bug 1231657] Re: DB2 disconnect not handled pessimistically

2014-03-27 Thread Thierry Carrez
** Changed in: ceilometer 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/1231657 Title: DB2 disconnect not handled pessimistically Status in

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

2014-03-27 Thread Thierry Carrez
** Changed in: ceilometer 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/1280105 Title: urllib/urllib2 is incompatible for python 3 Status

[Yahoo-eng-team] [Bug 1296273] Re: NoReverseMatch: u"'horizon" is not a registered namespace error when listing an object in a container

2014-03-27 Thread Julie Pichon
Thank you for the update. ** Changed in: horizon Status: Incomplete => 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/1296273 Title: NoReverseMatch:

[Yahoo-eng-team] [Bug 1298310] [NEW] neutron takes long to reconnect to the db

2014-03-27 Thread Rossella Sblendido
Public bug reported: In an HA setup, DB node 1 goes down and the DB is fail-overing to DB node 2 using the same IP. Neutron reports OperationalError: (OperationalError) socket not open This is because the TCP connection is broken. Anyway Neutron takes minutes to re-connect to the new DB node.

[Yahoo-eng-team] [Bug 1298320] [NEW] tests not properly mocked

2014-03-27 Thread Matthias Runge
Public bug reported: During test run: (icehouse-3 milestone): Running openstack_dashboard tests nosetests openstack_dashboard --nocapture --nologcapture --cover-package=openstack_dashboard --cover-inclusive --all-modules --exclude-dir=openstack_dashboard/test/integration_tests --verbosity=1 Cre

[Yahoo-eng-team] [Bug 1298332] [NEW] Tests using Django-1.6 fail

2014-03-27 Thread Matthias Runge
Public bug reported: after installing Django-1.6, while Django-1.5 works flawless: [mrunge@sofja horizon (master)]$ ./run_tests.sh -N Running Horizon application tests Traceback (most recent call last): File "/home/mrunge/work/horizon/manage.py", line 23, in execute_from_command_line(sys.a

[Yahoo-eng-team] [Bug 1291677] Re: delete interface times out in check-tempest-dsvm-neutron

2014-03-27 Thread Salvatore Orlando
This has exactly the same signature as bug 1291992. However this has an e-r query which even if different from the one prosed (but not approved) for bug 1291992 has apparently a decent correlation. 1291992 will be therefore marked as duplicate (this was filed first after all!) and the assignee m

[Yahoo-eng-team] [Bug 1281969] Re: exceptions.ServerFault is raised when creating a server

2014-03-27 Thread Salvatore Orlando
** Also affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1281969 Title: exceptions.ServerFault is raised when creating a server

[Yahoo-eng-team] [Bug 1291920] Re: test_server_actions TimeoutException: Request timed out

2014-03-27 Thread Salvatore Orlando
I've seen a similar manifestation also in the full job with nova-network. I'm suspecting neutron might not be the cause after all. Adding nova to affected projects so people might evaluate. ** Also affects: nova Importance: Undecided Status: New -- You received this bug notification b

[Yahoo-eng-team] [Bug 1298355] [NEW] Lock wait timeout in update VIP status

2014-03-27 Thread Salvatore Orlando
Public bug reported: Please note that this bug is similar to bug 1253822. Possibly included in it (but that one is now closed), but surely not a duplicate. The root cause is a lock wait timeout occurring while updating VIPs. given the nature of load balancing tests, this is non critical in 90% of

[Yahoo-eng-team] [Bug 1298381] [NEW] delete shelve offloaded instance should delete attached port

2014-03-27 Thread Alex Xu
Public bug reported: After deleted shelve offloaded instance, the port attached to instance isn't deleted. Reproduce as below: soulxu1304@soulxu1304-ThinkPad-T410:/opt/stack/nova$ nova shelve vm1 soulxu1304@soulxu1304-ThinkPad-T410:/opt/stack/nova$ nova shelve-offload vm1 soulxu1304@soulxu1304-

[Yahoo-eng-team] [Bug 1295674] Re: Meta bug for tracking Openstack 2013.1.5 Stable Update

2014-03-27 Thread James Page
packages accepted into -proposed and smoke tested in the QA lab OK. +7 for final push to -updates. ** No longer affects: cinder (Ubuntu) ** No longer affects: glance (Ubuntu) ** No longer affects: horizon (Ubuntu) ** No longer affects: keystone (Ubuntu) ** No longer affects: neutron (Ubuntu)

[Yahoo-eng-team] [Bug 1298420] [NEW] Libvirt's image caching fetches images multiple times

2014-03-27 Thread John Warren
Public bug reported: When launching several VMs in rapid succession, it is possible that libvirt's image caching will fetch the same image serveral times. This can occur when all of the VMs in question are using the same base image and this base image has not been previously fetched. The inlin

[Yahoo-eng-team] [Bug 1298451] [NEW] Update trove dashboard to support datastore version and types

2014-03-27 Thread Denis M.
Public bug reported: Since trove could manage multiple datastore types and version user should be able to mention them at provisioning. ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1298456] [NEW] db migration: quotas table is not created for NSX plugin

2014-03-27 Thread Akihiro Motoki
Public bug reported: folsom_initial db migration does not create quotas table for NSX plugin ** Affects: neutron Importance: Low Status: New ** Tags: vmware -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1298459] [NEW] db migration: some tables are not created for bigswitch plugin and bigswitch mech driver

2014-03-27 Thread Akihiro Motoki
Public bug reported: For bigswitch plugin, networkdhcpagentbindings table is not created by db migration. http://openstack-ci-gw.bigswitch.com/logs/refs-changes-96-40296-13/BSN_PLUGIN/logs/screen/screen-q-svc.log.gz FOr bigswitch ML2 mech driver, neutron_ml2.consistencyhashes is not created by

[Yahoo-eng-team] [Bug 1298473] [NEW] mox fix with better placed import

2014-03-27 Thread Doug Fish
Public bug reported: The current fix to make mox not needed in a non dev environment includes a lazy-loading pattern in horizon/test/jasmine/jasmine.py. This is undesirable because we'd like to keep the imports at the top of the file. Refactor to avoid this pattern. Look at change set 6 from ht

[Yahoo-eng-team] [Bug 1298460] [NEW] Add the same security rule shouldn't report "Unable to add rule to security group."

2014-03-27 Thread Simon Luo
Public bug reported: Error information i think it must show what's happened clearly. So if the same security rule was created, end-user should receive a clear message show they add the rule again. ** Affects: horizon Importance: Undecided Status: New -- You received this bug notif

[Yahoo-eng-team] [Bug 1298462] [NEW] Glance WSGI image upload fails

2014-03-27 Thread Alvaro Lopez
Public bug reported: Hi there. When running latest Havana Glance behind an Apache httpd server with mod_wsgi, an image upload fails with the following error: 2014-03-27 14:15:25.656 7292 DEBUG glance.api.v1.upload_utils [-] Client disconnected before sending all data to backend upload_data_t

[Yahoo-eng-team] [Bug 1298461] [NEW] embrane plugin lacks db migration

2014-03-27 Thread Akihiro Motoki
Public bug reported: db migration for Embrane plugin needs to be added. It is found during the review : https://review.openstack.org/#/c/40296/ ** Affects: neutron Importance: Low Status: New ** Tags: embrane -- You received this bug notification because you are a member of Yah

[Yahoo-eng-team] [Bug 1298478] [NEW] Can't add roles to non-existing users

2014-03-27 Thread Udi Kalifon
Public bug reported: The following blueprint is said to be implemented but it isn't: https://blueprints.launchpad.net/keystone/+spec/no-check-id If you try to add roles to a user that doesn't exist you get a 404: { "error": { "code": 404, "message": "Could not find user, 12345

[Yahoo-eng-team] [Bug 1298483] [NEW] Allow customization script to be uploaded

2014-03-27 Thread Adrien Cunin
Public bug reported: When creating a new instance, it would be nice to be able to upload a customization script, rather than filling out the text area. ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! En

[Yahoo-eng-team] [Bug 1298490] [NEW] New dashboard does not show up

2014-03-27 Thread Jonathan Bell
Public bug reported: I have followed the guide to create a new dashboard found here: http://docs.openstack.org/developer/horizon/topics/tutorial.html but the new dashboard does not show up as a tab on the horizon splash. When I navigate to the tab it says URL does not match any known pattern. I

[Yahoo-eng-team] [Bug 1279881] Re: Cannot send scheduler.run_instance events

2014-03-27 Thread Thierry Carrez
** Changed in: cinder 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/1279881 Title: Cannot send scheduler.run_instance event

[Yahoo-eng-team] [Bug 1289230] Re: Conversion types is missing in some strings

2014-03-27 Thread Thierry Carrez
** Changed in: cinder 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/1289230 Title: Conversion types is missing in some stri

[Yahoo-eng-team] [Bug 1298494] [NEW] "nova server-group-list" doesn't show members of the group

2014-03-27 Thread Chris Friesen
Public bug reported: With current devstack I ensured I had "GroupAntiAffinityFilter" in scheduler_default_filters in /etc/nova/nova.conf, restarted nova- scheduler, then ran: nova server-group-create --policy anti-affinity antiaffinitygroup nova server-group-list +-

[Yahoo-eng-team] [Bug 1298495] [NEW] Associate and disassociate floating IP broken logic in PLUMgrid Plugin

2014-03-27 Thread Fawad Khaliq
Public bug reported: It has been observed that PLUMgrid Plugin does not do well in association and disassociation of floating IPs. Incomplete data is sent to the backend while doing a delete update. The fix would require changes in update_floatingip and disassociate_floationgips. ** Affects:

[Yahoo-eng-team] [Bug 1280826] Re: config generator fails when project enables lazy messages

2014-03-27 Thread Thierry Carrez
** Changed in: cinder 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/1280826 Title: config generator fails when project enab

[Yahoo-eng-team] [Bug 1298509] [NEW] "nova server-group-delete" allows deleting server group with members

2014-03-27 Thread Chris Friesen
Public bug reported: Currently nova will let you do this: nova server-group-create --policy anti-affinity antiaffinitygroup nova boot --flavor=1 --image=cirros-0.3.1-x86_64-uec --hint group= cirros0 nova boot --flavor=1 --image=cirros-0.3.1-x86_64-uec --hint group= cirros1 nova boot --flavor=1

[Yahoo-eng-team] [Bug 1271780] Re: block live migration writes wrong libvirt.xml

2014-03-27 Thread Alan Pevec
** Also affects: nova/havana Importance: Undecided Status: New ** Changed in: nova/havana Importance: Undecided => High ** Changed in: nova/havana Status: New => In Progress ** Changed in: nova/havana Assignee: (unassigned) => Yaguang Tang (heut2008) ** Changed in: nova

[Yahoo-eng-team] [Bug 904307] Re: Application/server name not available in service logs

2014-03-27 Thread Thierry Carrez
** Changed in: cinder Status: Fix Committed => Fix Released ** Changed in: cinder 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/904307 Title:

[Yahoo-eng-team] [Bug 1298513] [NEW] nova server group policy should be applied when resizing/migrating server

2014-03-27 Thread Chris Friesen
Public bug reported: If I do the following: nova server-group-create --policy affinity affinitygroup nova boot --flavor=1 --image=cirros-0.3.1-x86_64-uec --hint group= cirros0 nova resize cirros0 2 The cirros0 server will be resized but when the scheduler runs it doesn't take into account the s

[Yahoo-eng-team] [Bug 1298478] Re: Can't add roles to non-existing users

2014-03-27 Thread Dolph Mathews
Valuable changes were made as part of that blueprint, but as documented in the attached code reviews, we stopped short of actually allowing role assignments to non-existent users due to a lack of use cases that were not already solved (by group role assignments, for example). If you have a use case

[Yahoo-eng-team] [Bug 1298533] [NEW] Ability to add attributes to table links

2014-03-27 Thread Thai Tran
Public bug reported: Currently developers have the ability to assign attributes and css classes to a table column. In addition, they can assign link_classes which allows them to attach css classes to a column containing a link. However, there is no way to attach attributes to the link. We should a

[Yahoo-eng-team] [Bug 1261631] Re: Reconnect on failure for multiple servers always connects to first server

2014-03-27 Thread Alan Pevec
** Tags removed: in-stable-havana ** Also affects: oslo/havana Importance: Undecided Status: New ** Changed in: oslo/havana Status: New => Fix Committed ** Changed in: oslo/havana Importance: Undecided => Low ** Changed in: oslo/havana Assignee: (unassigned) => Ihar Hra

[Yahoo-eng-team] [Bug 1157950] Re: Add support for nova's new Fixed IP quota

2014-03-27 Thread Melanie Witt
Novaclient added support for fixed ip quota in: https://review.openstack.org/#/c/24553/ ** Changed in: python-novaclient Status: New => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Hori

[Yahoo-eng-team] [Bug 1267636] Re: Horizon will not authenticate against keystone v3

2014-03-27 Thread Akihiro Motoki
For clarification, I added django-openstack-auth to the affected project. Thanks for the fix. ** Also affects: django-openstack-auth Importance: Undecided Status: New ** Changed in: django-openstack-auth Importance: Undecided => High ** Changed in: django-openstack-auth Assigne

[Yahoo-eng-team] [Bug 1298575] [NEW] IncompatibleObjectVersion_Remote: Version 1.4 of InstanceInfoCache is not supported

2014-03-27 Thread Sinh Lam
Public bug reported: Instances are unable to get networking information (like dhcp addressing) on newly installed openstack instance (havana 1:2013.2.2-0ubuntu1~cloud0). getting the following in the nova- compute.log: 2014-03-27 13:57:56.738 20023 ERROR nova.network.api [-] [instance: d7391625-

[Yahoo-eng-team] [Bug 1298577] [NEW] IncompatibleObjectVersion_Remote: Version 1.9 of Instance is not supported

2014-03-27 Thread Sinh Lam
Public bug reported: Trying to power up a new instance on a new install of havana compute node (1:2013.2.2-0ubuntu1~cloud0). Controller is running on an earlier version of havana (1:2013.2-0ubuntu1~cloud0). 2014-03-27 18:16:31.602 19393 WARNING nova.compute.manager [-] Found 1 in the database

[Yahoo-eng-team] [Bug 1228977] Re: n-cpu seems to crash when running with libvirt 1.1.1 from ubuntu cloud archive

2014-03-27 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 1.1.1-0ubuntu8.7 --- libvirt (1.1.1-0ubuntu8.7) saucy-proposed; urgency=medium * cherrypick d/p/add-a-mutex-to-serialize-updates-to-firewall from upstream to complete the concurrency issue fix (LP: #1228977) libvirt (1.1.1-0ubuntu8.6)

[Yahoo-eng-team] [Bug 1233853] Re: VHD format check is not properly performed for fixed disks in the Hyper-V driver

2014-03-27 Thread Adam Gandelman
** Also affects: nova/havana 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/1233853 Title: VHD format check is not properly p

[Yahoo-eng-team] [Bug 1298587] [NEW] libffi-dev dependency not documented

2014-03-27 Thread David Lyle
Public bug reported: libffi-dev on ubuntu and libffi-devel are now systsem dependencies for Horizon, need to document them in the quickstart guide. ** Affects: horizon Importance: Medium Assignee: David Lyle (david-lyle) Status: New ** Changed in: horizon Assignee: (unass

[Yahoo-eng-team] [Bug 1298598] [NEW] Add config value to enable debugger friendly monkey patching

2014-03-27 Thread Brandon Logan
Public bug reported: eventlet.monkey_patch() plays havoc with some debuggers. It would be good if there was a configuration option to do eventlet.monkey_patch(os=False, thread=False) when the option value was true. ** Affects: neutron Importance: Undecided Assignee: Brandon Logan (bran

[Yahoo-eng-team] [Bug 1298624] [NEW] dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11

2014-03-27 Thread Mike Spreitzer
Public bug reported: Using DevStack, with a pretty plain local.conf, to install OpenStack into a VM made from http://cloud-images.ubuntu.com/saucy/20140326/saucy- server-cloudimg-amd64-disk1.img - the launch of keystone fails, ending with this complaint: dbus.exceptions.DBusException: org.freedes

[Yahoo-eng-team] [Bug 1221190] Re: [0SSA 2014-009] Image format not enforced when using rescue (CVE-2014-0134)

2014-03-27 Thread Tristan Cacqueray
** Changed in: ossa 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/1221190 Title: [0SSA 2014-009] Image format not enforced

[Yahoo-eng-team] [Bug 1298635] [NEW] Deleting router without deleting router-interface deletes router from VSD

2014-03-27 Thread Aniket Dandekar
Public bug reported: PROBLEM Deleting Router from neutron without deleting router-interface deletes router from VSD but not from neutron. STEPS TO REPRODUCE --- 1. Add router Router1 2. Add network Network1 and subnet Subnet1 3. Add r

[Yahoo-eng-team] [Bug 1298624] Re: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11

2014-03-27 Thread Dolph Mathews
** Project changed: keystone => keystone (Ubuntu) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1298624 Title: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported:

[Yahoo-eng-team] [Bug 1298640] [NEW] nova network-vif-plugged event fails with 400 from n-api

2014-03-27 Thread Matt Riedemann
Public bug reported: Running Tempest in our internal CI we hit 3 test failures out of 1,971 tests, one was: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTest.test_snapshot_create_with_volume_in_use This is running x86_64 RHEL 6.5 with the nova libvirt driver and neutron openvswitch.

[Yahoo-eng-team] [Bug 1269727] Re: minified js considered as binary

2014-03-27 Thread Alan Pevec
** Also affects: horizon/havana Importance: Undecided Status: New ** Changed in: horizon Importance: Undecided => Low ** Changed in: horizon/havana Importance: Undecided => Low ** Changed in: horizon/havana Status: New => In Progress -- You received this bug notification

[Yahoo-eng-team] [Bug 1245435] Re: Unable to remove aws key as normal user

2014-03-27 Thread Alan Pevec
** Also affects: keystone/havana Importance: Undecided Status: New ** Changed in: keystone/havana Assignee: (unassigned) => wanghong (w-wanghong) ** Changed in: keystone/havana Milestone: None => 2013.2.3 ** Changed in: keystone/havana Importance: Undecided => Medium ** Ch

[Yahoo-eng-team] [Bug 1269703] Re: list_projects_for_endpoint interface fail with "500 Internal Server Error"

2014-03-27 Thread Alan Pevec
** Also affects: keystone/havana Importance: Undecided Status: New ** Changed in: keystone/havana Importance: Undecided => Medium ** Changed in: keystone/havana Status: New => In Progress ** Changed in: keystone/havana Assignee: (unassigned) => Rui Chen (kiwik-chenrui)

[Yahoo-eng-team] [Bug 1298658] [NEW] Stale external gateway devices left behind

2014-03-27 Thread Carl Baldwin
Public bug reported: This is a follow on to https://bugs.launchpad.net/neutron/+bug/1244853. I found today that the same problem can happen with external gateway devices. Those should be identified and removed in a manner similar to the fix before the other bug. ** Affects: neutron Importa

[Yahoo-eng-team] [Bug 1247056] Re: Too many connections to nova-api (and not cleaning up)?

2014-03-27 Thread Alan Pevec
** Changed in: python-novaclient Importance: Undecided => High ** Tags removed: havana-backport-potential ** Also affects: horizon/havana Importance: Undecided Status: New ** Changed in: horizon/havana Status: New => In Progress ** Changed in: horizon/havana Importance: U

[Yahoo-eng-team] [Bug 1243327] Re: [OSSA 2014-008] Routers can be cross plugged by other tenants (CVE-2014-0056)

2014-03-27 Thread Grant Murphy
** Changed in: ossa 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/1243327 Title: [OSSA 2014-008] Routers can be cross plugged by other tenan

[Yahoo-eng-team] [Bug 1298690] [NEW] sqlite regexp() function doesn't behave like mysql

2014-03-27 Thread Chris Friesen
Public bug reported: In bug 1298494 I recently saw a case where the unit tests (using sqlite) behaved differently than devstack with mysql. The issue seems to be when we do filters = {'uuid': group.members, 'deleted_at': None} instances = instance_obj.InstanceList.get_by_filters(

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

2014-03-27 Thread Alan Pevec
This was released in Icehouse-3 https://github.com/openstack/glance/commit/f88ce19ed7be73b252c88257c9a37be0b1335e04 ** Changed in: glance Status: Confirmed => Fix Committed ** Also affects: glance/havana Importance: Undecided Status: New ** Changed in: glance/havana Sta

[Yahoo-eng-team] [Bug 1298053] Re: Subnets should be set as lazy='join'

2014-03-27 Thread Alan Pevec
** Also affects: neutron/havana Importance: Undecided Status: New ** Changed in: neutron/havana Status: New => In Progress ** Changed in: neutron/havana Importance: Undecided => High ** Changed in: neutron/havana Assignee: (unassigned) => Aaron Rosen (arosen) ** Changed

[Yahoo-eng-team] [Bug 1298699] [NEW] BigSwitch: Servermanager references possible missing attr

2014-03-27 Thread Kevin Benton
Public bug reported: The server manager module references an attribute of a variable that could either be an HTTPSConnection object or None. If it's None, the attribute reference will fail. ** Affects: neutron Importance: Undecided Assignee: Kevin Benton (kevinbenton) Status: I

[Yahoo-eng-team] [Bug 1249065] Re: Nova throws 400 when attempting to add floating ip (No nw_info cache associated with instance)

2014-03-27 Thread Alan Pevec
** Also affects: nova/havana Importance: Undecided Status: New ** Changed in: nova/havana Status: New => Fix Committed ** Changed in: nova/havana Importance: Undecided => Medium ** Changed in: nova/havana Assignee: (unassigned) => Aaron Rosen (arosen) ** Tags removed: i

[Yahoo-eng-team] [Bug 1246080] Re: Cisco nexus plugin fails to untrunk vlan if other hosts using vlan

2014-03-27 Thread Alan Pevec
** Also affects: neutron/havana Importance: Undecided Status: New ** Changed in: neutron Importance: Undecided => Low ** Changed in: neutron/havana Importance: Undecided => Low ** Changed in: neutron/havana Status: New => In Progress ** Changed in: neutron/havana Ass

[Yahoo-eng-team] [Bug 1262124] Re: Ceilometer cannot poll and publish floatingip samples

2014-03-27 Thread Liusheng
** Also affects: python-novaclient Importance: Undecided Status: New ** Changed in: python-novaclient Assignee: (unassigned) => Liusheng (liusheng) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (

[Yahoo-eng-team] [Bug 1298769] [NEW] Nova API Sample file and its test for get keypair API is wrong

2014-03-27 Thread Ghanshyam
Public bug reported: Problem - API sample file for Nova get keypair API is wrong. It contain the response sample of list keypair API. /nova/tests/integrated/api_samples/os-keypairs/keypairs-get-resp.json.tpl /nova/tests/integrated/api_samples/os-keypairs/keypairs-get-resp.xml.tpl Their API samp

[Yahoo-eng-team] [Bug 1298771] [NEW] GET /​{tenant_id}​/servers/​{server_id}​ should return 400 on invalid server_id but returns 404

2014-03-27 Thread Venkatesh Sampath
Public bug reported: Currently, Call to GET /${tenant_id}/servers/${server_id} validates the server_id (uuid_like/int_like) and if found invalid, returns a 404 with ''Instance could not be found'' message. On invalid server_id, it should return 400 (Bad Request) with the message like "Invalid se

[Yahoo-eng-team] [Bug 1298791] [NEW] File "rfc.sh" is missing in neutron code - https://github.com/openstack/neutron.git

2014-03-27 Thread vaibhav_kale
Public bug reported: I am working on a neutron bug Inorder to push my changes I have followed the below steps 1)Cloned the neutron code from - https://github.com/openstack/neutron.git 2) I have done with my code changes and gave git commit. 3) After that when i give git review . I found rfc.sh

[Yahoo-eng-team] [Bug 1298803] [NEW] rpc worker makes neutron-server crash

2014-03-27 Thread Li Ma
Public bug reported: After upgrading from icehouse b2 to b3, neutron-server using zmq was crashed silently. No core dump, no exception, no error, no warnings. After I switched to rabbitmq, everything went well. It really drove me crazy. Then I tried to debug, it was really hard to do it, because