[openstack-dev] [new][keystone] keystoneauth1 2.4.1 release (mitaka)

no-reply at openstack.org no-reply at openstack.org
Mon May 23 18:01:03 UTC 2016


We are jazzed to announce the release of:

keystoneauth1 2.4.1: Authentication Library for OpenStack Identity

This release is part of the mitaka stable release series.

With source available at:

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

With package available at:

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

Please report issues through launchpad:

    http://bugs.launchpad.net/keystoneauth

For more details, please see below.

Changes in keystoneauth1 2.4.0..2.4.1
-------------------------------------

dd58541 Updated from global requirements
bc2354d Swap the order of username deprecation
73475f0 fix OrderedDict mutated during iteration

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

keystoneauth1/fixture/keystoneauth_betamax.py      | 2 +-
keystoneauth1/loading/_plugins/identity/generic.py | 5 ++---
keystoneauth1/loading/_plugins/identity/v2.py      | 7 +++----
keystoneauth1/loading/_plugins/identity/v3.py      | 5 ++---
setup.cfg                                          | 2 +-
test-requirements.txt                              | 2 +-
7 files changed, 11 insertions(+), 14 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index ad06c08..bf7f328 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10 @@ discover # BSD
-fixtures>=1.3.1 # Apache-2.0/BSD
+fixtures<2.0,>=1.3.1 # Apache-2.0/BSD





More information about the OpenStack-dev mailing list