Comment 5 for bug 1787397

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

Reviewed: https://review.openstack.org/602355
Committed: https://git.openstack.org/cgit/openstack/charm-neutron-api/commit/?id=47a2b8fbb49178b28575e534d86189b2ca813303
Submitter: Zuul
Branch: master

commit 47a2b8fbb49178b28575e534d86189b2ca813303
Author: Vladimir Grevtsev <email address hidden>
Date: Tue Oct 9 11:41:09 2018 +0300

    Enable support for security group logging

    Add support to enable logging of security groups for
    OpenStack Queens or later; this feature is enabled via
    the neutron-api charm, with local configuration options
    provided in the neutron-openvswitch charm.

    The feature is only compatible with the openvswitch firewall
    driver and will not be enabled if this configuration option
    is not set in the neutron-openvswitch charm.

    This change is removing unnecessary Neutron config
    option "neutron_firewall_driver" since FW drivers are
    being handled on agents side (not on API server) since
    Mitaka release.

    Change-Id: Icadb055b2c5c3216b6d086b44a4823595b2baffa
    Closes-Bug: #1787397