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

no-reply at openstack.org no-reply at openstack.org
Tue Sep 27 19:18:30 UTC 2016


We are chuffed to announce the release of:

django_openstack_auth 2.4.1: Django authentication backend for use
with OpenStack Identity

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

61500ab Revert "Add is_authenticated and is_anonymous properties"
7091219 Imported Translations from Zanata
03a6db3 Add is_authenticated and is_anonymous properties
159e9aa Fix wrong warning about keystone version
321b1eb Update .gitreview for stable/newton
b3f99aa Updated from global requirements
9ae513a Imported Translations from Zanata
d9f9df3 Correctly initialize TestResponses


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

.gitreview                                        |  1 +
openstack_auth/locale/de/LC_MESSAGES/django.po    |  8 +--
openstack_auth/locale/en_AU/LC_MESSAGES/django.po | 10 ++-
openstack_auth/locale/fr/LC_MESSAGES/django.po    | 12 ++--
openstack_auth/locale/id/LC_MESSAGES/django.po    | 78 +++++++++++++++++++++++
openstack_auth/locale/ja/LC_MESSAGES/django.po    | 13 ++--
openstack_auth/locale/ko_KR/LC_MESSAGES/django.po | 20 +++---
openstack_auth/utils.py                           |  2 +-
requirements.txt                                  |  2 +-
10 files changed, 117 insertions(+), 31 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 59bbca7..20444d8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +8 @@ oslo.policy>=1.9.0 # Apache-2.0
-python-keystoneclient!=1.8.0,!=2.1.0,>=1.7.0 # Apache-2.0
+python-keystoneclient!=2.1.0,>=2.0.0 # Apache-2.0





More information about the OpenStack-dev mailing list