Replace git.openstack.org with opendev.org
This patch replaces git.openstack.org with opendev.org as redirection from old path was enabled. Change-Id: I58262d50519e49687d4109075514f3d15142e432
This commit is contained in:
parent
9cc6d0595a
commit
d5f060e9df
@ -1,4 +1,4 @@
|
|||||||
- name: "plugins"
|
- name: "plugins"
|
||||||
src: "https://git.openstack.org/openstack/openstack-ansible-plugins"
|
src: "https://opendev.org/openstack/openstack-ansible-plugins"
|
||||||
scm: git
|
scm: git
|
||||||
version: "master"
|
version: "master"
|
||||||
|
@ -64,7 +64,7 @@ title = 'OpenStack-Ansible Release Notes: ' + role_name + 'role'
|
|||||||
|
|
||||||
# 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 = (
|
oslosphinx_cgit_link = (
|
||||||
"https://git.openstack.org/cgit/openstack/{}".format(target_name)
|
"https://opendev.org/openstack/{}".format(target_name)
|
||||||
)
|
)
|
||||||
|
|
||||||
# Release notes do not need a version number in the title,
|
# Release notes do not need a version number in the title,
|
||||||
|
2
tox.ini
2
tox.ini
@ -7,7 +7,7 @@ envlist = docs,linters,functional
|
|||||||
[testenv]
|
[testenv]
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
install_command =
|
install_command =
|
||||||
pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
|
pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
|
||||||
commands =
|
commands =
|
||||||
/usr/bin/find . -type f -name "*.pyc" -delete
|
/usr/bin/find . -type f -name "*.pyc" -delete
|
||||||
passenv =
|
passenv =
|
||||||
|
Loading…
Reference in New Issue
Block a user