From eecafd59c176ea9d5c92712f4454633d72dfb675 Mon Sep 17 00:00:00 2001 From: venkatamahesh Date: Thu, 5 May 2016 21:12:50 +0530 Subject: [PATCH] [ha-guide] Changes after ha-guide is merged to manuals Change-Id: Ibe0a5332405dab784d47d8d507b56a481b4b7602 --- README.rst | 1 + projects.txt | 1 - tools/sync-projects.sh | 4 ---- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.rst b/README.rst index a4db00aa01..adcc48431a 100644 --- a/README.rst +++ b/README.rst @@ -14,6 +14,7 @@ It includes these manuals: * Configuration Reference * Documentation Contributor Guide * End User Guide + * High Availability Guide * Installation Guides * Networking Guide * Operations Guide diff --git a/projects.txt b/projects.txt index 18f40e01cf..01488347dd 100644 --- a/projects.txt +++ b/projects.txt @@ -1,3 +1,2 @@ openstack/api-site -openstack/ha-guide openstack/security-doc diff --git a/tools/sync-projects.sh b/tools/sync-projects.sh index 76e36235c0..42ba2c29e0 100755 --- a/tools/sync-projects.sh +++ b/tools/sync-projects.sh @@ -49,10 +49,6 @@ case "$PROJECT_DIR" in copy_rst common copy_rst_trans common ;; - ha-guide) - copy_rst doc/common - copy_rst_trans doc/common - ;; security-doc) copy_rst common copy_rst_trans common