From 9749835e38a79c8d0e3a2f44c2414bded82f4f7e Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 24 Jun 2016 15:12:22 +0200 Subject: [PATCH] Install Guide: Set bug project Configure the theme so that bug reports go to the heat queue. Change-Id: If6457c1595ca9b39a6869c60e3194fb394551be7 --- install-guide/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-guide/source/conf.py b/install-guide/source/conf.py index 3db2f34c00..b5042f75ad 100644 --- a/install-guide/source/conf.py +++ b/install-guide/source/conf.py @@ -77,7 +77,7 @@ giturl = u'http://git.openstack.org/cgit/openstack/heat/tree/install-guide/sourc 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": "heat"} # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.