[release-announce] [horizon] django_openstack_auth 3.1.0 (ocata)

no-reply at openstack.org no-reply at openstack.org
Fri Jan 20 02:54:11 UTC 2017


We jubilantly announce the release of:

django_openstack_auth 3.1.0: Django authentication backend for use
with OpenStack Identity

This release is part of the ocata release series.

The source is available from:

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

Download the package from:

    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 3.0.0..3.1.0
---------------------------------------------

f0c7f27 Add K2K Auth Dropdown
6d82a31 Updated from global requirements
597e6d7 Refactor project and domain scoping
96ca109 Get remote address from client, behind proxy servers, to log on console.
f68a5a7 Add Constraints support
23b8c6e Updated from global requirements
21f6235 python3.0 has disable LOG.warn
b80373a Updated from global requirements
f7e9301 Show team and repo badges on README
b8567d6 Fix policy check short circuit
d27cb30 Updated from global requirements


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

README.rst                        |   9 +
openstack_auth/backend.py         | 109 +++----------
openstack_auth/forms.py           |  14 +-
openstack_auth/plugin/__init__.py |   4 +-
openstack_auth/plugin/base.py     | 113 +++++++++++++
openstack_auth/plugin/k2k.py      | 104 ++++++++++++
openstack_auth/policy.py          |  15 +-
openstack_auth/urls.py            |   5 +-
openstack_auth/utils.py           |  73 +++++++++
openstack_auth/views.py           |  76 ++++++++-
requirements.txt                  |   8 +-
tools/tox_install.sh              |  30 ++++
tox.ini                           |  20 ++-
16 files changed, 817 insertions(+), 149 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 9d8e216..cb502f3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-pbr>=1.6 # Apache-2.0
+pbr>=1.8 # Apache-2.0
@@ -7,3 +7,3 @@ oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
-oslo.policy>=1.15.0 # Apache-2.0
-python-keystoneclient>=3.6.0 # Apache-2.0
-keystoneauth1>=2.14.0 # Apache-2.0
+oslo.policy>=1.17.0 # Apache-2.0
+python-keystoneclient>=3.8.0 # Apache-2.0
+keystoneauth1>=2.17.0 # Apache-2.0





More information about the Release-announce mailing list