From 5ddbc047e7e8740782bd704606614629b064344a Mon Sep 17 00:00:00 2001 From: melissaml Date: Wed, 8 Feb 2017 17:14:50 +0800 Subject: [PATCH] Use https instead of http for git.openstack.org Change-Id: I4ec2501d64103a430fdf4eaaf9044c4ff6b92682 --- doc/source/conf.py | 2 +- install-guide/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 25814e5494..a1e364941f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -98,7 +98,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/manila/tree/doc/source' +giturl = u'https://git.openstack.org/cgit/openstack/manila/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' diff --git a/install-guide/source/conf.py b/install-guide/source/conf.py index 0a012b6df2..760a5593a3 100644 --- a/install-guide/source/conf.py +++ b/install-guide/source/conf.py @@ -73,7 +73,7 @@ release = '0.1' # 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/manila/tree/install-guide/source' +giturl = u'https://git.openstack.org/cgit/openstack/manila/tree/install-guide/source' git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '" gitsha = os.popen(git_cmd).read().strip('\n') # source tree