[openstack-dev] [new][horizon] django_openstack_auth 2.4.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Mon Aug 8 15:04:10 UTC 2016


We are enthusiastic to announce the release of:

django_openstack_auth 2.4.0: Django authentication backend for use
with OpenStack Identity

This release is part of the newton release series.

With source available at:

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

With package available at:

    https://pypi.python.org/pypi/django_openstack_auth

Please report issues through launchpad:

    https://bugs.launchpad.net/django-openstack-auth

For more details, please see below.

Changes in django_openstack_auth 2.3.0..2.4.0
---------------------------------------------

6c8a1d4 Fix django 1.10 tox env
90822c4 Updated from global requirements
946321d Updated from global requirements
e46f0dc Fix Django 1.10 tox env
cdccf59 [Django 1.10] Define TEMPLATES
9ad524b Add 'is_admin_project' attribute in token
a8c273f Not authorized when logout and creating instance
6e58b9f Updated from global requirements
ac1ff60 Adding tenant_id to policy default
0afe75f Add Django 1.10 tox env
9c73ff2 Updated from global requirements
1ad9525 Updated from global requirements
c40b265 Make fix_auth_url_version() delegate emitting the warning up the stack
4a81cdd Updated from global requirements
962076b Imported Translations from Zanata
d2b9c5a Imported Translations from Zanata
4d07804 Updated from global requirements
2a3fb85 Updated from global requirements


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

openstack_auth/backend.py                         | 14 +++-
openstack_auth/locale/cs/LC_MESSAGES/django.po    | 21 +++---
openstack_auth/locale/en_GB/LC_MESSAGES/django.po | 12 ++--
openstack_auth/policy.py                          |  3 +
openstack_auth/user.py                            |  2 +
openstack_auth/utils.py                           | 87 +++++++++++++++--------
openstack_auth/views.py                           |  6 +-
requirements.txt                                  |  6 +-
test-requirements.txt                             |  4 +-
tox.ini                                           |  4 ++
12 files changed, 139 insertions(+), 72 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 6d19807..59bbca7 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,2 +6,2 @@ Django<1.9,>=1.8 # BSD
-oslo.config>=3.9.0 # Apache-2.0
-oslo.policy>=0.5.0 # Apache-2.0
+oslo.config>=3.14.0 # Apache-2.0
+oslo.policy>=1.9.0 # Apache-2.0
@@ -9 +9 @@ python-keystoneclient!=1.8.0,!=2.1.0,>=1.7.0 # Apache-2.0
-keystoneauth1>=2.1.0 # Apache-2.0
+keystoneauth1>=2.10.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 282368c..6610270 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +7 @@ coverage>=3.6 # Apache-2.0
-mock>=1.2 # BSD
+mock>=2.0 # BSD
@@ -9 +9 @@ mox3>=0.7.0 # Apache-2.0
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
+sphinx!=1.3b1,<1.3,>=1.2.1 # BSD





More information about the OpenStack-dev mailing list