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(