From 0477545ad8ab0fa2b901e680a7c44bdb8491f067 Mon Sep 17 00:00:00 2001 From: Gorka Eguileor Date: Wed, 13 Mar 2019 19:20:18 +0100 Subject: [PATCH] Add cinderlib This patch adds a new independent deliverable for openstack/cinderlib, and will be changed to a cycle-based model once we change to Train. The cinderlib project is a special kind of project, because even though it's a library, it is unlike the rest of the OpenStack libraries. It's primary use is for non OpenStack projects, and uses the Cinder project itself as if it were a library to consume existing block storage drivers. Change-Id: I11c1637a1a09ed828117a480d9ff472ce9f5e277 --- deliverables/_independent/cinderlib.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 deliverables/_independent/cinderlib.yaml diff --git a/deliverables/_independent/cinderlib.yaml b/deliverables/_independent/cinderlib.yaml new file mode 100644 index 0000000000..813d9cc139 --- /dev/null +++ b/deliverables/_independent/cinderlib.yaml @@ -0,0 +1,8 @@ +--- +team: cinder +launchpad: cinderlib +include-pypi-link: yes +type: library +release-type: python-pypi +repository-settings: + openstack/cinderlib: {}