From b4cce2c555fca217f322cb83aedb1ecb4a4b956a Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Fri, 20 Apr 2018 13:54:28 -0400 Subject: [PATCH] fix the python-masakariclient release model We do not allow libraries to follow the milestone release model because pip will not install pre-release versions by default. Also correct the deliverable type at the same time. Change-Id: Ia638fccff9fb9ed9cacaf3ef854a1f0e11fb6d43 Signed-off-by: Doug Hellmann --- deliverables/rocky/python-masakariclient.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deliverables/rocky/python-masakariclient.yaml b/deliverables/rocky/python-masakariclient.yaml index 6da5a9d5b5..f4bb31e3c5 100644 --- a/deliverables/rocky/python-masakariclient.yaml +++ b/deliverables/rocky/python-masakariclient.yaml @@ -1,7 +1,7 @@ --- launchpad: python-masakariclient -release-model: cycle-with-milestones +release-model: cycle-with-intermediary team: masakari -type: library +type: client-library repository-settings: openstack/python-masakariclient: {}