Comment 4 for bug 1781619

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

Reviewed: https://review.openstack.org/583400
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_neutron/commit/?id=ad47b94849e772e4dc49d863b6a3fe7f89445dff
Submitter: Zuul
Branch: master

commit ad47b94849e772e4dc49d863b6a3fe7f89445dff
Author: Jonathan Rosser <email address hidden>
Date: Tue Jul 17 21:05:40 2018 +0000

    Add osprofiler to api-paste pipeline

    The osprofiler filter is included in the standard pipelines for
    nova, glance, cinder, heat, magnum [1], but is missing for
    upstream neutron.

    This means when a deployment uses profiling, there is a gap in the
    data collected when the neutron API is executing.

    Upstream fix https://review.openstack.org/#/c/583362/

    [1] https://github.com/openstack/openstack-ansible-os_nova/blob/master/templates/api-paste.ini.j2#L31-L32

    Change-Id: I63e2e8a1886527d363986bbb82c069eaaaa4406a
    Partial-Bug: #1781619