244780fba8
python-openstackclient does this in a wrapper class around Session, and openstacksdk does something similar that could be removed if support were directly in keystoneauth. Add this so that we can remove the custom wrapper/manipulation in openstackclient and openstacksdk. Change-Id: Icf00c66f57d20d2cef724c233160d3b1e0d52102
9 lines
331 B
YAML
9 lines
331 B
YAML
---
|
|
features:
|
|
- |
|
|
Added ``collect_timing`` option to ``keystoneauth1.session.Session``.
|
|
The option, which is off by default, causes the ``Session`` to collect
|
|
API timing information for every call it makes. Methods ``get_timings``
|
|
and ``reset_timings`` have been added to allow getting and clearing the
|
|
data.
|