Merge "Minor addition for source link in JSON"

This commit is contained in:
Jenkins 2015-04-10 03:05:02 +00:00 committed by Gerrit Code Review
commit fc6deb983f
4 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,7 @@
{
"id": "2015.03",
"schema": "1.2",
"source": "http://git.openstack.org/cgit/openstack/defcore/",
"status": "approved",
"replaces": "2014.07",
"releases": ["havana", "icehouse"],

View File

@ -1,6 +1,7 @@
{
"id": "2015.04",
"schema": "1.2",
"source": "http://git.openstack.org/cgit/openstack/defcore/",
"status": "draft",
"replaces": "2015.03",
"releases": ["havana", "icehouse", "juno"],

View File

@ -1,6 +1,7 @@
{
"id": "2015.next",
"schema": "1.2",
"source": "http://git.openstack.org/cgit/openstack/defcore/",
"status": "draft",
"replaces": "2015.04",
"releases": ["havana", "icehouse", "juno"],

View File

@ -25,7 +25,8 @@ The JSON files have a specific schema to support
.. code-block:: json
{ "id": "2015.03", # Spec name (date based)
"schema": "1.1", # Schema version
"source": "http://git.openstack.org/cgit/openstack/defcore/", # git repo for files
"schema": "1.2", # Schema version
"status": "approved", # can be draft, review or approved
"replaces": "2014.07", # previous spec
"releases": ["icehouse"], # array of releases, lower case