Publish networking guide versioned

Publish networking guide as draft, so that we can version it.

Update introduction to mention that guide targets Mitaka release.

Change-Id: Iff7a34681a6562f1dfe1e311ca0fbab3534b58e8
implements: bp networkguide-versioning
This commit is contained in:
Andreas Jaeger 2015-12-09 18:26:35 +01:00
parent 02e197c311
commit 605a148c7e
2 changed files with 5 additions and 4 deletions

View File

@ -13,8 +13,7 @@ Abstract
This guide targets OpenStack administrators seeking to deploy and This guide targets OpenStack administrators seeking to deploy and
manage OpenStack Networking (neutron). manage OpenStack Networking (neutron).
This guide documents OpenStack Liberty, OpenStack Kilo, and OpenStack This guide documents the OpenStack Mitaka release.
Juno releases.
.. warning:: This guide is a work-in-progress and changing rapidly .. warning:: This guide is a work-in-progress and changing rapidly
while we continue to test and enhance the guidance. Please note while we continue to test and enhance the guidance. Please note

View File

@ -11,7 +11,7 @@ if [[ $# > 0 ]] ; then
fi fi
fi fi
for guide in user-guide user-guide-admin networking-guide admin-guide-cloud \ for guide in user-guide user-guide-admin admin-guide-cloud \
contributor-guide image-guide arch-design; do contributor-guide image-guide arch-design; do
tools/build-rst.sh doc/$guide $GLOSSARY --build build \ tools/build-rst.sh doc/$guide $GLOSSARY --build build \
--target $guide $LINKCHECK --target $guide $LINKCHECK
@ -20,7 +20,9 @@ for guide in user-guide user-guide-admin networking-guide admin-guide-cloud \
done done
# Draft guides # Draft guides
for guide in config-ref-rst; do # This includes guides that we publish from stable branches
# as versioned like the networking-guide.
for guide in config-ref-rst networking-guide; do
tools/build-rst.sh doc/$guide --build build \ tools/build-rst.sh doc/$guide --build build \
--target "draft/$guide" $LINKCHECK --target "draft/$guide" $LINKCHECK
done done