[Yahoo-eng-team] [Bug 1620692] [NEW] Debug logging in scheduler kills performance

2016-09-06 Thread Ryan Rossiter
Public bug reported: When using the filter_scheduler with 400 hosts (not a very large number) and debug logging turned on, scheduling times start taking a very long time. With debug logging on, select_destinations() can swing anywhere between 3 and 18 seconds. With debug logging off,

[Yahoo-eng-team] [Bug 1581203] [NEW] Default policy allows unrestricted CRUD on os-server-tags

2016-05-12 Thread Ryan Rossiter
: Medium Assignee: Ryan Rossiter (rlrossit) Status: In Progress ** Tags: api policy tags -- 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/1581203 Title

[Yahoo-eng-team] [Bug 1564182] Re: CPU Metrics not working

2016-03-31 Thread Ryan Rossiter
*** This bug is a duplicate of bug 1514997 *** https://bugs.launchpad.net/bugs/1514997 ** This bug has been marked a duplicate of bug 1514997 Metrics filter receives wrong metric value -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1555826] [NEW] Functional API client has incorrect URL for volumes

2016-03-10 Thread Ryan Rossiter
- compute-v2.1.html#os-volumes]. This will cause any tests that want to use that helper method to get a 404 instead of their desired function. ** Affects: nova Importance: Medium Assignee: Ryan Rossiter (rlrossit) Status: Triaged ** Tags: api functional testing -- You received

[Yahoo-eng-team] [Bug 1554631] [NEW] Cinder exceptions returned from nova rest api as 500 errors

2016-03-08 Thread Ryan Rossiter
his at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible. The volume API needs to wrap these exceptions and return the nova equivalent to the rest API so the appropriate return code can be returned. ** Affects: nova Importance: Undecided Assignee: Ryan Rossiter (r

[Yahoo-eng-team] [Bug 1554617] [NEW] Tests for aggregates use getattr() improperly

2016-03-08 Thread Ryan Rossiter
the default. ** Affects: nova Importance: Undecided Assignee: Ryan Rossiter (rlrossit) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1554617

[Yahoo-eng-team] [Bug 1537882] [NEW] test_obj_make_compatible() does not call __init__ properly on ServiceStatusPayload objects

2016-01-25 Thread Ryan Rossiter
obj_class().obj_to_primitive(**kwargs) TypeError: __init__() takes exactly 2 arguments (1 given) So we need to somehow inject args to __init__() when we need to... ** Affects: nova Importance: Undecided Assignee: Ryan Rossiter (rlrossit) Status: New **

[Yahoo-eng-team] [Bug 1535327] [NEW] neutron.common.rpc has no unit test coverage

2016-01-18 Thread Ryan Rossiter
Public bug reported: The neutron.common.rpc module has no unit test coverage. The following change was made to neutron/common/rpc.py: 68 def cleanup(): 69 global TRANSPORT, NOTIFIER 70 assert TRANSPORT is not None 71 assert NOTIFIER is not None 72 #TRANSPORT.cleanup() 73 #

[Yahoo-eng-team] [Bug 1533741] [NEW] nova.rpc module is only indirectly unit tested

2016-01-13 Thread Ryan Rossiter
() from the cleanup function. Tests should be added for all of the public functions, along with tests for RequestContextSerializer for both a given base, and a null base. ** Affects: nova Importance: Undecided Assignee: Ryan Rossiter (rlrossit) Status: New ** Changed in: nova

[Yahoo-eng-team] [Bug 1532078] [NEW] Aggregate availability_zone access throws NotImplementedError when metadata is null

2016-01-07 Thread Ryan Rossiter
/.tox/py27/local/lib/python2.7/site-packages/oslo_versionedobjects/base.py", line 578, in obj_load_attr _("Cannot load '%s' in the base class") % attrname) NotImplementedError: Cannot load 'metadata' in the base class ** Affects: nova Importance: Undecided Assig

[Yahoo-eng-team] [Bug 1516137] [NEW] There should be a nova.objects.fields.ContainerFormatEnum for the ImageMeta.container_format field

2015-11-13 Thread Ryan Rossiter
Public bug reported: In the same way that https://bugs.launchpad.net/nova/+bug/1489531 was for changing the disk format, we should also have an enum for container format so we can control that a little better. ** Affects: nova Importance: Undecided Assignee: Ryan Rossiter (rlrossit

[Yahoo-eng-team] [Bug 1471978] [NEW] test_relationships() uses subobject version instead of relationship version

2015-07-06 Thread Ryan Rossiter
Public bug reported: Part of test_relationships() is spent building the subobject tree of each nova object (http://git.openstack.org/cgit/openstack/nova/tree/nova/tests/unit/objects/test_objects.py#n1274). In _build_tree(), a tree is built with all objects in the nova registry, and then it finds

[Yahoo-eng-team] [Bug 1339885] [NEW] exceptions.check_message does not work

2014-07-09 Thread Ryan Rossiter
Public bug reported: When using exceptions.check_message to check it a connection was refused by an API, check_message will check to see if the exception's message contains Connection and refused. When a connection is refused, the message does not contain exactly Connection and refused, but

[Yahoo-eng-team] [Bug 1334734] [NEW] User creation error not descriptive

2014-06-26 Thread Ryan Rossiter
Public bug reported: When the creation of a user fails by some exceptions within Keystone, the error message given by Horizon is Error: Unable to create user. The error message within Keystone CLI shows detailed description of error. To replicate: 1. Raise an exception within