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
This commit is contained in:
parent
c17d2fe718
commit
4076537e60
@ -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": [],
|
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user