[openstack-announce] [release][horizon] django_openstack_auth release 2.1.1 (mitaka)

davanum at gmail.com davanum at gmail.com
Thu Dec 17 11:46:31 UTC 2015


We are overjoyed to announce the release of:

django_openstack_auth 2.1.1: Django authentication backend for use
with OpenStack Identity

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

For more details, please see below and:

    https://launchpad.net/django-openstack-auth/+milestone/2.1.1

Please report issues through launchpad:

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


Changes in django_openstack_auth 2.1.0..2.1.1
---------------------------------------------

e7814b2 Fixing backward compatibility
ce52637 Add domain initial value on login
8f1e567 Move d-o-a auth library to keystoneauth
885cdd9 Use set comprehension instead of converting lists to sets

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

openstack_auth/backend.py         | 15 ++++++-------
openstack_auth/forms.py           |  2 ++
openstack_auth/plugin/base.py     |  2 +-
openstack_auth/plugin/password.py |  4 ++--
openstack_auth/plugin/token.py    |  4 ++--
openstack_auth/user.py            | 19 +++++++----------
openstack_auth/utils.py           | 15 +++++++++----
openstack_auth/views.py           |  6 ++++--
requirements.txt                  |  1 +
12 files changed, 75 insertions(+), 77 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 80f10cb..bc5ff28 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,0 +9 @@ python-keystoneclient!=1.8.0,>=1.6.0
+keystoneauth1>=2.1.0





More information about the OpenStack-announce mailing list