Debian tag to build installation guide

The Debian tag was added to the build scipt
to give a chance to build and test
the OpenStack Installation Guide for Debian.

Change-Id: Ie09b7d3175e463f3b890d656ba85ab679506a276
Implements: blueprint installguide-liberty-debian
This commit is contained in:
Alexander Adamov 2015-07-08 11:30:55 +03:00
parent 3cea82dfa7
commit 2344c70af1
2 changed files with 13 additions and 1 deletions

View File

@ -18,6 +18,13 @@
OpenStack Installation Guide for Ubuntu OpenStack Installation Guide for Ubuntu
======================================= =======================================
.. only:: debian
=======================================
OpenStack Installation Guide for Debian
=======================================
Abstract 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 openSUSE 13.2 and SUSE Linux Enterprise Server 12 through the Open
Build Service Cloud repository. 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 Explanations of configuration options and sample configuration files
are included. are included.

View File

@ -5,7 +5,7 @@ mkdir -p publish-docs
title_org=$(grep "title::" doc/install-guide-rst/source/index.rst | \ title_org=$(grep "title::" doc/install-guide-rst/source/index.rst | \
awk '{print substr($0, index($0, "::")+3)}') awk '{print substr($0, index($0, "::")+3)}')
for tag in obs rdo ubuntu; do for tag in obs rdo ubuntu debian; do
GLOSSARY="" GLOSSARY=""
if [[ ! -e doc/common-rst/glossary.rst ]] ; then if [[ ! -e doc/common-rst/glossary.rst ]] ; then
GLOSSARY="--glossary" GLOSSARY="--glossary"