Comment 64 for bug 1468366

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

Reviewed: https://review.openstack.org/528977
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=081870b1a58caf954188a5788b76d2f7e28e799d
Submitter: Zuul
Branch: master

commit 081870b1a58caf954188a5788b76d2f7e28e799d
Author: Nguyen Phuong An <email address hidden>
Date: Tue Dec 19 14:17:10 2017 +0700

    [log]: Change entry point name of logging plugin

    The name ('logapi') seems redundant 'api' and it looks inconsistent
    with entry point name of logging agent extension ('log') and
    LoggingPlugin class[1]. So this patch change 'logapi' to 'log' to
    make it look consistent.

    [1] https://github.com/openstack/neutron/blob/master/neutron/services/logapi/logging_plugin.py#L27

    Change-Id: I57d0b86823670a1dc5d116d98059993c802ef86c
    Partially-implements: blueprint security-group-logging
    Related-Bug: #1468366