OSprofiler release notes

Change-Id: Ic642caac9fd03548b513ba557212383798853135
This commit is contained in:
Alexander Makarov 2016-04-13 18:09:12 +03:00
parent 639e36adbf
commit 3306dc20ba
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
---
features:
- OSprofiler support was added. This cross-project profiling library
allows to trace various requests through all OpenStack
services that support it. To initiate OpenStack
request tracing `--profile <HMAC_KEY>` option needs to be added to
the CLI command. Configuration and usage details can be foung in
[`OSProfiler documentation <http://docs.openstack.org/developer/osprofiler/api.html>`_]
upgrade:
- OSprofiler support was introduced. To allow its usage the
keystone-paste.ini file needs to be modified to contain osprofiler
middleware.