Skip to content
Snippets Groups Projects
Commit fa7ae41f authored by zhuzeyu's avatar zhuzeyu
Browse files

Using https instead of http

The security of https is higher than http

Change-Id: I18bab6daea293cad7c063a4075535b9dc03cf633
parent 36408dde
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,7 @@ release = '0.1' ...@@ -74,7 +74,7 @@ release = '0.1'
# from git log. # from git log.
# bug_tag: Tag for categorizing the bug. Must be set manually. # bug_tag: Tag for categorizing the bug. Must be set manually.
# These variables are passed to the logabug code via html_context. # These variables are passed to the logabug code via html_context.
giturl = u'http://git.openstack.org/cgit/openstack/Kolla/tree/deploy-guide/source' # noqa giturl = u'https://git.openstack.org/cgit/openstack/Kolla/tree/deploy-guide/source' # noqa
git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '" git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '"
gitsha = os.popen(git_cmd).read().strip('\n') gitsha = os.popen(git_cmd).read().strip('\n')
html_context = {"gitsha": gitsha, "bug_tag": bug_tag, html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment