Comment 14 for bug 1762454

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

Reviewed: https://review.openstack.org/613657
Committed: https://git.openstack.org/cgit/openstack/neutron-fwaas/commit/?id=eafcbce1977a541e3530398cfe362e3474a3de6a
Submitter: Zuul
Branch: stable/rocky

commit eafcbce1977a541e3530398cfe362e3474a3de6a
Author: Yushiro FURUKAWA <email address hidden>
Date: Fri Jul 6 13:16:40 2018 +0900

    Fix associating firewall group with DVR/L3HA port

    This commit enables to specify DVR/L3HA port for firewall group. We can
    select a port with following device_owner in creating/updating firewall
    group.

        * DVR: 'network:router_interface_distributed'
        * L3HA: 'network:ha_router_replicated_interface'

    Co-Authored-By: Nguyen Phuong An <email address hidden>
    Change-Id: I05f0f652f3e43d5c1ce5ae7933991cf92a418920
    Closes-Bug: #1762454
    (cherry picked from commit f8e4a193e7930c2e9ef169c6e3be53a3e2a39dbe)