[Yahoo-eng-team] [Bug 1287616] [NEW] horizon.less does not use bootstrap mixins

2014-03-04 Thread Maxime Vidori
Public bug reported: Horizon use Bootstrap to provide an easy way to design the application. Bootstrap has some utils functions called mixins, these functions avoid the use of prefixed css properties. In the file horizon.less those mixins are not used and can lead to issues on dedicated browsers,

[Yahoo-eng-team] [Bug 1287622] [NEW] fail to launch an instance from a volume snapshot with Gluster libgfapi

2014-03-04 Thread Yogev Rabl
Public bug reported: Description of problem: While testing around Bug 1020979, I've installed RHEL 6.5 on a volume (size, 50 GB), took a snapshot of the volume and tried to launch an instance with it. The topology of RHOS is: - Cloud controller + compute node. - Stand alone compute node - Stand

[Yahoo-eng-team] [Bug 1287630] [NEW] Floating IP status migration should affect only L3-enabled plugins

2014-03-04 Thread Salvatore Orlando
Public bug reported: If the migration is executed in a setup where the initial l3 migration was not executed, it will cause a devstack failure. Traceback: 2014-03-04 12:40:45.238 | condition when an agent entry is 'upserted'. 2014-03-04 12:40:45.248 | INFO [alembic.migration] Running upgrade

[Yahoo-eng-team] [Bug 1287634] [NEW] forms and fields are not in a proper place

2014-03-04 Thread Maxime Vidori
Public bug reported: According to Django architecture, the fields need to be stored in the same place as the forms and be available through the same module. In horizon, fields are store in utils and need to be imported separately. ** Affects: horizon Importance: Undecided Assignee:

[Yahoo-eng-team] [Bug 1287637] [NEW] remove hardcoded SQL queries

2014-03-04 Thread Matthieu Huin
Public bug reported: There are several occurrences of hardcoded SQL queries at least in test_sql_upgrade.py: * https://github.com/openstack/keystone/blob/master/keystone/tests/test_sql_upgrade.py#L941 * https://github.com/openstack/keystone/blob/master/keystone/tests/test_sql_upgrade.py#L946

[Yahoo-eng-team] [Bug 1287648] [NEW] ensure removed devices get treated on resyncs for Mlnx Agent

2014-03-04 Thread Irena Berezovsky
Public bug reported: Add to Mellanox Agent the the same handling as https://review.openstack.org/#/c/77842/ does for LinuxBridgeAgent to handle removed devices cleanup ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1287666] [NEW] qemu-nbd processes left behind after instance deletion

2014-03-04 Thread Chris Stratford
Public bug reported: We have a couple of nova compute nodes which have ended up with a load of qemu-nbd processes: PID USER PR NI VIRT RES SHR S %CPU %MEMTIME+ COMMAND 24365 root 20 0 364m 2304 988 R 86 0.0 445:23.55 qemu-nbd 10512 root

[Yahoo-eng-team] [Bug 1287666] Re: qemu-nbd processes left behind after instance deletion

2014-03-04 Thread James Troup
** Project changed: nova = nova (Ubuntu) -- 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/1287666 Title: qemu-nbd processes left behind after instance deletion Status in

[Yahoo-eng-team] [Bug 1287678] [NEW] ImportError : No module named config for glance-manage db_syn

2014-03-04 Thread Bo ZHANG
Public bug reported: I'm a new one to use devstack, and download devstack directly by git clone https://github.com/openstack-dev/devstack.git;. But when I execute stack.sh, there is always an error: + /usr/local/bin/glance-manage db_sync Traceback (most recent call last): File

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

2014-03-04 Thread Mark McLoughlin
I'm going to remove the use of sslutils from oslo.messaging and cut another release ** Also affects: oslo.messaging Importance: Undecided Status: New ** Changed in: oslo.messaging Status: New = Confirmed ** Changed in: oslo.messaging Importance: Undecided = Critical **

[Yahoo-eng-team] [Bug 1287722] [NEW] get_vcpu_total does not account for cpu_allocation_ratio

2014-03-04 Thread Stephen Gordon
Public bug reported: When retrieving the vCPU total via the Nova API the returned value does not account for cpu_allocation_ratio changes. As a result external consumers, such as Horizon and the command line client, can reflect over utilization when a cpu_allocation_ratio 1 is in use even when

[Yahoo-eng-team] [Bug 1287754] [NEW] LVM backed images unnecessarily mounted to block devices

2014-03-04 Thread Andrew Melton
Public bug reported: When using the libvirt drivers support for LVM backed images, the the LVM device is mounted to either a loopback or nbd device before finally being mounted to the rootfs directory for the instance. This is unnecessary because the image is already exposed as a block drive by

[Yahoo-eng-team] [Bug 1287757] [NEW] Optimization: Skip Prune process in revocation backends

2014-03-04 Thread Adam Young
Public bug reported: _prune_expired_events_and_get always locks the backend. Store the time of the oldest event so that the prune process can be skipped if none of the events have timed out. This is in the KVS and the SQ:L backends. ** Affects: keystone

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

2014-03-04 Thread Eddie Sheffield
Public bug reported: When creating a new task, the api correctly returns a 201. However per spec it should also return a 'Location' header with the URI to the newly created resource. Currently it does not. ** Affects: glance Importance: Undecided Assignee: Eddie Sheffield

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

2014-03-04 Thread OpenStack Infra
Reviewed: https://review.openstack.org/76949 Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=3340299e0554c8b07d07bfbeb47dee45d47d3ab2 Submitter: Jenkins Branch:master commit 3340299e0554c8b07d07bfbeb47dee45d47d3ab2 Author: Brant Knudson bknud...@us.ibm.com Date: Thu

[Yahoo-eng-team] [Bug 1287792] [NEW] test_ml2_plugin can't be run independently

2014-03-04 Thread Maru Newby
Public bug reported: Attempting to run the tests in neutron.tests.unit.ml2.test_ml2_plugin in isolation will fail when setUp for the main class attempts to override the 'ml2_type_vlan.network_vlan_ranges' option and finds that the group does not exist:

[Yahoo-eng-team] [Bug 1112673] Re: allowvssprovider=false not honored in other_config field

2014-03-04 Thread Thierry Carrez
** Changed in: nova 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/1112673 Title: allowvssprovider=false not honored in

[Yahoo-eng-team] [Bug 1282702] Re: Division by 0 error in CPU monitor

2014-03-04 Thread Joe Cropper
Canceling this defect since the scenario is using an out-of-tree compute virt driver (PowerVM). ** Changed in: nova Status: In Progress = Invalid ** Changed in: nova Assignee: Joe Cropper (jwcroppe) = (unassigned) -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1287814] [NEW] remove run_tests.sh from the tree and doc

2014-03-04 Thread Tracy Jones
Public bug reported: run_tests.sh has been deprecated over tox. We should remove it from the tree and change the docs to reflect this http://docs.openstack.org/developer/nova/devref/development.environment.html ** Affects: nova Importance: High Assignee: Tracy Jones (tjones-i)

[Yahoo-eng-team] [Bug 1287824] [NEW] l3 agent makes too many individual sudo/ip netns calls

2014-03-04 Thread Carl Baldwin
Public bug reported: Basically, calls to sudo, root_wrap, and ip netns exec all add overhead that can make these calls very expensive. Developing an effecting way of consolidating these calls in to considerably fewer calls will be a big win. This assumes the mechanism for consolidating them

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

2014-03-04 Thread Tracy Jones
** Also affects: openstack-vmwareapi-team Importance: Undecided Status: New ** Changed in: openstack-vmwareapi-team Status: New = Confirmed ** Changed in: nova Importance: Undecided = High ** Changed in: openstack-vmwareapi-team Importance: Undecided = High ** Changed

[Yahoo-eng-team] [Bug 1287839] [NEW] vmware store backend causes traceback

2014-03-04 Thread Tom Hancock
Public bug reported: If known_stores is not specified then I suspect a recent change to the vmware store might have caused a regression which shows up in devtest for tripleo. (when known_stores is not specified if possible all stores are initialised) 2014-03-04 18:15:29.971 4352 DEBUG

[Yahoo-eng-team] [Bug 1287851] [NEW] Under heavy load, neutron keeps retrying to connect to RabbitMQ

2014-03-04 Thread Sudheendra Murthy
Public bug reported: Under heavy load on Neutron, we observed that Neutron keeps retrying to connect to RabbitMQ. This behavior can be reproduced by having a lot of get ports/networks requests on Neutron and sneaking in any request (such as create port) that results in a notification message sent

[Yahoo-eng-team] [Bug 1287844] [NEW] VMware: raise an error for invalid disk_format

2014-03-04 Thread Gary Kotton
Public bug reported: We need to raise an exception for an disk_format that is not supported ** Affects: nova Importance: Undecided Assignee: Gary Kotton (garyk) Status: New ** Changed in: nova Assignee: (unassigned) = Gary Kotton (garyk) -- You received this bug

[Yahoo-eng-team] [Bug 1287884] [NEW] VMware: VimException __str__ attempts to concatenate string to list

2014-03-04 Thread Shawn Hartsock
Public bug reported: See: http://logs.openstack.org/52/71652/1/check/gate-nova- python27/28a0cd4/testr_results.html.gz ft1.9645: nova.tests.virt.vmwareapi.test_driver_api.VMwareSessionTestCase.test_call_method_session_exception_StringException: Empty attachments: stdout pythonlogging:'':

[Yahoo-eng-team] [Bug 1279832] Re: nova image-list can run slowly.

2014-03-04 Thread Andrew Laski
The default page size is set in glanceclient so I'm moving this issue over to that project. ** Project changed: nova = python-glanceclient -- 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 1287839] Re: vmware store backend causes traceback

2014-03-04 Thread Tom Hancock
To answer my own question, I think I have a stale oslo.vmware. The latest code doesn't import logging from oslo/vmware/openstack/common ** Changed in: glance Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1287931] [NEW] Tell user if there is no metering data

2014-03-04 Thread Rob Raymond
Public bug reported: If there is no metering data from the period selected, user sees panel with no tables. It would be nicer to tell user that this is because there is no data to show. ** Affects: horizon Importance: Undecided Assignee: Rob Raymond (rob-raymond) Status: New

[Yahoo-eng-team] [Bug 1287938] [NEW] Keystoneclient logs auth tokens

2014-03-04 Thread Joel Friedly
Public bug reported: ``keystoneclient/middleware/auth_token.py`` contains a bunch of places where auth tokens are logged out. This could be useful for debugging, but log files are the kinds of things that users often forget to secure. We should make them not contain sensitive data. ** Affects:

[Yahoo-eng-team] [Bug 1287945] [NEW] Instance doesn't have a task state

2014-03-04 Thread Arnaud Legendre
Public bug reported: I am getting with the latest version of the trunk: Traceback (most recent call last): File /usr/local/lib/python2.7/dist-packages/eventlet/hubs/poll.py, line 97, in wait readers.get(fileno, noop).cb(fileno) File

[Yahoo-eng-team] [Bug 1287948] [NEW] Orchestration: AttributeError: 'str' object has no attribute 'year'

2014-03-04 Thread Julie Pichon
Public bug reported: I'm running a current devstack. If I have an existing stack, the Orchestration/Stacks page returns an error 500. [Tue Mar 04 14:04:19.322198 2014] [:error] [pid 27147] Error while rendering table rows. [Tue Mar 04 14:04:19.322640 2014] [:error] [pid 27147] Traceback (most

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

2014-03-04 Thread nikhil komawar
Public bug reported: A call to DELETE /v2/tasks/{task_id} for an existing task_id returns a 404 (which is obviously incorrect because a GET on the same URL returns a task detail response). The response should be 405 (Method Not Allowed). From the spec: The method specified in the Request-Line is

[Yahoo-eng-team] [Bug 1287976] [NEW] rbd_utils has no unit tests that test it alone

2014-03-04 Thread Josh Durgin
Public bug reported: The nova.virt.libvirt.rbd_utils module has no unit tests of its own. It is covered by tests for image backends in https://review.openstack.org/#/c/59148/ and imagehandlers in https://review.openstack.org/#/c/59149/, but there is no specific testcase just for rbd_utils. **

[Yahoo-eng-team] [Bug 1287981] [NEW] Adding panel group to panel config results to Other panel group

2014-03-04 Thread Lin Hua Cheng
Public bug reported: Using the pluggable panel config to add panel groups result to the panel group being added to being displayed in “Other” group, and getting message in the log saying, “Only Panel classes or subclasses may be registered.” ** Affects: horizon Importance: Undecided

[Yahoo-eng-team] [Bug 1287983] [NEW] hyperv check failure

2014-03-04 Thread Joe Gordon
Public bug reported: http://64.119.130.115/78028/3/ http://64.119.130.115/78028/3/Hyper-V_logs/hv-compute1/nova-compute.log.gz has lot of stacktraces 2014-03-04 18:48:39.417 4516 TRACE nova.compute.manager [instance: db1c9be4-318c-450f-b4bf-5de90cc09c43] ConnectionFailed: Connection to

[Yahoo-eng-team] [Bug 1253497] Re: Replace uuidutils.generate_uuid() with str(uuid.uuid4())

2014-03-04 Thread Zhongyue Luo
** Changed in: taskflow 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.launchpad.net/bugs/1253497 Title: Replace uuidutils.generate_uuid() with

[Yahoo-eng-team] [Bug 1251525] Re: baremetal deploy helper should abort immediately if target block devices are not available

2014-03-04 Thread Devananda van der Veen
** Changed in: ironic Status: In Progress = 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/1251525 Title: baremetal deploy helper should abort

[Yahoo-eng-team] [Bug 1288009] [NEW] Default discovery endpoints create an unusable service

2014-03-04 Thread Jamie Lennox
Public bug reported: If a configurer fails to set a public_endpoint or admin_endpoint in the keystone.conf file then it defaults to http://localhost:%(port)d this is a relatively common thing to forget as no-one has been doing much version discovery - or at least not following the links once

[Yahoo-eng-team] [Bug 1288012] [NEW] Change user credential error, keystone returns 404 not found

2014-03-04 Thread nethawk
Public bug reported: When I change user credential using rest API,keystone returns 404 not found. The request is: POST http://{myhost}:{adminPort}/v2.0/users/{userId}/OS-KSADM/credentials Content-type : application/json Accept: application/json X-Auth-Token: {adminAtuhenticatedToken} {

[Yahoo-eng-team] [Bug 1288015] [NEW] Replace '-' with '0' in overview page

2014-03-04 Thread Liyingjun
Public bug reported: When there is no data in the project, Usage Summary in overview page always show '-' for `Active Instances`, i think it would be better showing '0' instead '-'. ** Affects: horizon Importance: Undecided Assignee: Liyingjun (liyingjun) Status: In Progress

[Yahoo-eng-team] [Bug 1288020] [NEW] wrong key for 'usage.summary.instances' in CSV summary

2014-03-04 Thread Liyingjun
Public bug reported: In the project overview,the key for 'usage.summary.instances' the CSV summary is wrong, it should be Active Instances instead of Total Active VCPUs. ** Affects: horizon Importance: Undecided Assignee: Liyingjun (liyingjun) Status: In Progress ** Changed

[Yahoo-eng-team] [Bug 1288029] [NEW] BigSwitch: cleanup internal code comments

2014-03-04 Thread Kevin Benton
Public bug reported: There are various comments in the BigSwitch code that should be turned into regular docstrings to make the code easier to understand for new contributors. ** Affects: neutron Importance: Undecided Assignee: Kevin Benton (kevinbenton) Status: New **

[Yahoo-eng-team] [Bug 1287976] Re: rbd_utils has no unit tests that test it alone

2014-03-04 Thread Josh Durgin
** 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/1287976 Title: rbd_utils has no unit tests that test it alone Status in

[Yahoo-eng-team] [Bug 1288036] [NEW] race condition in update_floatingip_statuses

2014-03-04 Thread Aaron Rosen
Public bug reported: 2014-03-04 18:58:22.922 ERROR neutron.openstack.common.rpc.amqp [req-f92f33b1-0613-4c71-b67e-f2c7bc66d604 None None] Exception during message handling 2014-03-04 18:58:22.922 TRACE neutron.openstack.common.rpc.amqp Traceback (most recent call last): 2014-03-04

[Yahoo-eng-team] [Bug 1187179] Re: 500 error is raised over quantum security-group quota

2014-03-04 Thread Aaron Rosen
Bug already fixed: arosen@arosen-laptop:~/devstack$ nova secgroup-create a a ERROR: 409-{u'NeutronError': {u'message': uQuota exceeded for resources: ['security_group'], u'type': u'OverQuota', u'detail': u''}} (HTTP 413) (Request-ID: req-3f6d865c-6a24-4791-9dde-75edefc2b745) ** Changed in:

[Yahoo-eng-team] [Bug 1288039] [NEW] live-migration cinder boot volume target_lun id incorrect

2014-03-04 Thread Walt Boring
Public bug reported: When nova goes to cleanup _post_live_migration on the source host, the block_device_mapping has incorrect data. I can reproduce this 100% of the time with a cinder iSCSI backend, such as 3PAR. This is a Fresh install on 2 new servers with no attached storage from Cinder

[Yahoo-eng-team] [Bug 1288068] [NEW] empty __init__.py contains copyright information

2014-03-04 Thread Fengqian
Public bug reported: Some empty init file contain copyroght information, should remove it~ ** Affects: keystone Importance: Undecided Status: Invalid ** Changed in: keystone Status: New = Invalid -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1255876] Re: need to ignore swap files from getting into repository

2014-03-04 Thread Melanie Witt
novaclient 2.16.0 released on 2/26/2014 ** Changed in: python-novaclient 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/1255876 Title: need

[Yahoo-eng-team] [Bug 1257295] Re: openstack is full of misspelled words

2014-03-04 Thread Melanie Witt
novaclient 2.16.0 released on 2/26/2014 ** Changed in: python-novaclient 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/1257295 Title:

[Yahoo-eng-team] [Bug 1256119] Re: Flavor ExtraSpecs containing '/' cannot be deleted.

2014-03-04 Thread Melanie Witt
novaclient 2.16.0 released on 2/26/2014 ** Changed in: python-novaclient 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).

[Yahoo-eng-team] [Bug 1253903] Re: Inappropriate comment for flavor create api in python-novaclient

2014-03-04 Thread Melanie Witt
novaclient 2.16.0 released on 2/26/2014 ** Changed in: python-novaclient Status: Fix Committed = Fix Released -- 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 1268480] Re: assertTrue(isinstance()) in tests should be replace with assertIsInstance()

2014-03-04 Thread Melanie Witt
novaclient 2.16.0 released on 2/26/2014 ** Changed in: python-novaclient 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/1268480 Title:

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

2014-03-04 Thread Melanie Witt
novaclient 2.16.0 released on 2/26/2014 ** Changed in: python-novaclient 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).

[Yahoo-eng-team] [Bug 1236648] Re: __metaclass__ is incompatible for python 3

2014-03-04 Thread Melanie Witt
novaclient 2.16.0 released on 2/26/2014 ** Changed in: python-novaclient 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/1236648 Title:

[Yahoo-eng-team] [Bug 1265002] Re: nova client prints dictionary/array etc. with a u'string'

2014-03-04 Thread Melanie Witt
novaclient 2.16.0 released on 2/26/2014 ** Changed in: python-novaclient 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).

[Yahoo-eng-team] [Bug 1288049] Re: Lazy translation fails for complex formatting

2014-03-04 Thread James Carey
** Also affects: nova Importance: Undecided Status: New ** Changed in: oslo Assignee: (unassigned) = James Carey (jecarey) -- 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 1288079] [NEW] test_lb_neutron_agent leaves a loopingcall which can affect unrelated tests

2014-03-04 Thread YAMAMOTO Takashi
Public bug reported: test_lb_neutron_agent leaves a loopingcall for report_state. it can affect unrelated tests. ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1288070] Re: empty __init__.py contains copyright information

2014-03-04 Thread Fengqian
** Also affects: python-neutronclient Importance: Undecided Status: New ** Changed in: python-neutronclient Assignee: (unassigned) = Fengqian (fengqian-gao) ** Changed in: python-neutronclient Status: New = In Progress -- You received this bug notification because you are

[Yahoo-eng-team] [Bug 1288070] Re: empty __init__.py contains copyright information

2014-03-04 Thread Fengqian
** Changed in: python-neutronclient Status: In Progress = 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/1288070 Title: empty __init__.py contains

[Yahoo-eng-team] [Bug 1288098] [NEW] v3 Service Catalog doesn't expose service name

2014-03-04 Thread Jamie Lennox
Public bug reported: Service name is a provided (though i don't think required) value for creating a service. In the V2 API this name is exposed as part of the service catalog. This name value can be filtered through the nova, glance and other clients however is not currently provided by the v3