Replace git.openstack.org URLs with opendev.org URLs

Change-Id: Ieb7ea6c0d9d825d05388201d481fe6619df6e286
This commit is contained in:
caoyuan 2019-04-23 19:38:10 +08:00
parent 21548467c3
commit 201bcb49fa
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
openstack Style Commandments
===============================================
============================
Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/

View File

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

View File

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