From be96acc986570c779cf4c910a014a45f1c305cea Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Sat, 2 Jul 2016 09:31:06 -0400 Subject: [PATCH] release 3.2.0 of keystoneclient includes minor fixes and requirements updates Change-Id: I65bf90a1f0622de6ca6d50cd27dc340196c77dbc --- deliverables/newton/python-keystoneclient.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deliverables/newton/python-keystoneclient.yaml b/deliverables/newton/python-keystoneclient.yaml index 244ca2b232..b77ca9b12d 100644 --- a/deliverables/newton/python-keystoneclient.yaml +++ b/deliverables/newton/python-keystoneclient.yaml @@ -15,3 +15,9 @@ releases: projects: - repo: openstack/python-keystoneclient hash: 1c701864fc90ba010f189697a751806755468c70 +- version: 3.2.0 + projects: + - repo: openstack/python-keystoneclient + hash: d9bd1056323605ed64e73175ce2fcbe5982ec045 + highlights: | + - Handle EmptyCatalog exception in list federated projects (bug 1471943)