Comment 23 for bug 1720727

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

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

commit d865155757b4c46488083c1827623d635352c62a
Author: Nguyen Phuong An <email address hidden>
Date: Thu Jun 28 14:32:46 2018 +0700

    Add notification callback events for FWaaS v2

    This patch adds notification callback events (AFTER_CREATE,
    AFTER_DELETE, AFTER_UPDATE) for firewall group, firewall policy and
    firewall rule resource. These events could be used by the other service
    such as logging.

    TODO: UTs should be added to cover all of code of driver_api in Stein.

    Co-Authored-By: Kim Bao Long <email address hidden>
    Change-Id: Ic500270718c128284e337301fb2af0e04d850b5d
    Partial-Bug: #1720727