Replace git.openstack.org URLs with opendev.org URLs
Change-Id: Ib2a5eb220be5e3004b6aff15e1fad0bc3162ebe6
This commit is contained in:
@@ -5,7 +5,7 @@ Neutron VPNaaS Dashboard
|
|||||||
OpenStack Dashboard panels for Neutron VPNaaS
|
OpenStack Dashboard panels for Neutron VPNaaS
|
||||||
|
|
||||||
* Documentation: https://docs.openstack.org/neutron-vpnaas-dashboard/latest/
|
* 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
|
* Bugs: https://bugs.launchpad.net/neutron-vpnaas-dashboard
|
||||||
|
|
||||||
Team and repository tags
|
Team and repository tags
|
||||||
|
@@ -22,5 +22,5 @@ all-in-one environment.
|
|||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
[[local|localrc]]
|
[[local|localrc]]
|
||||||
enable_plugin neutron-vpnaas https://git.openstack.org/openstack/neutron-vpnaas master
|
enable_plugin neutron-vpnaas https://opendev.org/openstack/neutron-vpnaas master
|
||||||
enable_plugin neutron-vpnaas-dashboard https://git.openstack.org/openstack/neutron-vpnaas-dashboard master
|
enable_plugin neutron-vpnaas-dashboard https://opendev.org/openstack/neutron-vpnaas-dashboard master
|
||||||
|
@@ -30,7 +30,7 @@ where horizon is installed.
|
|||||||
|
|
||||||
.. code-block:: console
|
.. 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
|
$ cd neutron-vpnaas-dashboard
|
||||||
$ sudo pip install .
|
$ sudo pip install .
|
||||||
|
|
||||||
|
6
tox.ini
6
tox.ini
@@ -12,7 +12,7 @@ setenv = VIRTUAL_ENV={envdir}
|
|||||||
NOSE_OPENSTACK_YELLOW=0.025
|
NOSE_OPENSTACK_YELLOW=0.025
|
||||||
NOSE_OPENSTACK_SHOW_ELAPSED=1
|
NOSE_OPENSTACK_SHOW_ELAPSED=1
|
||||||
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}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
commands = {[unit_tests]commands}
|
commands = {[unit_tests]commands}
|
||||||
@@ -48,14 +48,14 @@ commands =
|
|||||||
[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}/doc/requirements.txt
|
-r{toxinidir}/doc/requirements.txt
|
||||||
commands = sphinx-build -W -b html doc/source doc/build/html
|
commands = sphinx-build -W -b html doc/source doc/build/html
|
||||||
|
|
||||||
[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}/doc/requirements.txt
|
-r{toxinidir}/doc/requirements.txt
|
||||||
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user