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

Change-Id: Ib3d91d5d7cee2564848436f036ae14edca5fd88a
This commit is contained in:
zhulingjie 2019-04-23 16:59:45 +08:00
parent 78ec7c3568
commit 948256ca96
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ This repository contains a Tempest_ plugin for OpenStack `Bare Metal`_ and
* Free software: Apache license
* Documentation: https://docs.openstack.org/ironic-tempest-plugin
* Source: https://git.openstack.org/cgit/openstack/ironic-tempest-plugin
* Source: https://opendev.org/openstack/ironic-tempest-plugin
* Bugs: https://storyboard.openstack.org/#!/project/951
.. _Tempest: https://docs.openstack.org/tempest/latest/

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