From 4076537e60f8c47400e3f01749ed25fa2e7e24eb Mon Sep 17 00:00:00 2001 From: "Mark T. Voelker" Date: Mon, 14 Sep 2015 13:38:43 -0400 Subject: [PATCH] Bump year of .next.json doc, correct releases Per our current operating procedures[1], the proposed next Guideline should have the name "year.next". The next Guideline will be the first to go up to the Board of Directors for approval in 2016, so it should be named "2016.next". Currently it's named 2015.next, so this patch corrects the year. It also updates a couple of scripts that use the file to point to the right place. Pointing to the correct year is not only the procedurally correct thing to do, but it should help folks understand a little more obviously when the next Guideline would take effect (something that has come up in a couple of reviews lately). On a similar vein, this patch also updates the .next.json file to contain the correct releases covered (bumping it from Icehouse, Juno, and Kilo to Juno, Kilo, and Liberty). Here again, this should help folks understand what releases are covered by the next Guideline. [1] http://git.openstack.org/cgit/openstack/defcore/tree/doc/source/process/2015A.rst#n61 Change-Id: Ieb8d3f51647c2b18e59a8dc37c1385ba29bc5671 --- 2015.next.json => 2016.next.json | 4 ++-- working_materials/tabulate_scores.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename 2015.next.json => 2016.next.json (99%) diff --git a/2015.next.json b/2016.next.json similarity index 99% rename from 2015.next.json rename to 2016.next.json index 04b4c221..db15ec3a 100644 --- a/2015.next.json +++ b/2016.next.json @@ -1,11 +1,11 @@ { - "id": "2015.next", + "id": "2016.next", "schema": "1.3", "reference": "https://git.openstack.org/cgit/openstack/defcore/schema/1.3.rst", "source": "http://git.openstack.org/cgit/openstack/defcore/", "status": "draft", "replaces": "2015.05", - "releases": ["icehouse", "juno", "kilo"], + "releases": ["juno", "kilo", "liberty"], "platform": { "required": ["compute", "object"], "advisory": [], diff --git a/working_materials/tabulate_scores.py b/working_materials/tabulate_scores.py index 3469903e..50fabacf 100755 --- a/working_materials/tabulate_scores.py +++ b/working_materials/tabulate_scores.py @@ -50,7 +50,7 @@ parser = argparse.ArgumentParser( formatter_class=CustomFormatter) parser.add_argument( '-j', '--json-file', - default='../2015.next.json', + default='../2016.next.json', dest='json_file_name', help='Path to the Guideline JSON file to read weights and names from.') parser.add_argument(