diff --git a/README.rst b/README.rst index f62d9010..7280a436 100644 --- a/README.rst +++ b/README.rst @@ -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 `_. -The master repository is in `Git `_. +The master repository is in `Git `_. diff --git a/TODO b/TODO index 3cc22752..504793e1 100644 --- a/TODO +++ b/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 diff --git a/doc/source/install/index.rst b/doc/source/install/index.rst index 23fcacea..016cc759 100644 --- a/doc/source/install/index.rst +++ b/doc/source/install/index.rst @@ -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 diff --git a/tox.ini b/tox.ini index c8ae793a..8b6c9806 100644 --- a/tox.ini +++ b/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