[release-announce] keystoneauth1 3.16.0 (train)

no-reply at openstack.org no-reply at openstack.org
Fri Aug 9 15:29:20 UTC 2019


We are pleased to announce the release of:

keystoneauth1 3.16.0: Authentication Library for OpenStack Identity

This release is part of the train release series.

The source is available from:

    https://opendev.org/openstack/keystoneauth1

Download the package from:

    https://pypi.org/project/keystoneauth1

For more details, please see below.

3.16.0
^^^^^^

New Features

* Allows configuring fixed retry delay for connection and status
  code retries via the new parameters "connect_retry_delay" and
  "status_code_retry_delay" accordingly.

Changes in keystoneauth1 3.15.0..3.16.0
---------------------------------------

8e59fb2 Add remove_service to token fixtures
bca9ee7 Allow requesting fixed retry delay instead of exponential


Diffstat (except docs and test files)
-------------------------------------

keystoneauth1/adapter.py                           | 19 ++++--
keystoneauth1/fixture/v2.py                        |  5 ++
keystoneauth1/fixture/v3.py                        |  6 ++
keystoneauth1/loading/adapter.py                   | 19 ++++++
keystoneauth1/session.py                           | 78 +++++++++++++++++-----
.../notes/retry-delay-68d0c0a1dffcf2fd.yaml        |  6 ++
9 files changed, 167 insertions(+), 24 deletions(-)







More information about the Release-announce mailing list