From 2936940eeb64f8979535acfedc0da689b60d9258 Mon Sep 17 00:00:00 2001 From: Ilya Shakhat Date: Mon, 5 May 2014 19:49:48 +0400 Subject: [PATCH] Update test_default_data with Juno release Also list of releases is synched with default_data Also made some clean-ups Change-Id: I14c06cac1655bc86f8aad56b060823ff1802a62b --- etc/test_default_data.json | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/etc/test_default_data.json b/etc/test_default_data.json index 023288120..7a342bcc9 100644 --- a/etc/test_default_data.json +++ b/etc/test_default_data.json @@ -47,10 +47,6 @@ "company_name": "Mirantis", "domains": ["mirantis.com"], "aliases": ["Mirantis Inc", "Mirantis Inc.", "Mirantis, Inc", "Mirantis, Inc.", "Mirantis IT"] - }, - { - "domains": ["robots"], - "company_name": "*robots" } ], @@ -68,8 +64,7 @@ "tag_from": "2012.1" }, { - "branch": "stable/grizzly", - "tag_to": "HEAD", + "tag_to": "grizzly-eol", "release_name": "Grizzly", "tag_from": "2012.2" }, @@ -80,9 +75,15 @@ "tag_from": "2013.1" }, { + "branch": "stable/icehouse", "tag_to": "HEAD", "release_name": "Icehouse", "tag_from": "2013.2" + }, + { + "tag_to": "HEAD", + "release_name": "Juno", + "tag_from": "2014.1" } ], "uri": "git://github.com/openstack/glance.git", @@ -118,11 +119,23 @@ "releases": [ { "release_name": "prehistory", - "end_date": "2011-Apr-22" + "end_date": "2010-Jan-01" + }, + { + "release_name": "Austin", + "end_date": "2010-Oct-21" + }, + { + "release_name": "Bexar", + "end_date": "2011-Feb-03" + }, + { + "release_name": "Cactus", + "end_date": "2011-Apr-15" }, { "release_name": "Diablo", - "end_date": "2011-Sep-08" + "end_date": "2011-Sep-22" }, { "release_name": "Essex", @@ -141,7 +154,7 @@ "end_date": "2013-Oct-17" }, { - "release_name": "IceHouse", + "release_name": "Icehouse", "end_date": "2014-Apr-17" }, { @@ -152,7 +165,6 @@ "mail_lists": ["http://lists.openstack.org/pipermail/openstack-dev/"], "member_lists": ["http://www.openstack.org/community/members/profile/"], - "voting_date": "2014-Jan-01", "project_types": [ { @@ -189,5 +201,4 @@ "modules": ["stackforge"] } ] - }