From 96b9ce5135116f898330dd48ba0974608c5942b4 Mon Sep 17 00:00:00 2001 From: Tom Fifield Date: Fri, 29 May 2015 10:19:59 +0800 Subject: [PATCH] Add structure to repository Based on discussion at the summit meeting, this commit adds a basic structure to the repository. It separates the descriptions of tags from their application. Change-Id: Ie1f30bdb9955552191dc9f3f052c22365d65362e --- descriptions/index.rst | 13 +++++++++++++ kilo/index.rst | 9 +++++++++ 2 files changed, 22 insertions(+) create mode 100644 descriptions/index.rst create mode 100644 kilo/index.rst diff --git a/descriptions/index.rst b/descriptions/index.rst new file mode 100644 index 0000000..a42bdb0 --- /dev/null +++ b/descriptions/index.rst @@ -0,0 +1,13 @@ +================ +Tag Descriptions +================ + +This directory contains descriptions of tags. + +The format currently follows the template that the technical committee +uses for tags under their governance[1], but is expected to evolve over time +if any structural changes are deemed necessary for ops-specific tags. + + + +[1] http://governance.openstack.org/reference/tag-template.html diff --git a/kilo/index.rst b/kilo/index.rst new file mode 100644 index 0000000..96c9c09 --- /dev/null +++ b/kilo/index.rst @@ -0,0 +1,9 @@ +========= +Kilo Tags +========= + +This directory contains application information of tags as at the +Kilo release. + +The format herein is designed to be consumed by one or more presentation +layers, such as the openstack.org website.