Merge "Replace git.openstack.org URLs with opendev.org URLs"

This commit is contained in:
Zuul 2019-05-22 10:42:35 +00:00 committed by Gerrit Code Review
commit eb7083de7b
3 changed files with 3 additions and 3 deletions

View File

@ -27,4 +27,4 @@ It provides a Python API (the ``monascaclient`` module) and a command-line tool
.. _PyPi: https://pypi.python.org/pypi/python-monascaclient
.. _Online Documentation: https://docs.openstack.org/python-monascaclient/latest/
.. _Bugs: https://storyboard.openstack.org/#!/project/880
.. _Source: https://git.openstack.org/cgit/openstack/python-monascaclient
.. _Source: https://opendev.org/openstack/python-monascaclient

View File

@ -14,7 +14,7 @@ Or, if you have virtualenvwrapper installed::
Or, you can build it manually::
$ mkvirtualenv python-monascaclient
$ git clone https://git.openstack.org/openstack/python-monascaclient
$ git clone https://opendev.org/openstack/python-monascaclient
$ cd python-monascaclient
$ pip install -r ./requirements.txt
$ python setup.py install

View File

@ -13,7 +13,7 @@ passenv = *_proxy
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}/test-requirements.txt
-r{toxinidir}/requirements.txt
whitelist_externals = bash