Merge "Debian tag to build installation guide"
This commit is contained in:
commit
2c360568cc
@ -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.
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user