Set bug_project

Correctly set bug_project so that bug reports are passed to the project
itself.

Change-Id: I7f10779c68d421d05a5b7dce2b66ac684c85eed8
This commit is contained in:
Andreas Jaeger 2016-06-24 15:06:47 +02:00
parent 4c304c4fa1
commit fe3f9d1628
1 changed files with 2 additions and 1 deletions

View File

@ -77,7 +77,8 @@ giturl = u'http://git.openstack.org/cgit/openstack/{{cookiecutter.codename}}/tre
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": {{cookiecutter.codename}}}
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.