diff --git a/doc/install-guide-rst/source/index.rst b/doc/install-guide-rst/source/index.rst index 66e203a3c6..a4f57c0f3f 100644 --- a/doc/install-guide-rst/source/index.rst +++ b/doc/install-guide-rst/source/index.rst @@ -18,6 +18,13 @@ OpenStack Installation Guide for Ubuntu ======================================= +.. only:: debian + + ======================================= + OpenStack Installation Guide for Debian + ======================================= + + Abstract ~~~~~~~~ @@ -45,6 +52,11 @@ separately and configure them stand-alone or as connected entities. openSUSE 13.2 and SUSE Linux Enterprise Server 12 through the Open Build Service Cloud repository. +.. only:: debian + + This guide walks through an installation by using packages + available through Debian 8 (code name: Jessie). + Explanations of configuration options and sample configuration files are included. diff --git a/tools/build-install-guides-rst.sh b/tools/build-install-guides-rst.sh index 47c3b1c6c8..a7d584775a 100755 --- a/tools/build-install-guides-rst.sh +++ b/tools/build-install-guides-rst.sh @@ -5,7 +5,7 @@ mkdir -p publish-docs title_org=$(grep "title::" doc/install-guide-rst/source/index.rst | \ awk '{print substr($0, index($0, "::")+3)}') -for tag in obs rdo ubuntu; do +for tag in obs rdo ubuntu debian; do GLOSSARY="" if [[ ! -e doc/common-rst/glossary.rst ]] ; then GLOSSARY="--glossary"