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
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
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
3 matches
Mail list logo