Use https instead of http for git.openstack.org in designate
Trivialfix Change-Id: I11a3311df7deb8ac8bd3e077f4493a869d7e1830
This commit is contained in:
parent
5c340f0aa9
commit
4ef3f07a61
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user