[Yahoo-eng-team] [Bug 1575598] [NEW] ComputeTaskManager.build_instances exception handling can fail

2016-04-27 Thread Robin Neatherway
Public bug reported: If a MaxRetriesExceeded exception is raised by scheduler_utils.populate_retry then request_spec will be undefined in the exception handler, see: https://git.openstack.org/cgit/openstack/nova/tree/nova/conductor/manager.py#n422 This was introduced by moving the initializati

[Yahoo-eng-team] [Bug 1575589] [NEW] RemoveVIPFloatingIP.single() fails in Python 3

2016-04-27 Thread Robin Neatherway
Public bug reported: This function uses the list comprehension iteration variable where it will be out of scope in Python 3, see https://git.openstack.org/cgit/openstack/horizon/tree/openstack_dashboard/dashboards/project/loadbalancers/tables.py#n369 This should be replace with vip_fips[0]. As lo

[Yahoo-eng-team] [Bug 1575285] [NEW] _BroadcastMessage._send_response raises TypeError

2016-04-26 Thread Robin Neatherway
Public bug reported: The class _BaseMessage defines a method named _send_json_responses, which takes a named parameter neighbor_only. Later on in the same class, another method _send_response makes a call to _send_json_responses (on line 285), setting neighbor_only explicitly. However, a subclass