Dirk Mueller
43c46bc8b3
- Switch to stestr - When shortening span-ids, check if they're already short - Do not insert osprofiler filter into Neutron api-paste pipeline - Change python3.5 job to python3.7 job on Stein+ - import zuul job settings from project-config - [devstack] Add support for elasticsearch backend - Change openstack-dev to openstack-discuss - Update reno for stable/rocky - Update min tox version to 2.0 - Don't quote {posargs} in tox.ini - add python 3.6 unit test job - Make tracing of SQL statements configurable in DevStack plugin - add lib-forward-testing-python3 test job - build universal wheels - Reload keystone to apply osprofiler config - Allow test path to be overridden - Add sqlalchemy collector - Configure Jaeger collector in DevStack - add password for connecting redis-sentinel - Add support for mongodb backend in devstack plugin - In DevStack install Redis client library via pip, not as system package - Use $STACK_USER variable in install_jaeger function - Change http to https in reference link - In case of an error, always add message - Use templates for cover and lower-constraints - remove 0001-Add-sqlalchemy-collector.patch and 0001-Don-t-fail-if-sqlalchemy-driver-fails-to-initialize.patch OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-osprofiler?expand=0&rev=23
13 lines
666 B
Plaintext
13 lines
666 B
Plaintext
<services>
|
|
<service mode="disabled" name="renderspec">
|
|
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/osprofiler/osprofiler.spec.j2</param>
|
|
<param name="output-name">python-osprofiler.spec</param>
|
|
<param name="requirements">https://raw.githubusercontent.com/openstack/osprofiler/stable/stein/requirements.txt</param>
|
|
<param name="changelog-email">cloud-devel@suse.de</param>
|
|
<param name="changelog-provider">gh,openstack,osprofiler</param>
|
|
</service>
|
|
<service mode="disabled" name="download_files">
|
|
</service>
|
|
<service name="format_spec_file" mode="disabled"/>
|
|
</services>
|