Point roles docs bugs to openstack-ansible LP
Currently when clicking on the small bug in the roles' docs, we land on openstack-manuals launchpad. This should solve it. Change-Id: I00d33aa1705937813ea8151cc096bc945a6d0428
This commit is contained in:
parent
939c9e5189
commit
51bd12f03f
@ -97,9 +97,10 @@ giturl = ("http://git.openstack.org/cgit/openstack/{0}"
|
||||
git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '"
|
||||
gitsha = os.popen(git_cmd).read().strip('\n')
|
||||
bug_title = "Documentation bug"
|
||||
bug_project = project.lower()
|
||||
html_context = {"gitsha": gitsha, "giturl": giturl,
|
||||
"bug_tag": "docs", "bug_title": bug_title,
|
||||
"bug_project": target_name}
|
||||
"bug_project": bug_project}
|
||||
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
|
Loading…
x
Reference in New Issue
Block a user