From c728b84c70ce1534758b4f5d43caf1c9281f6f5f Mon Sep 17 00:00:00 2001 From: zhulingjie Date: Tue, 23 Apr 2019 17:06:14 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Change-Id: I59f0ed6d2b0ba7b601c44610b841905de827fd67 --- README.rst | 2 +- devstack/README.rst | 6 +++--- doc/source/installation.rst | 2 +- tox.ini | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 8832f05..c85b49d 100644 --- a/README.rst +++ b/README.rst @@ -9,5 +9,5 @@ It contains the tempest plugin for the functional testing of Vitrage Project. * Free software: Apache license * Documentation: https://docs.openstack.org/vitrage/latest/ * Release notes: https://docs.openstack.org/releasenotes/vitrage/ -* Source: https://git.openstack.org/cgit/openstack/vitrage-tempest-plugin +* Source: https://opendev.org/openstack/vitrage-tempest-plugin * Stories and Bugs: https://storyboard.openstack.org/#!/project/openstack/vitrage-tempest-plugin diff --git a/devstack/README.rst b/devstack/README.rst index 1462029..140c4e4 100644 --- a/devstack/README.rst +++ b/devstack/README.rst @@ -4,18 +4,18 @@ Enabling in Devstack **WARNING**: the stack.sh script must be run in a disposable VM that is not being created automatically, see the README.md file in the "devstack" -repository. See contrib/vagrant to create a vagrant VM. +repository. See contrib/vagrant to create a vagrant VM. 1. Download DevStack:: - git clone https://git.openstack.org/openstack-dev/devstack.git + git clone https://opendev.org/openstack/devstack.git cd devstack 2. Add this repo as an external repository:: > cat local.conf [[local|localrc]] - enable_plugin vitrage-tempest-plugin https://git.openstack.org/openstack/vitrage-tempest-plugin + enable_plugin vitrage-tempest-plugin https://opendev.org/openstack/vitrage-tempest-plugin 3. run ``stack.sh`` diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 2ffa078..5db6414 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -8,6 +8,6 @@ the same environment where Tempest is installed. At the command line:: - $ git clone https://git.openstack.org/openstack/vitrage-tempest-plugin + $ git clone https://opendev.org/openstack/vitrage-tempest-plugin $ cd vitrage-tempest-plugin/ $ pip install vitrage-tempest-plugin diff --git a/tox.ini b/tox.ini index 8f14be9..b57d9c6 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