Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I9db86cdb44bf72c6aefe63df6dd35e2399844871
This commit is contained in:
parent
03b0753414
commit
4d6b0fa1c0
@ -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
|
.. _PyPi: https://pypi.python.org/pypi/python-monascaclient
|
||||||
.. _Online Documentation: https://docs.openstack.org/python-monascaclient/latest/
|
.. _Online Documentation: https://docs.openstack.org/python-monascaclient/latest/
|
||||||
.. _Bugs: https://storyboard.openstack.org/#!/project/880
|
.. _Bugs: https://storyboard.openstack.org/#!/project/880
|
||||||
.. _Source: https://git.openstack.org/cgit/openstack/python-monascaclient
|
.. _Source: https://opendev.org/openstack/python-monascaclient
|
||||||
|
@ -14,7 +14,7 @@ Or, if you have virtualenvwrapper installed::
|
|||||||
Or, you can build it manually::
|
Or, you can build it manually::
|
||||||
|
|
||||||
$ mkvirtualenv python-monascaclient
|
$ mkvirtualenv python-monascaclient
|
||||||
$ git clone https://git.openstack.org/openstack/python-monascaclient
|
$ git clone https://opendev.org/openstack/python-monascaclient
|
||||||
$ cd python-monascaclient
|
$ cd python-monascaclient
|
||||||
$ pip install -r ./requirements.txt
|
$ pip install -r ./requirements.txt
|
||||||
$ python setup.py install
|
$ python setup.py install
|
||||||
|
2
tox.ini
2
tox.ini
@ -13,7 +13,7 @@ passenv = *_proxy
|
|||||||
usedevelop = True
|
usedevelop = True
|
||||||
install_command = pip install {opts} {packages}
|
install_command = pip install {opts} {packages}
|
||||||
deps =
|
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}/test-requirements.txt
|
||||||
-r{toxinidir}/requirements.txt
|
-r{toxinidir}/requirements.txt
|
||||||
whitelist_externals = bash
|
whitelist_externals = bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user