Comment 4 for bug 1452458

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/liberty)

Reviewed: https://review.openstack.org/250781
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=5469d753f1857a2cd88d24d44338ec956b711bb9
Submitter: Jenkins
Branch: stable/liberty

commit 5469d753f1857a2cd88d24d44338ec956b711bb9
Author: Stephen Eilert <email address hidden>
Date: Tue Nov 17 16:49:19 2015 -0800

    Fix get_subnet_ids_on_router in dvr scheduler

    Added a check to verify if we do have any elements in the list of
    fixed_ips, before trying to retrieve the first element of the list, to
    get the subnet id. There were no checks in the original code, so it
    would crash.

    Change-Id: If32db500aa3a0c299a5f19c33c05237e8e407e08
    Closes-Bug: 1452458
    (cherry picked from commit d198b41def22a188f77948783e90632abb7a588a)