summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaifeng Wang <kaifeng.w@gmail.com>2019-05-08 16:01:06 +0800
committerKaifeng Wang <kaifeng.w@gmail.com>2019-05-08 16:01:06 +0800
commit5e8680c11e7c1fac53c354ff94411da578e58f4f (patch)
treed763d275f136e7fb868de908a4e59fc510f44e7a
parent060029ffcae8bbbd2315947cd059b701b5c31c39 (diff)
downloadpython-ironicclient-5e8680c11e7c1fac53c354ff94411da578e58f4f.tar.gz
Fetch requirements from opendev
As well as doc updates Change-Id: I994dfe226d81494c01c105e5c62c4fe7c3b9875e
-rw-r--r--README.rst6
-rw-r--r--doc/source/cli/ironic_client.rst2
-rw-r--r--doc/source/cli/osc_plugin_cli.rst4
-rw-r--r--doc/source/contributor/contributing.rst2
-rw-r--r--tox.ini8
5 files changed, 11 insertions, 11 deletions
diff --git a/README.rst b/README.rst
index 5e89a4c..6afc66b 100644
--- a/README.rst
+++ b/README.rst
@@ -20,8 +20,8 @@ This is a client for the OpenStack `Bare Metal API
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 on `git.openstack.org
-<https://git.openstack.org/cgit/openstack/python-ironicclient>`_.
+The master repository is on `opendev.org
+<https://opendev.org/openstack/python-ironicclient/>`_.
``python-ironicclient`` is licensed under the Apache License, Version 2.0,
like the rest of OpenStack.
@@ -33,7 +33,7 @@ Project resources
-----------------
* Documentation: https://docs.openstack.org/python-ironicclient/latest/
-* Source: https://git.openstack.org/cgit/openstack/python-ironicclient
+* Source: https://opendev.org/openstack/python-ironicclient
* Bugs: https://storyboard.openstack.org/#!/project/959
* Release notes: https://docs.openstack.org/releasenotes/python-ironicclient/
diff --git a/doc/source/cli/ironic_client.rst b/doc/source/cli/ironic_client.rst
index 81b5a9d..7ee6b5e 100644
--- a/doc/source/cli/ironic_client.rst
+++ b/doc/source/cli/ironic_client.rst
@@ -59,7 +59,7 @@ environment variable. (It defaults to the first in the list returned.)
Ironic CLI supports bash completion. The command-line tool can automatically
fill partially typed commands. To use this feature, source the below file
(available at
-https://git.openstack.org/cgit/openstack/python-ironicclient/tree/tools/ironic.bash_completion)
+https://opendev.org/openstack/python-ironicclient/src/branch/master/tools/ironic.bash_completion)
to your terminal and then bash completion should work::
$ . ironic.bash_completion
diff --git a/doc/source/cli/osc_plugin_cli.rst b/doc/source/cli/osc_plugin_cli.rst
index bd0de9c..e3e9805 100644
--- a/doc/source/cli/osc_plugin_cli.rst
+++ b/doc/source/cli/osc_plugin_cli.rst
@@ -46,8 +46,8 @@ or set the corresponding environment variables::
This CLI is provided by python-openstackclient and osc-lib projects:
-* https://git.openstack.org/openstack/python-openstackclient
-* https://git.openstack.org/openstack/osc-lib
+* https://opendev.org/openstack/python-openstackclient
+* https://opendev.org/openstack/osc-lib
Getting help
diff --git a/doc/source/contributor/contributing.rst b/doc/source/contributor/contributing.rst
index 1052973..85ad5b7 100644
--- a/doc/source/contributor/contributing.rst
+++ b/doc/source/contributor/contributing.rst
@@ -40,7 +40,7 @@ Mailing list (prefix subjects with ``[ironic]`` for faster responses)
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-discuss
Code Hosting
- https://git.openstack.org/cgit/openstack/python-ironicclient
+ https://opendev.org/openstack/python-ironicclient
Code Review
https://review.openstack.org/#/q/status:open+project:openstack/python-ironicclient,n,z
diff --git a/tox.ini b/tox.ini
index a9d0e95..bfdb5f2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,7 +12,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 =
@@ -21,7 +21,7 @@ commands =
[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
@@ -46,7 +46,7 @@ commands =
[testenv:venv]
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}/test-requirements.txt
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
@@ -68,7 +68,7 @@ setenv = TESTS_DIR=./ironicclient/tests/functional
[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 =