Comment 2 for bug 1385257

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

Reviewed: https://review.openstack.org/135011
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=e0e8a2e9e81c2f6293eaa8556c5ecdac910358cb
Submitter: Jenkins
Branch: master

commit e0e8a2e9e81c2f6293eaa8556c5ecdac910358cb
Author: Eugene Nikanorov <email address hidden>
Date: Mon Nov 17 20:49:09 2014 +0400

    Catch DBReferenceError exception during binding a router

    In some cases (Concurrent API tests) router can be deleted
    before it is bound to an agent by scheduler.
    That may lead to traces on L3 agent side returned via RPC.
    Need to handle this case in more graceful way.

    Change-Id: Ic52c26ace7f32a615150bd6098b244ae0b98250c
    Closes-Bug: #1385257