[openstack-announce] [release][keystone] keystoneauth release 1.1.0 (liberty)

davanum at gmail.com davanum at gmail.com
Fri Sep 18 10:44:11 UTC 2015


We are overjoyed to announce the release of:

keystoneauth 1.1.0: Authentication Library for OpenStack Identity

This release is part of the liberty release series.

With source available at:

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

With package available at:

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

For more details, please see the git log history below and:

    http://launchpad.net/keystoneauth/+milestone/1.1.0

Please report issues through launchpad:

    http://bugs.launchpad.net/keystoneauth

Changes in keystoneauth1 1.0.0..1.1.0
-------------------------------------

cd9bd94 Updated from global requirements
835dfb8 There is no token_endpoint.TokenEndpoint
ce67a60 Use option dest rather than name in missing error
b46985e Move generic loading tests into loading folder
a79f550 Move session loading tests into loading section
c8d7506 Identity plugin thread safety
fac161a Fix typo in Python package summary in setup.cfg
ec16789 Convert project to os-testr
961809e Move around the tests so they can be found easier

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

keystoneauth1/exceptions/auth_plugins.py           |   2 +-
keystoneauth1/identity/base.py                     |  12 +-
keystoneauth1/loading/_plugins/admin_token.py      |   2 +-
.../unit/identity/test_identity_v3_federation.py   | 214 ++++++++
setup.cfg                                          |   2 +-
setup.py                                           |   2 +-
test-requirements.txt                              |   1 +
tox.ini                                            |   2 +-
37 files changed, 2779 insertions(+), 2735 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index ffa2aaf..dc735af 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -16,0 +17 @@ oslotest>=1.10.0 # Apache-2.0
+os-testr>=0.1.0





More information about the OpenStack-announce mailing list