Comment 7 for bug 1794504

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (stable/queens)

Reviewed: https://review.opendev.org/671751
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=da171abc262777c3a57246a2c0102ad3ba27915b
Submitter: Zuul
Branch: stable/queens

commit da171abc262777c3a57246a2c0102ad3ba27915b
Author: David Rabel <email address hidden>
Date: Fri Sep 28 12:59:36 2018 +0200

    openvswitch: always run handler to to ensure OVS bridges are up

    When editing external bridge configuration and running a reconfigure
    on openvswitch, handler "Ensuring OVS bridge is properly setup"
    needs to run, but doesn't.

    This moves the task from handlers to own file and always includes it
    after running the handlers.

    Change-Id: Iee39cf00b743ab0776354749c6e162814b5584d8
    Closes-Bug: #1794504
    (cherry picked from commit 8736817a989213df0f40a72f7e7163d9792aee43)