Use https instead of http for git.openstack.org

Trivialfix

Change-Id: I48c3a762481f5c3187a6153ba71cc47430da1be3
This commit is contained in:
ji-xuepeng 2017-02-06 22:09:44 +08:00
parent b02850124b
commit 9dacd3ae93
2 changed files with 2 additions and 2 deletions

View File

@ -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']

View File

@ -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]