Comment 5 for bug 1700323

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

Reviewed: https://review.openstack.org/499156
Committed: https://git.openstack.org/cgit/openstack/openstack-helm/commit/?id=4ed7de8f715fbda77fee7fc05deebcdc78ab7e0a
Submitter: Jenkins
Branch: master

commit 4ed7de8f715fbda77fee7fc05deebcdc78ab7e0a
Author: Artur Korzeniewski <email address hidden>
Date: Fri Sep 8 09:38:05 2017 +0200

    Neutron: fix reg exp for finding default tunneling interface

    Grep the output from 'ip route' command matching first word after match.
    The OVS was fixed some time ago, but in new linuxbridge the default
    tunnel interface was following wrong grep expression.
    Making both OVS and linuxbridge to follow the same reg exp.

    Change-Id: I222d694b06285d5ec3d848ee157542796dfc1cc7
    Closes-Bug: #1700323