[Yahoo-eng-team] [Bug 1352719] [NEW] OVS flows from SDN controller deleted by OVS agent

2014-08-04 Thread marvel
Public bug reported: in my openstack system, SDN controller(floodlight) and OVS agent to work together to route packets to and from VMs, but recently I find br-tun bridges malfunction, in which the flows from SDN controller is removed and some action=resubmit flows appear, I read the codes, and f

[Yahoo-eng-team] [Bug 1352698] [NEW] neutron context doesn't include auth token

2014-08-04 Thread Isaku Yamahata
Public bug reported: Discussed with the thread starting with http://lists.openstack.org/pipermail/openstack-dev/2014-July/040644.html Neutron context isn't populated with auth token unlike nova, glance. Since there are several (potential) users for it. servicevm project, routervm implementation(

[Yahoo-eng-team] [Bug 1352619] Re: Cisco plugin module become the neutron dependence

2014-08-04 Thread Kevin Benton
This is a packaging bug. Distributions should not be breaking apart the neutron code. See this similar RedHat bug: https://bugzilla.redhat.com/show_bug.cgi?id=1120332 They resolved it by putting all of the code into a python-neutron package. ** Bug watch added: Red Hat Bugzilla #1120332 https

[Yahoo-eng-team] [Bug 1352676] [NEW] typo in Step class docstring from horizon.workflows.base

2014-08-04 Thread Tianpeng Wang
Public bug reported: In horizon/workflows/base.py `.. attribute:: action` should be `.. attribute:: action_class` ** Affects: horizon Importance: Undecided Status: New ** Tags: low-hanging-fruit -- You received this bug notification because you are a member of Yahoo! Engineerin

[Yahoo-eng-team] [Bug 1352668] [NEW] After archive db the instance with deleted flavor failed

2014-08-04 Thread Alex Xu
Public bug reported: reproduce as below: os@os2:~$ nova show vm1 +--++ | Property | Value | +--

[Yahoo-eng-team] [Bug 1212947] Re: Multiple Floating IP Pools is not full functional

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

[Yahoo-eng-team] [Bug 1352659] [NEW] race in server show api

2014-08-04 Thread Christopher Yeoh
Public bug reported: Because of the instance object lazy loading its possible to get into situations where the API code is half way through assembling data to return to the client when the instance disappears underneath it. We really need to ensure everything we will need is retreived up front so

[Yahoo-eng-team] [Bug 1352635] [NEW] Allow Cisco ML2 driver to use the upstream ncclient

2014-08-04 Thread Juergen Brendel
Public bug reported: Currently, the Cisco ML2 driver relies on a specially patched and maintained custom version of the ncclient 3rd party library for communication with various switches. Changes have been submitted to the upstream ncclient now so that there is no need to maintain a separate vers

[Yahoo-eng-team] [Bug 1352624] [NEW] [Bootstrap] Modal's Cancel button is smaller

2014-08-04 Thread Cindy Lu
Public bug reported: See attached image. ** Affects: horizon Importance: Undecided Status: New ** Attachment added: "Untitled.png" https://bugs.launchpad.net/bugs/1352624/+attachment/4169954/+files/Untitled.png -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1352619] [NEW] Cisco plugin module become the neutron dependence

2014-08-04 Thread Neo
Public bug reported: In the former neutron db migration code. We don't have to install the cisco plugin module if user don't need it. But now, because of the latest merged py file https://github.com/openstack/neutron/blob/master/neutron/db/migration/alembic_migrations/versions/5446f2a45467_set_ser

[Yahoo-eng-team] [Bug 1352186] Re: Uncaught exception resize api

2014-08-04 Thread Christopher Yeoh
Already fixed in icehouse/juno. Not worth backporting for Havana ** Changed in: nova Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1352186

[Yahoo-eng-team] [Bug 1352609] [NEW] RTNETLINK answers: File exists

2014-08-04 Thread David Ames
Public bug reported: Running into this bug intermittently. 2014-08-04 23:24:43.520 4038 ERROR neutron.agent.dhcp_agent [-] Unable to enable dhcp for 415a0839-eb05-4e7a-907c-413c657f4bf5. 2014-08-04 23:24:43.520 4038 TRACE neutron.agent.dhcp_agent Traceback (most recent call last): 2014-08-04 23

[Yahoo-eng-team] [Bug 1342919] Re: instances rescheduled after building network info do not update the MAC

2014-08-04 Thread Chris Behrens
I'm proposing a new virt driver method for nova that allows the virt driver to say whether reschedules should deallocate networks. Once the nova side is confirmed, we'll add the method to ironic's virt driver. ** Also affects: ironic Importance: Undecided Status: New ** Changed in: nova

[Yahoo-eng-team] [Bug 1352595] [NEW] nova boot fails when using rbd backend

2014-08-04 Thread Jens Rosenboom
Public bug reported: Trace ends with: TRACE nova.compute.manager [instance: c1edd5bf-ba48-4374-880f-1f5fa2f41cd3] File "/opt/stack/nova/nova/virt/libvirt/rbd.py", line 238, in exists TRACE nova.compute.manager [instance: c1edd5bf-ba48-4374-880f-1f5fa2f41cd3] except rbd.ImageNotFound: TRACE

[Yahoo-eng-team] [Bug 1352590] [NEW] [Sahara] A lot of things don't work in new horizon design

2014-08-04 Thread Andrew Lazarev
Public bug reported: Found by brief surfing: 1. Plugin version selection shows all versions of all plugins 2. large gap on cluster details page 3. no move up/down buttons in scaling ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification becaus

[Yahoo-eng-team] [Bug 1352583] [NEW] DeleteBackup incomplete action_past message

2014-08-04 Thread Cindy Lu
Public bug reported: https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/project/volumes/backups/tables.py#L49 class DeleteBackup(tables.DeleteAction): data_type_singular = _("Volume Backup") data_type_plural = _("Volume Backups") action_past = _("Scheduled

[Yahoo-eng-team] [Bug 1350792] Re: In case of HTTP 40x error on HEAD method, the Content-Length will be set incorrectly.

2014-08-04 Thread Dolph Mathews
Comparing just the method difference with curl, I'm not able to reproduce this. Further, this behavior matches our understanding of HEAD. The non-zero Content-Length basically indicates to the client how large the response body would be in a normal GET request. $ curl http://localhost:35357/v3/gro

[Yahoo-eng-team] [Bug 1352548] [NEW] test_volume_upload times out with internal server errors from glance

2014-08-04 Thread Matt Riedemann
Public bug reported: Saw this on stable/icehouse, the test reports a timeout failure: http://logs.openstack.org/03/111803/1/check/check-tempest-dsvm-postgres- full/a17f798/console.html#_2014-08-04_20_20_55_504 2014-08-04 20:20:55.504 | tempest.api.volume.test_volumes_actions.VolumesV2ActionsTes

[Yahoo-eng-team] [Bug 1211582] Re: Filter user list by partial attributes

2014-08-04 Thread Dolph Mathews
I'm going to ignore the mentions of "firstname" and "lastname", since the patch above ignores them as well. Up until now, a user's email address has been considered metadata on the user that Keystone itself makes no guarantees or assumptions about. If email is to be a first class attribute, I'd li

[Yahoo-eng-team] [Bug 1339107] Re: Kyestone: Auth token not in the request header

2014-08-04 Thread Dolph Mathews
Actually, I totally overlooked that the request was in the logs, to POST /v2.0/tokens. There should not be an X-Auth-Token in a request to POST /v2.0/tokens anyway, so that's completely normal. The rest of the logs in the problem description are also completely normal, so far as I can tell. Withou

[Yahoo-eng-team] [Bug 1348818] Re: Unittests do not succeed with random PYTHONHASHSEED value

2014-08-04 Thread Ilya Shakhat
** Also affects: python-neutronclient Importance: Undecided Status: New ** Changed in: python-neutronclient Assignee: (unassigned) => Ilya Shakhat (shakhat) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. h

[Yahoo-eng-team] [Bug 1352516] [NEW] "cinder-volumes" has insufficient free space

2014-08-04 Thread Cindy Lu
Public bug reported: Project > Volume > Create Volume fails and only shows a generic 'Error' in the table. User has to go to /var/log/cinder/volume.log to see why it failed. It would be nice to propagate the error message (or something) like the one in the volume.log: "Volume group "cinder- vol

[Yahoo-eng-team] [Bug 1352510] [NEW] Delete and re-add of same node to compute_nodes table is broken

2014-08-04 Thread Chris Behrens
Public bug reported: When a compute node is deleted (or marked deleted) in the DB and another compute node is re-added with the same name, things break. This is because the resource tracker caches the compute node object/dict and uses the 'id' to update the record. When this happens, rt.update_av

[Yahoo-eng-team] [Bug 1352509] [NEW] RBD store: need to use READ_CHUNKSIZE in the ImageIterator

2014-08-04 Thread Arnaud Legendre
Public bug reported: See https://bugs.launchpad.net/glance/+bug/1336168 Change 4e0c563b8f3a5ced8f65fcca83d341a97729a5d4 was incomplete and missed a variable in the RBD store. ** Affects: glance Importance: Undecided Status: New -- You received this bug notification because you ar

[Yahoo-eng-team] [Bug 1352502] [NEW] form validation error text is unaligned

2014-08-04 Thread Cindy Lu
Public bug reported: There is too much spacing before the error message. See image. ** Affects: horizon Importance: Undecided Status: New ** Tags: bootstrap ** Attachment added: "Untitled.png" https://bugs.launchpad.net/bugs/1352502/+attachment/4169741/+files/Untitled.png *

[Yahoo-eng-team] [Bug 1352102] Re: users are unable to create ports on provider networks

2014-08-04 Thread gustavo panizzo
** Also affects: nova (Ubuntu) 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/1352102 Title: users are unable to create ports

[Yahoo-eng-team] [Bug 1352459] [NEW] Wrong data filled for email while Create User

2014-08-04 Thread Amogh
Public bug reported: 1. Login to DevStack as admin user. 2. Save the user password in the Browser 3. Go to identity->users->Create Users 4. Observe that email is displayed as "username" , also password data is auto filled. ** Affects: horizon Importance: Undecided Status: New ** A

[Yahoo-eng-team] [Bug 1351438] Re: Code repetition in modal body and footer

2014-08-04 Thread Thai Tran
The more I think about this, the more I realize that this is more a blueprint than a bug... ** Changed in: horizon Status: New => Invalid -- 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 1352428] [NEW] HyperV "Shutting Down" state is not mapped

2014-08-04 Thread Adelina Tuvenie
Public bug reported: The method which gets VM related information can fail if the VM is in an intermediary state such as "Shutting down". The reason is that some of the Hyper-V specific vm states are not defined as possible states. This will result into a key error as shown bellow: http://past

[Yahoo-eng-team] [Bug 1351339] Re: Thousands of "[:error]" in keystone debug logs makes it hard to debug

2014-08-04 Thread Dolph Mathews
There's not a single ERROR level log there from Keystone - this looks to be coming from apache's log config in devstack? ** Project changed: keystone => devstack -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bu

[Yahoo-eng-team] [Bug 1347862] Re: keystone will not auth users if there is a bad endpoint

2014-08-04 Thread Dolph Mathews
** Also affects: keystone/icehouse Importance: Undecided Status: New ** Changed in: keystone/icehouse Status: New => In Progress ** Changed in: keystone/icehouse Importance: Undecided => Medium ** Changed in: keystone Importance: Undecided => Medium ** Changed in: keyston

[Yahoo-eng-team] [Bug 1352404] [NEW] Need to disable IPv6 in forms

2014-08-04 Thread George Peristerakis
Public bug reported: In some openstack settings, you could have a network with no IPv6 capabilities. This become misleading to users when they see in the forms IPv6 fields. Also in most cases the network API will raise an exception. We need a way to disable IPv6 fields. ** Affects: horizon

[Yahoo-eng-team] [Bug 1352405] [NEW] Storage on hypervisors page incorrect for shared storage

2014-08-04 Thread Adam Huffman
Public bug reported: The storage total and storage used shown on the Hypervisors page does not take account of the shared storage case. We have shared storage for /var/lib/nova/instances (currently using Gluster) and Horizon computes a simple addition of the usage across the compute nodes. The

[Yahoo-eng-team] [Bug 1348244] Re: debug log messages need to be unicode

2014-08-04 Thread Jay Bryant
Rushi, putting this back to confirmed and targeted. This is still an issue but we are fixing it from a different approach. I want to leave this open to track syncing the fix from Oslo. ** Changed in: cinder Milestone: None => juno-3 ** Changed in: cinder Status: Invalid => Confirmed

[Yahoo-eng-team] [Bug 1309430] Re: openstack role add RHEL error

2014-08-04 Thread Dolph Mathews
This looks like it's an issue between devstack and openstackclient. This was filed months ago though, is it still an issue? ** Project changed: keystone => devstack ** Changed in: devstack Status: New => Incomplete ** Also affects: python-openstackclient Importance: Undecided St

[Yahoo-eng-team] [Bug 1349792] Re: nova-client return Unauthorized (HTTP 401) when provider is pki

2014-08-04 Thread Dolph Mathews
** Changed in: keystone Status: Incomplete => 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/1349792 Title: nova-client return Unauthorized (HTTP 401) when provider is

[Yahoo-eng-team] [Bug 1348244] Re: debug log messages need to be unicode

2014-08-04 Thread Rushi Agrawal
Marking as invalid in Cinder. ** Changed in: cinder Milestone: juno-3 => None ** Changed in: cinder Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.

[Yahoo-eng-team] [Bug 1352341] [NEW] reboot_instance testcase missing from tempest

2014-08-04 Thread Swami Reddy
Public bug reported: reboot_instance test case missing from tempest [test_reboot_instance(), similar to test_start_instance() and test_stop_instance()] ** Affects: tempest Importance: Undecided Status: New ** Tags: tempest ** Project changed: nova => tempest -- You received th

[Yahoo-eng-team] [Bug 1337089] Re: Pip temporarily diseappeared?

2014-08-04 Thread Dolph Mathews
https://review.openstack.org/#/c/108406/ ** Also affects: keystone Importance: Undecided Status: New ** Changed in: keystone Status: New => Triaged ** Changed in: keystone Importance: Undecided => Medium ** Changed in: keystone Status: Triaged => Fix Committed ** Cha

[Yahoo-eng-team] [Bug 1352314] [NEW] Meaningless replacing of slashes with dashes in Keystone tokens

2014-08-04 Thread Kirill Zaborsky
Public bug reported: It looks like Keystone uses some a bit strange conception of Base64 which does not include slashes - https://github.com/openstack/keystone/commit/bcc0f6d6fc1f674bc4b340d041b28bc1cfddf66a http://tools.ietf.org/html/rfc4648 shows that slash is a valid Base64 character. So cur

[Yahoo-eng-team] [Bug 1214341] Re: Not all db.sqal.session methods are wrapped by wrap_db_error

2014-08-04 Thread Ivan Kolodyazhny
** Also affects: cinder Importance: Undecided Status: New ** Changed in: cinder Assignee: (unassigned) => Ivan Kolodyazhny (e0ne) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/

[Yahoo-eng-team] [Bug 1352269] [NEW] Line chart y-axis label should be hideable

2014-08-04 Thread Ladislav Smola
Public bug reported: We should allow to just show axis without labels. This design will be used in small charts in overview pages. x-label does not have hide-able label in Rickshaw, that is why this applies only to y axis. ** Affects: horizon Importance: Undecided Assignee: Ladislav Sm

[Yahoo-eng-team] [Bug 909096] Re: LinuxOVSInterfaceDriver never deletes the OVS ports it creates

2014-08-04 Thread Dmitry Guryanov
The fix released in 2012.1 https://github.com/openstack/nova/commit/1265104b873d4cd791cecc62134ef874b4656003 ** Changed in: nova Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Co

[Yahoo-eng-team] [Bug 1352256] [NEW] Uploading a new object fails with Ceph as object storage backend using RadosGW

2014-08-04 Thread Ashish Chandra
Public bug reported: While uploading a new Object using Horizon, with Ceph as object storage backend, it fails with error mesage "Error: Unable to upload object" Ceph Release : Firefly Error in horizon_error.log: [Wed Jul 23 09:04:46.840751 2014] [:error] [pid 30045:tid 140685813683968] INFO:

[Yahoo-eng-team] [Bug 1224972] Re: When createing a volume from an image - nova leaves the volume name empty

2014-08-04 Thread sandhya
** Also affects: cinder Importance: Undecided Status: New ** Changed in: cinder Assignee: (unassigned) => sandhya (sandhya-ganapathy) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https:/

[Yahoo-eng-team] [Bug 1327775] Re: tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestXML.test_create_delete_image timed out

2014-08-04 Thread Daisuke Morita
This bug in not related to swift, probably to glance or tempest itself. (But i have no permission to set Swift status to Invalid) ** Also affects: glance Importance: Undecided Status: New ** Changed in: swift Status: New => Invalid -- You received this bug notification because

[Yahoo-eng-team] [Bug 1352193] [NEW] The nova API service can’t hand image metadata properly when metadata key contains uppercase letter

2014-08-04 Thread lixiangjun
Public bug reported: OS: centos 6.5 64bit openstack release: icehouse Steps to reproduce: 1. Call the image metadata API of nova using the following command: curl -X 'POST' -v http://IP:PORT/v2/${tenant_id}/images/${image_id}/metadata -H "X-Auth-Token: $token" -H 'Content-type: application/json

[Yahoo-eng-team] [Bug 1352186] [NEW] Uncaught exception resize api

2014-08-04 Thread Christopher Yeoh
Public bug reported: [req-b445d808-9bd4-4573-824b-d5b00bbb09fd ServersAdminTestJSON630630154-user ServersAdminTestJSON630630154-tenant] Caught error: Quota exceeded for ram: Requested 51137, but already used 128 of 51200 ram 2014-08-04 05:27:04.305 12275 TRACE nova.api.openstack Traceba