Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I43e97a8dd9ff3213b1d6304825ca651d4ed6ab94
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
python-zunclient Style Commandments
|
python-zunclient Style Commandments
|
||||||
===============================================
|
===================================
|
||||||
|
|
||||||
Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/
|
Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/
|
||||||
|
@@ -33,5 +33,5 @@ and a command-line tool (zun).
|
|||||||
.. _Launchpad project: https://launchpad.net/python-zunclient
|
.. _Launchpad project: https://launchpad.net/python-zunclient
|
||||||
.. _Blueprints: https://blueprints.launchpad.net/python-zunclient
|
.. _Blueprints: https://blueprints.launchpad.net/python-zunclient
|
||||||
.. _Bugs: https://bugs.launchpad.net/python-zunclient
|
.. _Bugs: https://bugs.launchpad.net/python-zunclient
|
||||||
.. _Source: https://git.openstack.org/cgit/openstack/python-zunclient
|
.. _Source: https://opendev.org/openstack/python-zunclient
|
||||||
.. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html
|
.. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html
|
||||||
|
4
tox.ini
4
tox.ini
@@ -47,7 +47,7 @@ commands = oslo_debug_helper -t zunclient/tests {posargs}
|
|||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
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}/requirements.txt
|
-r{toxinidir}/requirements.txt
|
||||||
-r{toxinidir}/doc/requirements.txt
|
-r{toxinidir}/doc/requirements.txt
|
||||||
commands =
|
commands =
|
||||||
@@ -63,7 +63,7 @@ commands =
|
|||||||
[testenv:releasenotes]
|
[testenv:releasenotes]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
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}/requirements.txt
|
-r{toxinidir}/requirements.txt
|
||||||
-r{toxinidir}/doc/requirements.txt
|
-r{toxinidir}/doc/requirements.txt
|
||||||
commands =
|
commands =
|
||||||
|
@@ -21,8 +21,8 @@
|
|||||||
driver=$1
|
driver=$1
|
||||||
db=$2
|
db=$2
|
||||||
|
|
||||||
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin kuryr-libnetwork https://git.openstack.org/openstack/kuryr-libnetwork"
|
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin kuryr-libnetwork https://opendev.org/openstack/kuryr-libnetwork"
|
||||||
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin devstack-plugin-container https://git.openstack.org/openstack/devstack-plugin-container"
|
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin devstack-plugin-container https://opendev.org/openstack/devstack-plugin-container"
|
||||||
export DEVSTACK_LOCAL_CONFIG+=$'\n'"ZUN_USE_UWSGI=True"
|
export DEVSTACK_LOCAL_CONFIG+=$'\n'"ZUN_USE_UWSGI=True"
|
||||||
export DEVSTACK_LOCAL_CONFIG+=$'\n'"KURYR_CONFIG_DIR=/etc/kuryr-libnetwork"
|
export DEVSTACK_LOCAL_CONFIG+=$'\n'"KURYR_CONFIG_DIR=/etc/kuryr-libnetwork"
|
||||||
export DEVSTACK_GATE_TEMPEST=0
|
export DEVSTACK_GATE_TEMPEST=0
|
||||||
|
Reference in New Issue
Block a user