Comment 8 for bug 1747709

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

Reviewed: https://review.openstack.org/542257
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=02cc3ca30733c88003331af26fbd364d703dd552
Submitter: Zuul
Branch: master

commit 02cc3ca30733c88003331af26fbd364d703dd552
Author: Sławek Kapłoński <email address hidden>
Date: Thu Feb 8 16:07:33 2018 +0100

    ovsfw: Update SG rules even if OVSFW Port is not found

    In patch [1] ovs firewall driver was changed and update_port_filter()
    method was not trying to initialize port flows in case when
    OVSFWPortNotFound is raised.
    Without that when e.g. instance is hard rebooted and of_port
    number is changed firewall openflow rules were not initialized
    for such port and there was no connectivity to such VM.

    [1] https://review.openstack.org/#/c/531414/

    Change-Id: I6d917cbac61293e9a956a2efcd9f2b720e4cac95
    Closes-Bug: #1747709