From b7838df125f820b336d4b85db2acd014851774ff Mon Sep 17 00:00:00 2001 From: Lingxian Kong Date: Wed, 6 Sep 2017 15:08:52 +1200 Subject: [PATCH] Release python-mistralclient 3.1.3 for Pike Change-Id: I4c37d596940ea0a665fbfc4bda32df7325ddb93b --- deliverables/pike/python-mistralclient.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deliverables/pike/python-mistralclient.yaml b/deliverables/pike/python-mistralclient.yaml index 8b3f98ce45..1d1c8c0efe 100644 --- a/deliverables/pike/python-mistralclient.yaml +++ b/deliverables/pike/python-mistralclient.yaml @@ -27,3 +27,9 @@ releases: hash: e328a0570f9c485622d71bbad3a887903b83aaac highlights: | - Fix how "--limit" is passed to the server for action executions. + - version: 3.1.3 + projects: + - repo: openstack/python-mistralclient + hash: c33d39c152bdd48b68467d1ab2f63cbe5e337a72 + highlights: | + - Enable ssl support for keycloak auth module.