From b40b8f7fabf4747298333d9e053c5887a0f5600f Mon Sep 17 00:00:00 2001 From: Lingxian Kong Date: Mon, 7 Aug 2017 10:20:57 +1200 Subject: [PATCH] Release python-mistralclient 3.1.2 for Pike Change-Id: I04a4457359f12f1c0d6e24d4853bc8a11ede255b --- deliverables/pike/python-mistralclient.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/deliverables/pike/python-mistralclient.yaml b/deliverables/pike/python-mistralclient.yaml index 670bd6dd20..e605edb925 100644 --- a/deliverables/pike/python-mistralclient.yaml +++ b/deliverables/pike/python-mistralclient.yaml @@ -1,4 +1,6 @@ --- +team: mistral +type: library branches: - location: 3.1.1 name: stable/pike @@ -19,5 +21,9 @@ releases: - hash: 0f2837237b11b29bee45c8724c6c9ada5f3df79b repo: openstack/python-mistralclient version: 3.1.1 -team: mistral -type: library + - version: 3.1.2 + projects: + - repo: openstack/python-mistralclient + hash: e328a0570f9c485622d71bbad3a887903b83aaac + highlights: > + - Fix how "--limit" is passed to the server for action executions.