From 7d568249d17bcc43ee705d30378c2ab9a4b17cdd Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 22 Jul 2014 21:47:40 +0200 Subject: [PATCH] Add Architecture Design Guide Add Architecture Design Guide to various places. Change-Id: I107ffb941b2abca7b17c0ad80735af4e7b6c4de3 --- README.rst | 1 + doc/common/app_support.xml | 6 ++++++ doc/local-files.html | 5 +++++ doc/pom.xml | 1 + 4 files changed, 13 insertions(+) diff --git a/README.rst b/README.rst index 86bcbb78ff..b63c20a9d1 100644 --- a/README.rst +++ b/README.rst @@ -9,6 +9,7 @@ For more details, see the `OpenStack Documentation wiki page It includes these manuals: * Admin User Guide + * Architecture Design Guide * Cloud Administrator Guide * Command-Line Interface Reference * Configuration Reference diff --git a/doc/common/app_support.xml b/doc/common/app_support.xml index 296357d1df..590d9249d4 100644 --- a/doc/common/app_support.xml +++ b/doc/common/app_support.xml @@ -64,6 +64,12 @@ The following books explain how to configure and run an OpenStack cloud: + + Architecture Design + Guide +
+
+ + Architecture Design Guide + +
Cloud Administrator Guide diff --git a/doc/pom.xml b/doc/pom.xml index b0df5b5235..ec343e9659 100644 --- a/doc/pom.xml +++ b/doc/pom.xml @@ -11,6 +11,7 @@ admin-guide-cloud + arch-design cli-reference config-reference glossary