Use https instead of http for git.openstack.org

Trivialfix

Change-Id: If69480e3037cf73391a56978e7b8054f98cdf263
This commit is contained in:
gengchc2 2017-02-07 10:45:54 +08:00
parent 45f983807a
commit d88541dfba

View File

@ -71,7 +71,7 @@ release = version_info.release_string()
version = version_info.version_string()
# Config logABug feature
giturl = u'http://git.openstack.org/cgit/openstack/cinder/tree/api-ref/source'
giturl = u'https://git.openstack.org/cgit/openstack/cinder/tree/api-ref/source'
# source tree
# html_context allows us to pass arbitrary values into the html template
html_context = {"bug_tag": "api-ref",