From f12cbe83aefa82d463643349d762096b13aca552 Mon Sep 17 00:00:00 2001 From: Luigi Toscano Date: Tue, 23 Apr 2019 13:15:29 +0200 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Thorough replacement of git.openstack.org and review.openstack.org URLs with their opendev.org counterparts. Change-Id: I1b07e63476a930e95e445686b674377fa959c25d --- README.rst | 2 +- config_tempest/accounts.py | 4 ++-- doc/source/admin/admin_usage.rst | 2 +- doc/source/contributor/contributing.rst | 2 +- doc/source/install/installation.rst | 2 +- doc/source/overview.rst | 2 +- doc/source/user/usage.rst | 2 +- ...sh_user-option-in-validation-section-7cd0a6f44a8fdc1f.yaml | 2 +- tox.ini | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.rst b/README.rst index 51dcc61c..11621b61 100644 --- a/README.rst +++ b/README.rst @@ -9,6 +9,6 @@ based on your cloud. - Free software: Apache license - Documentation: https://docs.openstack.org/python-tempestconf/latest/ -- Source: https://git.openstack.org/openstack/python-tempestconf +- Source: https://opendev.org/openstack/python-tempestconf - Bugs: https://storyboard.openstack.org/#!/project/912 - Release notes: https://docs.openstack.org/releasenotes/python-tempestconf diff --git a/config_tempest/accounts.py b/config_tempest/accounts.py index 4a595a49..623d5a60 100644 --- a/config_tempest/accounts.py +++ b/config_tempest/accounts.py @@ -42,8 +42,8 @@ def write_accounts_file(path, username, password, project_name): comments = "# A minimal accounts.yaml file\n" \ "# Will likely not work with swift, since additional\n" \ "# roles are required. For more documentation see:\n" \ - "# https://git.openstack.org/cgit/openstack/tempest/tree/etc/" \ - "accounts.yaml.sample\n\n" + "# https://opendev.org/openstack/tempest/src/branch/master/" \ + "etc/accounts.yaml.sample\n\n" accounts = [] accounts.append({ 'username': username, diff --git a/doc/source/admin/admin_usage.rst b/doc/source/admin/admin_usage.rst index d7d00008..533cf469 100644 --- a/doc/source/admin/admin_usage.rst +++ b/doc/source/admin/admin_usage.rst @@ -77,7 +77,7 @@ used, `see here`_. The generated accounts file will look similarly to this one: # A minimal accounts.yaml file # Will likely not work with swift, since additional # roles are required. For more documentation see: - # https://git.openstack.org/cgit/openstack/tempest/tree/etc/accounts.yaml.sample + # https://opendev.org/openstack/tempest/src/branch/master/etc/accounts.yaml.sample - password: password project_name: admin diff --git a/doc/source/contributor/contributing.rst b/doc/source/contributor/contributing.rst index 872ffb52..93b7345b 100644 --- a/doc/source/contributor/contributing.rst +++ b/doc/source/contributor/contributing.rst @@ -47,7 +47,7 @@ Fixing bugs story, please, create one. Check `Reporting Bugs`_. 2. Follow `Contributing Code`_ and submit a code review in - https://review.openstack.org/. + https://review.opendev.org/. Contributing Code diff --git a/doc/source/install/installation.rst b/doc/source/install/installation.rst index 8017e447..f6214228 100644 --- a/doc/source/install/installation.rst +++ b/doc/source/install/installation.rst @@ -7,7 +7,7 @@ Git 1. Clone and change to the directory:: - $ git clone https://git.openstack.org/openstack/python-tempestconf + $ git clone https://opendev.org/openstack/python-tempestconf $ cd python-tempestconf 2. Create a virtual environment using :command:`virtualenv`:: diff --git a/doc/source/overview.rst b/doc/source/overview.rst index b0bbf400..b633180c 100644 --- a/doc/source/overview.rst +++ b/doc/source/overview.rst @@ -8,7 +8,7 @@ based on your cloud. - Free software: Apache license - Documentation: https://docs.openstack.org/python-tempestconf/latest/ -- Source: https://git.openstack.org/openstack/python-tempestconf +- Source: https://opendev.org/openstack/python-tempestconf - Bugs: https://storyboard.openstack.org/#!/project/912 - Release notes: https://docs.openstack.org/releasenotes/python-tempestconf diff --git a/doc/source/user/usage.rst b/doc/source/user/usage.rst index 140cdad8..87764d0a 100644 --- a/doc/source/user/usage.rst +++ b/doc/source/user/usage.rst @@ -243,7 +243,7 @@ Examples of usage with a named cloud ------------------------------------ ``python-tempestconf`` supports -`os-client-config `__ +`os-client-config `__ so instead of sourcing an OpenStack RC file a user can use clouds.yml file. Location where this file should be stored and syntax which is used to define it can be found diff --git a/releasenotes/notes/image_ssh_user-option-in-validation-section-7cd0a6f44a8fdc1f.yaml b/releasenotes/notes/image_ssh_user-option-in-validation-section-7cd0a6f44a8fdc1f.yaml index 74c4bf64..760f7ccf 100644 --- a/releasenotes/notes/image_ssh_user-option-in-validation-section-7cd0a6f44a8fdc1f.yaml +++ b/releasenotes/notes/image_ssh_user-option-in-validation-section-7cd0a6f44a8fdc1f.yaml @@ -12,7 +12,7 @@ other: image_ssh_user values from different sections were moved to validation section by this change: - https://review.openstack.org/#/c/434097/ + https://review.opendev.org/#/c/434097/ Since that change, there is only one image_ssh_user value and it's the one under validation section. diff --git a/tox.ini b/tox.ini index 68ee5e30..554ef3f0 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