From 9d2183c949ae5f3a8721f1120679d2ecd7a80d08 Mon Sep 17 00:00:00 2001 From: "Mark T. Voelker" Date: Fri, 15 Apr 2016 15:44:07 -0400 Subject: [PATCH] Close coverage gap after new OpenStack releases Currently, each DefCore Guideline covers the most recent three releases of the OpenStack Software at the time of the Guideline's approval (which is generally 3-4 months after the release of a new version of the software). This timing means that there's a 3-4 month period during which products built on the most recent OpenStack release may not be able to apply for an OpenStack Powered(TM) license agreement because the version of OpenStack on which they are built isn't covered by a Board-approved Guideline. Whereas the OpenStack community and Foundation have an expressed interest in enabling users to adopt new software quickly, this patch closes the 3-4 month window by amending the 2016.01 Guideline (and future Guidelines) to allow it to cover the most recent version of the software starting on the day that the software is released. Note that because this change entails a modification to a Board- approved Guideline document, this change should not merge until after the Board of Directors has approved the change. The matter will be discussed during the 2016-04-24 Board meeting. Change-Id: I6db11762e48ff3297eb9f90c93fb68717b0f3d43 --- 2016.01.json | 2 +- next.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/2016.01.json b/2016.01.json index 1d465a6d..ce77eb90 100644 --- a/2016.01.json +++ b/2016.01.json @@ -6,7 +6,7 @@ "status": "approved", "target_approval": "2016-01-27", "replaces": "2015.07", - "releases": ["juno", "kilo", "liberty"], + "releases": ["juno", "kilo", "liberty", "mitaka"], "platform": { "required": ["compute", "object"], "advisory": [], diff --git a/next.json b/next.json index ef7d04ea..8cc8f6b4 100644 --- a/next.json +++ b/next.json @@ -6,7 +6,7 @@ "status": "draft", "target_approval": "2016-08-23", "replaces": "2016.01", - "releases": ["kilo", "liberty", "mitaka"], + "releases": ["kilo", "liberty", "mitaka", "newton"], "platform": { "required": ["compute", "object"], "advisory": [],