Add launchpad tag used by "Report a bug"

"Report a bug" automatically populates bugs on launchpad with
information about the manual. This additional config setting
will allow "Report a bug" to automatically tag the bug with the
respective manual.

Add this for admin-cloud-rst like it was done for the other guides.

Also, decrease version number to 0.9, it's not a 1.0 release yet.

Change-Id: I4555cc28ef30527e4349da5c4928ba265a19bb23
This commit is contained in:
Andreas Jaeger 2015-05-29 17:42:23 +02:00 committed by Andreas Jaeger
parent 978e3cb0fe
commit 46c7feff59

View File

@ -56,7 +56,7 @@ master_doc = 'index'
# General information about the project.
project = u'Cloud Administrator Guide'
bug_tag = u'admin-guide-cloud'
copyright = u'2015, OpenStack contributors'
# The version info for the project you're documenting, acts as replacement for
@ -64,9 +64,9 @@ copyright = u'2015, OpenStack contributors'
# built documents.
#
# The short X.Y version.
version = '1.0.0'
version = '0.9'
# The full version, including alpha/beta/rc tags.
release = '1.0.0'
release = '0.9'
# We ask git for the SHA checksum
# The git SHA checksum is used by "log-a-bug"
@ -75,7 +75,7 @@ gitsha = os.popen(git_cmd).read().strip('\n')
# source tree
pwd = os.popen("pwd").read().strip('\n')
# html_context allows us to pass arbitrary values into the html template
html_context = {"pwd": pwd, "gitsha": gitsha}
html_context = {"pwd": pwd, "gitsha": gitsha, "bug_tag": bug_tag}
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.