[openstack-dev] [new][keystone] keystoneauth1 2.12.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Tue Aug 23 16:03:17 UTC 2016


We are mirthful to announce the release of:

keystoneauth1 2.12.0: Authentication Library for OpenStack Identity

This release is part of the newton 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.

2.12.0
^^^^^^

HTTP connections work under Windows Subsystem for Linux


Bug Fixes
*********

* [bug 1614688
  (https://bugs.launchpad.net/keystoneauth/+bug/1614688)] HTTP
  connections were failing under Windows subsystem for Linux because
  TCP_KEEPCNT was being set and that environment does not support such
  override yet.

Changes in keystoneauth1 2.11.1..2.12.0
---------------------------------------

e3009ab Disables TCP_KEEPCNT when using Windows Subsystem for Linux
fee1f8b Updated from global requirements
fe7ea40 Allow identity plugins to discover relative version urls
acbd414 Update the home-page in setup.cfg


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

keystoneauth1/_utils.py                            |  8 +++
keystoneauth1/identity/base.py                     | 10 ++-
keystoneauth1/session.py                           |  4 +-
.../notes/bug-1614688-c4a1bd54f4ba5644.yaml        |  9 +++
setup.cfg                                          |  2 +-
test-requirements.txt                              |  2 +-
8 files changed, 124 insertions(+), 7 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 8568319..adc760a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +8 @@ flake8-docstrings==0.2.1.post1 # MIT
-bandit>=1.0.1 # Apache-2.0
+bandit>=1.1.0 # Apache-2.0





More information about the OpenStack-dev mailing list