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

Change-Id: I43e97a8dd9ff3213b1d6304825ca651d4ed6ab94
This commit is contained in:
jacky06 2019-04-23 13:45:01 +08:00
parent d52049e55c
commit aaafa80ab1
4 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
python-zunclient Style Commandments
===============================================
===================================
Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/

View File

@ -33,5 +33,5 @@ and a command-line tool (zun).
.. _Launchpad project: https://launchpad.net/python-zunclient
.. _Blueprints: https://blueprints.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

View File

@ -47,7 +47,7 @@ commands = oslo_debug_helper -t zunclient/tests {posargs}
[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 =
@ -63,7 +63,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 =

View File

@ -21,8 +21,8 @@
driver=$1
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 devstack-plugin-container https://git.openstack.org/openstack/devstack-plugin-container"
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://opendev.org/openstack/devstack-plugin-container"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"ZUN_USE_UWSGI=True"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"KURYR_CONFIG_DIR=/etc/kuryr-libnetwork"
export DEVSTACK_GATE_TEMPEST=0