Use https instead of http for git.openstack.org in designate

Trivialfix

Change-Id: I11a3311df7deb8ac8bd3e077f4493a869d7e1830
This commit is contained in:
gengchc2 2017-02-07 11:42:27 +08:00
parent 5c340f0aa9
commit 4ef3f07a61
1 changed files with 1 additions and 1 deletions

View File

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