From ad4507c45bac2b5feacb848ef855e3661ac8637e Mon Sep 17 00:00:00 2001 From: caoyuan Date: Tue, 23 Apr 2019 19:32:57 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Change-Id: I1289f82c0f14b27d15f4b41b80dfe9131efb2ed7 --- README.rst | 8 ++++---- devstack/README.rst | 4 ++-- tox.ini | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 0a2d95b4..f84f23f0 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,6 @@ -=============================== -openstack -=============================== +===================== +manila-tempest-plugin +===================== Tempest plugin manila-tempest-plugin @@ -9,7 +9,7 @@ Tempest plugin to test Manila's features * Free software: Apache license * Documentation: https://docs.openstack.org/manila/latest/ * Release notes: https://docs.openstack.org/releasenotes/manila/ -* Source: https://git.openstack.org/cgit/openstack/manila-tempest-plugin +* Source: https://opendev.org/openstack/manila-tempest-plugin * Bugs: https://bugs.launchpad.net/manila-tempest-plugin Features diff --git a/devstack/README.rst b/devstack/README.rst index a78b7f7d..efacb7e1 100644 --- a/devstack/README.rst +++ b/devstack/README.rst @@ -8,14 +8,14 @@ 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 manila-tempest-plugin https://git.openstack.org/openstack/manila-tempest-plugin + enable_plugin manila-tempest-plugin https://opendev.org/openstack/manila-tempest-plugin 3. run ``stack.sh`` diff --git a/tox.ini b/tox.ini index 8dc2a653..f32dd68b 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