From 9dacd3ae936a23a3189a149568f9ea6e29459839 Mon Sep 17 00:00:00 2001 From: ji-xuepeng Date: Mon, 6 Feb 2017 22:09:44 +0800 Subject: [PATCH] Use https instead of http for git.openstack.org Trivialfix Change-Id: I48c3a762481f5c3187a6153ba71cc47430da1be3 --- doc/source/conf.py | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index a32a66e..bab9f84 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -35,7 +35,7 @@ extensions = [ ] # The link to the browsable source code (for the left hand menu) -oslosphinx_cgit_link = 'http://git.openstack.org/cgit/openstack/openstack-ansible-plugins' +oslosphinx_cgit_link = 'https://git.openstack.org/cgit/openstack/openstack-ansible-plugins' # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] diff --git a/tox.ini b/tox.ini index ff290ad..6a8643c 100644 --- a/tox.ini +++ b/tox.ini @@ -87,7 +87,7 @@ commands = [testenv:ansible] deps = {[testenv]deps} - -rhttp://git.openstack.org/cgit/openstack/openstack-ansible-tests/plain/test-ansible-deps.txt + -rhttps://git.openstack.org/cgit/openstack/openstack-ansible-tests/plain/test-ansible-deps.txt [testenv:ansible-syntax]