Comment 2 for bug 1863888

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

Reviewed: https://review.opendev.org/708634
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=e4de8d0dd3fed2145a309cf2ca7a487f73545af3
Submitter: Zuul
Branch: master

commit e4de8d0dd3fed2145a309cf2ca7a487f73545af3
Author: Alexandros Soumplis <email address hidden>
Date: Wed Feb 19 14:02:25 2020 +0200

    Improve log message on exception for invalid tunnel type

    When a tunnel with an invalid or unsupported type is to be created an
    exception is raised but does not contain info for the offending host.
    Add the host info and tunnel ip address to the exception error message
    for better debugging

    Change-Id: Id989f20043c252ff61ab9a6ee227e8c9c7c5029b
    Closes-Bug: #1863888