Use https instead of http for git.openstack.org

Change-Id: Ia1f7b8b9e25c3b1d195341532763a05d02cda1fd
This commit is contained in:
iswarya_vakati 2017-02-21 16:31:39 +05:30
parent 3bf27d30da
commit d412e10193
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ version = version_info.version_string()
# 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/meteos/tree/doc/source'
giturl = u'https://git.openstack.org/cgit/openstack/meteos/tree/doc/source'
git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '"
gitsha = os.popen(git_cmd).read().strip('\n')
bug_tag = u'docs'