We are ecstatic to announce the release of: django_openstack_auth 3.1.1: Django authentication backend for use with OpenStack Identity This release is part of the ocata stable 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.1.0..3.1.1 --------------------------------------------- 1fa3ad7 Store the project domain ID in the Token object 08cd8d9 Imported Translations from Zanata fa09949 Imported Translations from Zanata 57b1f94 Add info logs to plugin scoping 93b1799 Imported Translations from Zanata 24aea56 Updated from global requirements ca31667 Allow federated users to auth with domain scope f3c2157 Fix exception catch-all in domain scope auth Diffstat (except docs and test files) ------------------------------------- openstack_auth/locale/ar/LC_MESSAGES/django.po | 7 +-- openstack_auth/locale/ca/LC_MESSAGES/django.po | 7 +-- openstack_auth/locale/cs/LC_MESSAGES/django.po | 7 +-- openstack_auth/locale/de/LC_MESSAGES/django.po | 29 ++++++++-- openstack_auth/locale/en_AU/LC_MESSAGES/django.po | 7 +-- openstack_auth/locale/en_GB/LC_MESSAGES/django.po | 7 +-- openstack_auth/locale/es/LC_MESSAGES/django.po | 7 +-- openstack_auth/locale/es_MX/LC_MESSAGES/django.po | 7 +-- openstack_auth/locale/fi_FI/LC_MESSAGES/django.po | 7 +-- openstack_auth/locale/fr/LC_MESSAGES/django.po | 14 ++--- openstack_auth/locale/hi/LC_MESSAGES/django.po | 7 +-- openstack_auth/locale/id/LC_MESSAGES/django.po | 27 +++++++-- openstack_auth/locale/it/LC_MESSAGES/django.po | 8 +-- openstack_auth/locale/ja/LC_MESSAGES/django.po | 31 +++++++--- openstack_auth/locale/ko_KR/LC_MESSAGES/django.po | 7 +-- openstack_auth/locale/ne/LC_MESSAGES/django.po | 7 +-- openstack_auth/locale/nl_NL/LC_MESSAGES/django.po | 7 +-- openstack_auth/locale/pa_IN/LC_MESSAGES/django.po | 7 +-- openstack_auth/locale/pl_PL/LC_MESSAGES/django.po | 7 +-- openstack_auth/locale/pt/LC_MESSAGES/django.po | 7 +-- openstack_auth/locale/pt_BR/LC_MESSAGES/django.po | 7 +-- openstack_auth/locale/ru/LC_MESSAGES/django.po | 19 +++--- openstack_auth/locale/sl_SI/LC_MESSAGES/django.po | 7 +-- openstack_auth/locale/sr/LC_MESSAGES/django.po | 7 +-- openstack_auth/locale/tr_TR/LC_MESSAGES/django.po | 7 +-- openstack_auth/locale/zh_CN/LC_MESSAGES/django.po | 7 +-- openstack_auth/locale/zh_TW/LC_MESSAGES/django.po | 7 +-- openstack_auth/plugin/base.py | 41 +++++++++++-- openstack_auth/user.py | 1 + requirements.txt | 2 +- test-requirements.txt | 2 +- 32 files changed, 226 insertions(+), 165 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index cb502f3..f06a736 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ python-keystoneclient>=3.8.0 # Apache-2.0 -keystoneauth1>=2.17.0 # Apache-2.0 +keystoneauth1>=2.18.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 61f1b27..4ccc23e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8 +8 @@ mock>=2.0 # BSD -mox3>=0.7.0 # Apache-2.0 +mox3!=0.19.0,>=0.7.0 # Apache-2.0