diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-02-24 16:09:54 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-02-24 16:09:54 +0000 |
commit | be6a1e142701b16e8b4a664706fa192df0cf8ad1 (patch) | |
tree | 2e405eee0239fcd0a1337a4b29727c9cfe71e07d /releasenotes | |
parent | 1a9870b67a2019f1c516e523f008a32fbbbff746 (diff) | |
parent | badfc96046f8863ddaaa1d911a6448249785db29 (diff) | |
download | python-neutronclient-be6a1e142701b16e8b4a664706fa192df0cf8ad1.tar.gz |
Merge "Add profiling support to neutronclient"
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/osprofiler-support-9ba539761ae437e9.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/osprofiler-support-9ba539761ae437e9.yaml b/releasenotes/notes/osprofiler-support-9ba539761ae437e9.yaml new file mode 100644 index 0000000..98e2bb1 --- /dev/null +++ b/releasenotes/notes/osprofiler-support-9ba539761ae437e9.yaml @@ -0,0 +1,6 @@ +--- +features: + - | + Add osprofiler support to the neutronclient python binding. + If osprofiler is initiated, neutronclient sends a special HTTP + header that contains trace info. |