Fetch requirements from opendev

As well as doc updates

Change-Id: I994dfe226d81494c01c105e5c62c4fe7c3b9875e
This commit is contained in:
Kaifeng Wang 2019-05-08 16:01:06 +08:00
parent 060029ffca
commit 5e8680c11e
5 changed files with 11 additions and 11 deletions

View File

@ -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/

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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 =