Report bugs against openstack-api-site

For RST projects, set the launchpad project users report bugs against to
"openstack-api-site".

This variable will be used by the next openstackdocstheme update.

Closes-Bug: #1524476
Change-Id: I97a4ff8fd60ab5122724f856b695ad007e9b2fcb
This commit is contained in:
Andreas Jaeger 2015-12-10 09:29:39 +01:00
parent 6c26187f77
commit 31f1bebf8f
2 changed files with 6 additions and 2 deletions

View File

@ -70,12 +70,14 @@ release = '0.1'
# giturl: The location of conf.py on Git. Must be set manually.
# gitsha: The SHA checksum of the bug description. Extracted from git log.
# bug_tag: Tag for categorizing the bug. Must be set manually.
# bug_project: Project to file bugs against.
# These variables are passed to the logabug code via html_context.
giturl = u'http://git.openstack.org/cgit/openstack/api-site/tree/api-quick-start/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": "openstack-api-site"}
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -76,12 +76,14 @@ release = '0.1'
# giturl: The location of conf.py on Git. Must be set manually.
# gitsha: The SHA checksum of the bug description. Automatically extracted from git log.
# bug_tag: Tag for categorizing the bug. Must be set manually.
# bug_project: Project to file bugs against.
# These variables are passed to the logabug code via html_context.
giturl = u'http://git.openstack.org/cgit/openstack/api-site/tree/firstapp/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": "openstack-api-site"}
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.