Install Guide: Set bug project

Configure the theme so that bug reports go to the
magnum queue.

Change-Id: Ieb11c6246ffd844e7c0e9ee7c3bbffdb64026aa1
Partially-Implements: blueprint magnum-installation-guide
This commit is contained in:
Spyros Trigazis 2016-08-31 16:03:34 +02:00
parent a48432f5f4
commit 0442a271c0
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ giturl += u'install-guide/source'
git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '"
gitsha = os.popen(git_cmd).read().strip('\n')
html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
"giturl": giturl}
"giturl": giturl, "bug_project": "magnum"}
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.