Replace git.openstack.org URLs with opendev.org URLs
Change-Id: Ieb7ea6c0d9d825d05388201d481fe6619df6e286
This commit is contained in:
parent
21548467c3
commit
201bcb49fa
@ -1,4 +1,4 @@
|
||||
openstack Style Commandments
|
||||
===============================================
|
||||
============================
|
||||
|
||||
Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/
|
||||
|
@ -1,6 +1,6 @@
|
||||
===============================
|
||||
openstack
|
||||
===============================
|
||||
=======================
|
||||
keystone-tempest-plugin
|
||||
=======================
|
||||
|
||||
Tempest plugin keystone_tempest_plugin
|
||||
|
||||
@ -12,5 +12,5 @@ documentation`_.
|
||||
|
||||
* Free software: Apache license
|
||||
* Documentation: https://docs.openstack.org/keystone/latest/
|
||||
* Source: http://git.openstack.org/cgit/openstack/keystone-tempest-plugin
|
||||
* Source: http://opendev.org/openstack/keystone-tempest-plugin
|
||||
* Bugs: http://bugs.launchpad.net/keystone_tempest_plugin
|
||||
|
2
tox.ini
2
tox.ini
@ -5,7 +5,7 @@ skipsdist = 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}
|
||||
PYTHONWARNINGS=default::DeprecationWarning
|
||||
|
Loading…
Reference in New Issue
Block a user