Replace git.openstack.org URLs with opendev.org URLs
Change-Id: If78ac71a99d045141188571a06cb6d7f4a9d6cd4
This commit is contained in:
parent
acdb89f007
commit
fa682dd10d
@ -5,7 +5,7 @@ description-file =
|
||||
README.md
|
||||
author = TripleO Team
|
||||
author-email = jillr@redhat.com
|
||||
home-page = https://git.openstack.org/cgit/openstack/ansible-role-tripleo-panko
|
||||
home-page = https://opendev.org/openstack/ansible-role-tripleo-panko
|
||||
classifier =
|
||||
License :: OSI Approved :: Apache Software License
|
||||
Development Status :: 4 - Beta
|
||||
|
2
tox.ini
2
tox.ini
@ -5,7 +5,7 @@ skipdist = True
|
||||
|
||||
[testenv]
|
||||
usedevelop = True
|
||||
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
|
||||
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages}
|
||||
setenv = VIRTUAL_ENV={envdir}
|
||||
deps = -r{toxinidir}/test-requirements.txt
|
||||
whitelist_externals = bash
|
||||
|
Loading…
Reference in New Issue
Block a user