From d0e00236d5ac081526dcb84188b7daea48f0f28e Mon Sep 17 00:00:00 2001 From: Le Hou Date: Wed, 24 Apr 2019 13:16:34 +0800 Subject: [PATCH] Use opendev repository Change-Id: I70ffcba81f9a73a80015b34a77db0a983928e23f --- README.rst | 2 +- devstack/README.rst | 4 ++-- freezer_tempest_plugin/README.rst | 4 ++-- tox.ini | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 051eafb..29c327f 100644 --- a/README.rst +++ b/README.rst @@ -9,5 +9,5 @@ More information can be found in the freezer developer documentation. * Free software: Apache license * Documentation: https://docs.openstack.org/tempest/latest/plugin-registry.html -* Source: https://git.openstack.org/cgit/openstack/freezer-tempest-plugin +* Source: https://opendev.org/openstack/freezer-tempest-plugin * Bugs: https://storyboard.openstack.org/#!/project/openstack/freezer-tempest-plugin diff --git a/devstack/README.rst b/devstack/README.rst index 3364114..7b8b750 100644 --- a/devstack/README.rst +++ b/devstack/README.rst @@ -8,14 +8,14 @@ repository. 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 freezer-tempest-plugin https://git.openstack.org/openstack/freezer-tempest-plugin + enable_plugin freezer-tempest-plugin https://opendev.org/openstack/freezer-tempest-plugin 3. run ``stack.sh`` diff --git a/freezer_tempest_plugin/README.rst b/freezer_tempest_plugin/README.rst index 58e877b..653f933 100644 --- a/freezer_tempest_plugin/README.rst +++ b/freezer_tempest_plugin/README.rst @@ -21,8 +21,8 @@ Install devstack with swift and the freezer [1]_ as well as the freezer-api [2]_ :: - enable_plugin freezer https://git.openstack.org/openstack/freezer master - enable_plugin freezer-api https://git.openstack.org/openstack/freezer-api master + enable_plugin freezer https://opendev.org/openstack/freezer master + enable_plugin freezer-api https://opendev.org/openstack/freezer-api master enable_service s-proxy s-object s-container s-account .. [1] https://github.com/openstack/freezer/blob/master/devstack/README.rst diff --git a/tox.ini b/tox.ini index 2e89de2..c4aaae5 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