From 36d2edc24dcdc08deafeaea91d69daece26c0699 Mon Sep 17 00:00:00 2001 From: Luigi Toscano <ltoscano@redhat.com> Date: Thu, 18 Apr 2019 15:10:49 +0200 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Thorough replacement of git.openstack.org URLs with their opendev.org counterparts. Change-Id: I97409815d943ade7adce00168066ca6275bfd68a --- README.rst | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 54f5021c..1c8caaa9 100644 --- a/README.rst +++ b/README.rst @@ -18,4 +18,4 @@ Script for creating Fedora and Ubuntu cloud images with our elements and default tox -e venv -- sahara-image-create -Note: More information about script `diskimage-create <https://git.openstack.org/cgit/openstack/sahara-image-elements/tree/diskimage-create/README.rst>`_ +Note: More information about script `diskimage-create <https://opendev.org/openstack/sahara-image-elements/src/branch/master/diskimage-create/README.rst>`_ diff --git a/tox.ini b/tox.ini index 389cda95..ae1b6107 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} deps =