Comment 10 for bug 1762454

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

Reviewed: https://review.openstack.org/580552
Committed: https://git.openstack.org/cgit/openstack/neutron-fwaas/commit/?id=f8e4a193e7930c2e9ef169c6e3be53a3e2a39dbe
Submitter: Zuul
Branch: master

commit f8e4a193e7930c2e9ef169c6e3be53a3e2a39dbe
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