From 59fa2b448090b31a4c0e40bfc6b05053b8859034 Mon Sep 17 00:00:00 2001 From: Eric Fried Date: Thu, 11 Jul 2019 16:40:02 -0500 Subject: [PATCH] Release keystoneauth 3.15.0 This feature release brings in a couple of outward-facing changes: - The Adapter parameters ``connect_retries`` and ``status_code_retries`` can now be set via configuration options ``connect-retries`` and ``status-code-retries`` accordingly. [1] - The ``X-Openstack-Request-Id`` header can now be set per-request via a ``global_request_id`` kwarg to ``Adapter`` and ``Session`` request methods (``request()``, ``get()``, ``put()``, etc.) [2] [1] I67ba69bfff69676ceb28b8a7515f10f5eff21c4c [2] Ied73320fcd813ae796e40cbdb30717900486b92c Change-Id: Ie11383ac5c0dd2ee9b8a1730b7e365362e7c0084 --- deliverables/train/keystoneauth.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/deliverables/train/keystoneauth.yaml b/deliverables/train/keystoneauth.yaml index 953a79602f..17cc447aa8 100644 --- a/deliverables/train/keystoneauth.yaml +++ b/deliverables/train/keystoneauth.yaml @@ -1,5 +1,5 @@ --- -include-pypi-link: yes +include-pypi-link: true launchpad: keystoneauth release-model: cycle-with-intermediary team: keystone @@ -13,3 +13,8 @@ releases: repo: openstack/keystoneauth tarball-base: keystoneauth1 version: 3.14.0 + - projects: + - repo: openstack/keystoneauth + hash: 3fd9ce7007208b8d59fa36f89a74769b33a8a803 + tarball-base: keystoneauth1 + version: 3.15.0