Use https instead of http for git.openstack.org

Trivialfix

Change-Id: I1083ff48791ec91f68670ad566947fc71a68fe4f
This commit is contained in:
gengchc2 2017-02-07 12:07:36 +08:00
parent 021a3e1613
commit 9f4960cca4

View File

@ -73,7 +73,7 @@ release = '0.1'
# gitsha: The SHA checksum of the bug description. Automatically extracted from git log.
# bug_tag: Tag for categorizing the bug. Must be set manually.
# These variables are passed to the logabug code via html_context.
giturl = u'http://git.openstack.org/cgit/openstack/aodh/tree/install-guide/source'
giturl = u'https://git.openstack.org/cgit/openstack/aodh/tree/install-guide/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,