Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I754c795e3bcfcc3042b38cb57b01b7207e92083a
This commit is contained in:
parent
8c65deafdc
commit
9806db7899
@ -15,4 +15,4 @@ provides a plugin for the openstackclient command-line tool.
|
||||
|
||||
Development takes place via the usual OpenStack processes as outlined in the
|
||||
`developer guide <https://docs.openstack.org/infra/manual/developers.html>`_.
|
||||
The master repository is in `Git <https://git.openstack.org/cgit/openstack/python-senlinclient>`_.
|
||||
The master repository is in `Git <https://opendev.org/openstack/python-senlinclient>`_.
|
||||
|
2
TODO
2
TODO
@ -11,7 +11,7 @@ High Priority
|
||||
Middle Priority
|
||||
===============
|
||||
|
||||
- Use code from https://review.openstack.org/#/c/95679/ to replace
|
||||
- Use code from https://review.opendev.org/#/c/95679/ to replace
|
||||
_append_global_identity_args(parser)
|
||||
- Add unit tests
|
||||
- Figure out how to use access_info and reauthenticate parameters for
|
||||
|
@ -26,7 +26,7 @@ first get senlinclient code from OpenStack git repository.
|
||||
::
|
||||
|
||||
$ cd /opt/stack
|
||||
$ git clone https://git.openstack.org/openstack/python-senlinclient.git
|
||||
$ git clone https://opendev.org/openstack/python-senlinclient.git
|
||||
|
||||
Then execute the following command
|
||||
|
||||
|
6
tox.ini
6
tox.ini
@ -9,7 +9,7 @@ setenv = VIRTUAL_ENV={envdir}
|
||||
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 =
|
||||
@ -58,7 +58,7 @@ commands = oslo_debug_helper -t senlinclient/tests {posargs}
|
||||
[testenv:docs]
|
||||
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}
|
||||
-r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/doc/requirements.txt
|
||||
commands = sphinx-build -W -b html doc/source doc/build/html
|
||||
@ -66,7 +66,7 @@ commands = sphinx-build -W -b html doc/source doc/build/html
|
||||
[testenv:releasenotes]
|
||||
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}
|
||||
-r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/doc/requirements.txt
|
||||
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||
|
Loading…
x
Reference in New Issue
Block a user