b1ed3d0123
- Add py35 tox virtualenv - Fix a doc typo - Use an env variable for connection string default - Show team and repo badges on README - Fix import order - Add Log Insight driver - Add Elasticsearch driver - Update dependencies' version from project requirements - Add a redis driver - Trivial: Remove vim header from source files - Add exception to trace point details - Add reno for release notes management - Visualize trace output as graph - Update documentation to the latest state - Add AUTHORS and ChangeLog to .gitignore - Replace six.iteritems() with .items() - Organize unit tests under tests/unit folder - Move hacking checks outside tests - Error out for invalid trace ID - Use method constant_time_compare from oslo.utils - [doc]Add description for multi-backend URI - Update devstack plugin readme to enable Panko - Pretty print json output - Heat and Cinder now use new style conf - Use oslo_utils.uuidutils.is_uuid_like - Update homepage with developer documentation page - Replace logging with oslo_log - Pass oslo.messaging kwargs only for "messaging://" - Add .idea folder to .gitignore OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-osprofiler?expand=0&rev=11
13 lines
676 B
Plaintext
13 lines
676 B
Plaintext
<services>
|
|
<service mode="disabled" name="renderspec">
|
|
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/osprofiler/osprofiler.spec.j2</param>
|
|
<param name="output-name">python-osprofiler.spec</param>
|
|
<param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-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>
|