From 74a17a9581dafc7770ff842c76fcfbc25c399ec6 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 28 Oct 2013 13:10:59 +0100 Subject: [PATCH] Add Icehouse tags for manuals, add operations-guide The operations-guide was not yet in the repo and added. For the api repositiories the tags have been added for Icehouse. Change-Id: I30a05568d894e7468e62a0c82ca7d7edc0586581 --- etc/default_data.json | 56 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 55 insertions(+), 1 deletion(-) diff --git a/etc/default_data.json b/etc/default_data.json index 5fdc0e77f..2b435a7e6 100644 --- a/etc/default_data.json +++ b/etc/default_data.json @@ -5017,6 +5017,11 @@ "tag_to": "HEAD", "release_name": "Havana", "tag_from": "2013.1" + }, + { + "tag_to": "HEAD", + "release_name": "Icehouse", + "tag_from": "2013.2" } ], "uri": "git://github.com/openstack/compute-api.git", @@ -5031,6 +5036,11 @@ "tag_to": "HEAD", "release_name": "Havana", "tag_from": "2013.1" + }, + { + "tag_to": "HEAD", + "release_name": "Icehouse", + "tag_from": "2013.2" } ], "uri": "git://github.com/openstack/identity-api.git", @@ -5045,6 +5055,11 @@ "tag_to": "HEAD", "release_name": "Havana", "tag_from": "2013.1" + }, + { + "tag_to": "HEAD", + "release_name": "Icehouse", + "tag_from": "2013.2" } ], "uri": "git://github.com/openstack/image-api.git", @@ -5059,6 +5074,11 @@ "tag_to": "HEAD", "release_name": "Havana", "tag_from": "2013.1" + }, + { + "tag_to": "HEAD", + "release_name": "Icehouse", + "tag_from": "2013.2" } ], "uri": "git://github.com/openstack/netconn-api.git", @@ -5073,6 +5093,11 @@ "tag_to": "HEAD", "release_name": "Havana", "tag_from": "2013.1" + }, + { + "tag_to": "HEAD", + "release_name": "Icehouse", + "tag_from": "2013.2" } ], "uri": "git://github.com/openstack/object-api.git", @@ -5087,6 +5112,11 @@ "tag_to": "HEAD", "release_name": "Havana", "tag_from": "2013.1" + }, + { + "tag_to": "HEAD", + "release_name": "Icehouse", + "tag_from": "2013.2" } ], "uri": "git://github.com/openstack/volume-api.git", @@ -5110,7 +5140,7 @@ "tag_from": "2012.2" }, { - "branch": "stable/havana", + "branch": "stable/havana", "tag_to": "HEAD", "release_name": "Havana", "tag_from": "2013.1.rc2" @@ -5126,6 +5156,25 @@ "organization": "openstack", "project_type": "openstack" }, + { + "project_group": "documentation", + "releases": [ + { + "tag_to": "HEAD", + "release_name": "Havana", + "tag_from": "65027f8" + }, + { + "tag_to": "HEAD", + "release_name": "Icehouse", + "tag_from": "2013.2" + } + ], + "uri": "git://github.com/openstack/operations-guide.git", + "module": "operations-guide", + "organization": "openstack", + "project_type": "openstack" + }, { "project_group": "documentation", "releases": [ @@ -5133,6 +5182,11 @@ "tag_to": "HEAD", "release_name": "Havana", "tag_from": "2013.1" + }, + { + "tag_to": "HEAD", + "release_name": "Icehouse", + "tag_from": "2013.2" } ], "uri": "git://github.com/openstack/api-site.git",