Use https instead of http for git.openstack.org
Trivialfix Change-Id: I48c3a762481f5c3187a6153ba71cc47430da1be3
This commit is contained in:
parent
b02850124b
commit
9dacd3ae93
@ -35,7 +35,7 @@ extensions = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
# The link to the browsable source code (for the left hand menu)
|
# 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.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
templates_path = ['_templates']
|
templates_path = ['_templates']
|
||||||
|
2
tox.ini
2
tox.ini
@ -87,7 +87,7 @@ commands =
|
|||||||
[testenv:ansible]
|
[testenv:ansible]
|
||||||
deps =
|
deps =
|
||||||
{[testenv]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]
|
[testenv:ansible-syntax]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user