From 8530b921a267ed45478b24bcef88ad107cb0fa7c Mon Sep 17 00:00:00 2001 From: David Lyle Date: Thu, 19 Jan 2017 15:43:30 -0700 Subject: [PATCH] Release django_openstack_auth for Ocata Change-Id: I5ef7fc514c0e8b38d9ff993b23b297c93ddadc3b --- deliverables/ocata/django_openstack_auth.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deliverables/ocata/django_openstack_auth.yaml b/deliverables/ocata/django_openstack_auth.yaml index dc5a4c9ce5..6932b4696d 100644 --- a/deliverables/ocata/django_openstack_auth.yaml +++ b/deliverables/ocata/django_openstack_auth.yaml @@ -13,3 +13,11 @@ releases: highlights: > This release includes full support for Django 1.10, and removes token revocation on logout and project switch. + - version: 3.1.0 + projects: + - repo: openstack/django_openstack_auth + hash: ea208c774f6707d50b72a72c14d76a5ed0177bc9 + highlights: > + This release includes support for Keystone to Keystone Federation. + Allowing the user to switch keystone providers. Fixes a policy short + circuit bug where complex policy rules weren't fully specified.