Comment 6 for bug 1545695

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

Reviewed: https://review.openstack.org/297050
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=92d58fc1fbea424374f690fe4ce4fd04a097c306
Submitter: Jenkins
Branch: stable/liberty

commit 92d58fc1fbea424374f690fe4ce4fd04a097c306
Author: Oleg Bondarev <email address hidden>
Date: Mon Feb 15 15:39:59 2016 +0300

    L3 agent: log traceback on floating ip setup failure

    Currently l3 agent suppresses exception traceback and just
    raises new FloatingIpSetupException so it's impossible to see
    actual issue from logs.
    The patch adds LOG.exception() to the exception handler before
    reraising.

    Conflicts:
     neutron/agent/l3/router_info.py

    Closes-Bug: #1545695
    Change-Id: Ia4557473c7e362f98a564475527b97ee6d0178f9
    (cherry picked from commit 3188b458fd29bbd7711277bc337c0dacbaab4b9e)