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

Change-Id: Ib2a5eb220be5e3004b6aff15e1fad0bc3162ebe6
This commit is contained in:
caoyuan 2019-04-23 19:38:39 +08:00
parent c606433c57
commit 37dcb0f641
4 changed files with 7 additions and 7 deletions

View File

@ -5,7 +5,7 @@ Neutron VPNaaS Dashboard
OpenStack Dashboard panels for Neutron VPNaaS
* Documentation: https://docs.openstack.org/neutron-vpnaas-dashboard/latest/
* Source: https://git.openstack.org/cgit/openstack/neutron-vpnaas-dashboard
* Source: https://opendev.org/openstack/neutron-vpnaas-dashboard
* Bugs: https://bugs.launchpad.net/neutron-vpnaas-dashboard
Team and repository tags

View File

@ -22,5 +22,5 @@ all-in-one environment.
.. code-block:: none
[[local|localrc]]
enable_plugin neutron-vpnaas https://git.openstack.org/openstack/neutron-vpnaas master
enable_plugin neutron-vpnaas-dashboard https://git.openstack.org/openstack/neutron-vpnaas-dashboard master
enable_plugin neutron-vpnaas https://opendev.org/openstack/neutron-vpnaas master
enable_plugin neutron-vpnaas-dashboard https://opendev.org/openstack/neutron-vpnaas-dashboard master

View File

@ -30,7 +30,7 @@ where horizon is installed.
.. code-block:: console
$ git clone https://git.openstack.org//openstack/neutron-vpnaas-dashboard
$ git clone https://opendev.org/openstack/neutron-vpnaas-dashboard
$ cd neutron-vpnaas-dashboard
$ sudo pip install .

View File

@ -12,7 +12,7 @@ setenv = VIRTUAL_ENV={envdir}
NOSE_OPENSTACK_YELLOW=0.025
NOSE_OPENSTACK_SHOW_ELAPSED=1
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 = {[unit_tests]commands}
@ -48,14 +48,14 @@ commands =
[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}/doc/requirements.txt
commands = sphinx-build -W -b html doc/source doc/build/html
[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}/doc/requirements.txt
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html