
The osprofiler filter is included in the standard pipelines for nova, glance, cinder, heat, magnum [1], but is missing for neutron. This means when a deployment uses profiling, there is a gap in the data collected when the neutron API is executing. [1] https://github.com/openstack/openstack-ansible-os_nova/blob/master/templates/api-paste.ini.j2#L31-L32 Change-Id: I8e45888968cde8ca29548447d0b0bc00ae569fc1 Closes-Bug: #1781619
To generate the sample neutron configuration files, run the following command from the top level of the neutron directory: tox -e genconfig If a 'tox' environment is unavailable, then you can run the following script instead to generate the configuration files: ./tools/generate_config_file_samples.sh