Merge "Install Guide: Set bug project"

This commit is contained in:
Jenkins 2016-09-06 20:58:17 +00:00 committed by Gerrit Code Review
commit a1a64da2cd
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.