From fe3f9d16287cc65f439dd3e72ae6a840f57d923a Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 24 Jun 2016 15:06:47 +0200 Subject: [PATCH] Set bug_project Correctly set bug_project so that bug reports are passed to the project itself. Change-Id: I7f10779c68d421d05a5b7dce2b66ac684c85eed8 --- {{cookiecutter.repo_name}}/install-guide/source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/{{cookiecutter.repo_name}}/install-guide/source/conf.py b/{{cookiecutter.repo_name}}/install-guide/source/conf.py index 390eec9..2b7f6fe 100644 --- a/{{cookiecutter.repo_name}}/install-guide/source/conf.py +++ b/{{cookiecutter.repo_name}}/install-guide/source/conf.py @@ -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.