Merge "Debian tag to build installation guide"

This commit is contained in:
Jenkins 2015-07-24 14:09:11 +00:00 committed by Gerrit Code Review
commit 2c360568cc
2 changed files with 13 additions and 1 deletions

View File

@ -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.

View File

@ -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"