[release-announce] [keystone] keystoneauth1 3.0.1 (pike)

no-reply at openstack.org no-reply at openstack.org
Sat Jul 22 22:25:55 UTC 2017


We are amped to announce the release of:

keystoneauth1 3.0.1: Authentication Library for OpenStack Identity

This release is part of the pike release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/keystoneauth

Download the package from:

    https://pypi.python.org/pypi/keystoneauth1

Please report issues through launchpad:

    https://bugs.launchpad.net/keystoneauth

For more details, please see below.

Changes in keystoneauth1 3.0.0..3.0.1
-------------------------------------

ccbd20e Ensure constructed urls have trailing '/'s
f6c9d04 Handle pathless URLs
c09072e Add note to requirements.txt


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

keystoneauth1/discover.py                          | 13 ++++++---
requirements.txt                                   |  9 +++++++
3 files changed, 49 insertions(+), 4 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 083ceb0..2e3b9c5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,0 +5,9 @@
+# All additions to this file must have significant justification.
+
+# NOTE(morgan) At no time may any olso library be added to the keystoneauth
+# requirements. The requirements for keystoneauth are very tightly controlled
+# to ensure we are not pulling in a ton of transient dependencies. This is
+# important from the standpoint of ensuring keystoneauth can be used outside
+# of openstack-specific projects (allowing interaction with openstack APIs)
+# where oslo and associated transient dependencies are not desired.
+





More information about the Release-announce mailing list