Migrate to opendev.org

Change-Id: Iace98dcb3f15d2cd7aa2dcda2a76b3c77f81e6f7
Signed-off-by: Trinh Nguyen <dangtrinhnt@gmail.com>
This commit is contained in:
Trinh Nguyen 2019-04-20 17:10:04 +09:00
parent 6757990224
commit e2230a4759
3 changed files with 8 additions and 8 deletions

View File

@ -22,7 +22,7 @@ hosted on `OpenStack git repository`_. Patches must be submitted using
`Gerrit`_, *not* git repo `Gerrit`_, *not* git repo
pull requests. 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 .. _Storyboard: https://storyboard.openstack.org/#!/project_group/searchlight
.. _Gerrit: https://docs.openstack.org/infra/manual/developers.html#development-workflow .. _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:: * 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 $ cd python-searchlightclient
* Setup a virtualenv * Setup a virtualenv
@ -139,7 +139,7 @@ To use with keystone as the authentication system::
* License: Apache License, Version 2.0 * License: Apache License, Version 2.0
* Documentation: https://docs.openstack.org/developer/python-searchlightclient * 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 * Bugs: https://storyboard.openstack.org/#!/project_group/searchlight
Testing Testing

View File

@ -2,11 +2,11 @@
Contributing 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 on `Storyboard`_. Submit code to the openstack/python-searchlightclient project
using `Gerrit`_. 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 .. _Storyboard: https://storyboard.openstack.org/#!/project_group/93
.. _Gerrit: https://docs.openstack.org/infra/manual/developers.html#development-workflow .. _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. 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

View File

@ -7,7 +7,7 @@ skipsdist = True
usedevelop = True usedevelop = True
install_command = pip install {opts} {packages} install_command = pip install {opts} {packages}
deps = 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}/requirements.txt
-r{toxinidir}/test-requirements.txt -r{toxinidir}/test-requirements.txt
commands = commands =
@ -18,7 +18,7 @@ whitelist_externals = find
[testenv:pypy] [testenv:pypy]
basepython = python3 basepython = python3
deps = 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 setuptools<3.2
-r{toxinidir}/requirements.txt -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt -r{toxinidir}/test-requirements.txt