From 948256ca963c4784d2062fe3b473bd1c3726ab7b Mon Sep 17 00:00:00 2001 From: zhulingjie Date: Tue, 23 Apr 2019 16:59:45 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Change-Id: Ib3d91d5d7cee2564848436f036ae14edca5fd88a --- README.rst | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 0f7ec063..e4e5a106 100644 --- a/README.rst +++ b/README.rst @@ -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/ diff --git a/tox.ini b/tox.ini index 6b0e1aef..d686ee9e 100644 --- a/tox.ini +++ b/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