Skip to content

Commit

Permalink
Using https instead of http
Browse files Browse the repository at this point in the history
The security of https is higher than http

Change-Id: I18bab6daea293cad7c063a4075535b9dc03cf633
  • Loading branch information
zhuzeyu committed Feb 7, 2017
1 parent 36408dd commit fa7ae41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-guide/source/conf.py
Expand Up @@ -74,7 +74,7 @@
# 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/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' '"
gitsha = os.popen(git_cmd).read().strip('\n')
html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
Expand Down

0 comments on commit fa7ae41

Please sign in to comment.