From 7af37cd37019f7f735b7632dedb7a5223db75bd3 Mon Sep 17 00:00:00 2001 From: Gorka Eguileor Date: Mon, 22 Apr 2019 10:18:04 +0200 Subject: [PATCH] Move cinderlib to cycle-trailing Cinderlib was added late in the Stein cycle, so it went in with the independent release model, but the appropriate model is cycle-trailing. Cinderlib is different from other OpenStack libraries. It provides an object oriented abstraction of the Cinder drivers for the purpose of consuming them outside of OpenStack. Using the Cinder drivers means that it has the Cinder project as a dependency and needs it to be released before the cinderlib release. This is why the cycle-trailing release model is the most appropriate. This patch adds cinderlib to the Train release as a cycle-trailing project. Change-Id: I4bc7068e2ac41af2b879d382e73cfd16e6f2927c --- deliverables/train/cinderlib.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 deliverables/train/cinderlib.yaml diff --git a/deliverables/train/cinderlib.yaml b/deliverables/train/cinderlib.yaml new file mode 100644 index 0000000000..0ff83aba11 --- /dev/null +++ b/deliverables/train/cinderlib.yaml @@ -0,0 +1,7 @@ +--- +launchpad: cinderlib +release-model: cycle-trailing +team: cinder +type: library +repository-settings: + openstack/cinderlib: {}