Merge "Use https instead of http for git.openstack.org in designate"
This commit is contained in:
commit
1e34b2ae8b
@ -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…
Reference in New Issue
Block a user