python-manilaclient/releasenotes/notes/bp-integrate-os-profiler-4818066dc2fbf7b7.yaml
kpdev a34aca6b3d Add profiling support to manilaclient
To be able to create profiling traces for Manila, client should be
able to send special HTTP header that contains trace info.

Don't worry no security issue here, trace information is signed by HMAC
key that is setted in api-paste.ini. So only person that knows HMAC key
is able to send proper header.

Main patch (in Manila) is:
https://review.opendev.org/c/openstack/manila/+/769729

Change-Id: I20cdb404c6df1be51321afca90aac33ec7eb3475
2021-02-10 16:01:19 +01:00

7 lines
107 B
YAML

---
features:
- |
OS profiler is now supported within the v2 client and the
manilaclient shell.