[horizon] django-openstack-auth-kerberos 0.3.0
We are chuffed to announce the release of: django-openstack-auth-kerberos 0.3.0: Kerberos login to the OpenStack dashboard The source is available from: http://git.openstack.org/cgit/openstack/django-openstack-auth- kerberos Download the package from: https://tarballs.openstack.org/django-openstack-auth-kerberos/ Please report issues through launchpad: http://bugs.launchpad.net/django-openstack-auth-kerberos For more details, please see below. Changes in django-openstack-auth-kerberos 0.2.0..0.3.0 ------------------------------------------------------ 517d3ff deprecate the entire library 93846ea switch to ksa b1f7dc0 Remove Py33 support bbbd97e remove python 2.6 trove classifier Diffstat (except docs and test files) ------------------------------------- openstack_auth_kerberos/__init__.py | 22 ++++++++++++++++++++++ openstack_auth_kerberos/plugin.py | 8 ++++---- requirements.txt | 2 +- setup.cfg | 2 -- tox.ini | 2 +- 5 files changed, 28 insertions(+), 8 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index b47aefe..c4879f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ django_openstack_auth>=1.1.7,!=1.1.8 -python-keystoneclient-kerberos +keystoneauth1[kerberos]>=2.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org