[openstack-dev] [new][keystone] keystone 8.1.2 release (liberty)
no-reply at openstack.org
no-reply at openstack.org
Thu May 26 19:40:46 UTC 2016
We are content to announce the release of:
keystone 8.1.2: OpenStack Identity
This release is part of the liberty stable release series.
For more details, please see below.
Changes in keystone 8.1.0..8.1.2
--------------------------------
6bf21f3 Fix post jobs
cdc0c2c Updated from global requirements
f811287 Changed the key repo validation to allow read only
f3b9b41 Remove test_invalid_policy_raises_error
762b0c1 Updating sample configuration file
5e8a7a9 Keystone jobs should honor upper-constraints.txt
ce9572b Updated from global requirements
2ac19b7 Updating sample configuration file
9e9c442 Correct test to support changing N release name
cf9ebb4 Store config in drivers and use it to get list_limit
53a6dc0 Return 404 instead of 401 for tokens w/o roles
Diffstat (except docs and test files)
-------------------------------------
etc/keystone.conf.sample | 4 +--
keystone/cmd/cli.py | 4 +--
keystone/identity/backends/ldap.py | 8 +++---
keystone/identity/backends/sql.py | 1 +
keystone/identity/core.py | 9 ++++++-
keystone/token/provider.py | 40 ++++++++++++++++++------------
keystone/token/providers/fernet/utils.py | 32 +++++++++++++-----------
requirements.txt | 6 ++---
tox.ini | 14 ++++++++++-
12 files changed, 116 insertions(+), 52 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 084f251..32aa439 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11,2 +11,2 @@ Paste
-Routes!=2.0,!=2.1,>=1.12.3;python_version=='2.7'
-Routes!=2.0,>=1.12.3;python_version!='2.7'
+Routes!=2.0,!=2.1,!=2.3.0,>=1.12.3;python_version=='2.7' # MIT
+Routes!=2.0,!=2.3.0,>=1.12.3;python_version!='2.7' # MIT
@@ -19 +19 @@ passlib>=1.6
-python-keystoneclient!=1.8.0,>=1.6.0
+python-keystoneclient!=1.8.0,<3.0.0,>=1.6.0
More information about the OpenStack-dev
mailing list