From e2230a475978467f1211657f55894e89bc7b597f Mon Sep 17 00:00:00 2001 From: Trinh Nguyen Date: Sat, 20 Apr 2019 17:10:04 +0900 Subject: [PATCH] Migrate to opendev.org Change-Id: Iace98dcb3f15d2cd7aa2dcda2a76b3c77f81e6f7 Signed-off-by: Trinh Nguyen --- README.rst | 6 +++--- doc/source/contribute/index.rst | 6 +++--- tox.ini | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 06ca57c..f74795a 100644 --- a/README.rst +++ b/README.rst @@ -22,7 +22,7 @@ hosted on `OpenStack git repository`_. Patches must be submitted using `Gerrit`_, *not* git repo pull requests. -.. _OpenStack git repository: https://git.openstack.org/cgit/openstack/python-searchlightclient +.. _OpenStack git repository: https://opendev.org/openstack/python-searchlightclient .. _Storyboard: https://storyboard.openstack.org/#!/project_group/searchlight .. _Gerrit: https://docs.openstack.org/infra/manual/developers.html#development-workflow @@ -50,7 +50,7 @@ Setup the client from source * Clone repository for python-searchlightclient:: - $ git clone https://git.openstack.org/openstack/python-searchlightclient.git + $ git clone https://opendev.org/openstack/python-searchlightclient.git $ cd python-searchlightclient * Setup a virtualenv @@ -139,7 +139,7 @@ To use with keystone as the authentication system:: * License: Apache License, Version 2.0 * Documentation: https://docs.openstack.org/developer/python-searchlightclient -* Source: https://git.openstack.org/cgit/openstack/python-searchlightclient +* Source: https://opendev.org/openstack/python-searchlightclient * Bugs: https://storyboard.openstack.org/#!/project_group/searchlight Testing diff --git a/doc/source/contribute/index.rst b/doc/source/contribute/index.rst index de1fcda..7bac562 100644 --- a/doc/source/contribute/index.rst +++ b/doc/source/contribute/index.rst @@ -2,11 +2,11 @@ Contributing ============ -Code is hosted at `git.openstack.org`_. Submit bugs to the searchlight project +Code is hosted at `opendev.org`_. Submit bugs to the searchlight project on `Storyboard`_. Submit code to the openstack/python-searchlightclient project using `Gerrit`_. -.. _git.openstack.org: https://git.openstack.org/cgit/openstack/python-searchlightclient +.. _git.openstack.org: https://opendev.org/openstack/python-searchlightclient .. _Storyboard: https://storyboard.openstack.org/#!/project_group/93 .. _Gerrit: https://docs.openstack.org/infra/manual/developers.html#development-workflow @@ -17,4 +17,4 @@ The preferred way to run the unit tests is using ``tox``. See `Consistent Testing Interface`_ for more details. -.. _Consistent Testing Interface: https://git.openstack.org/cgit/openstack/governance/tree/reference/project-testing-interface.rst +.. _Consistent Testing Interface: https://opendev.org/openstack/governance/tree/reference/project-testing-interface.rst diff --git a/tox.ini b/tox.ini index 565ed50..9aac394 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ skipsdist = True usedevelop = True install_command = pip install {opts} {packages} deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} + -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands = @@ -18,7 +18,7 @@ whitelist_externals = find [testenv:pypy] basepython = python3 deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} + -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} setuptools<3.2 -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt