From 37dcb0f6418f9785d090c38af6cb190e2f2277ca Mon Sep 17 00:00:00 2001 From: caoyuan Date: Tue, 23 Apr 2019 19:38:39 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Change-Id: Ib2a5eb220be5e3004b6aff15e1fad0bc3162ebe6 --- README.rst | 2 +- devstack/README.rst | 4 ++-- doc/source/install/index.rst | 2 +- tox.ini | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index be8b4cf..d9bf39b 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/devstack/README.rst b/devstack/README.rst index 3307276..7422f5e 100644 --- a/devstack/README.rst +++ b/devstack/README.rst @@ -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 diff --git a/doc/source/install/index.rst b/doc/source/install/index.rst index 73a6368..b9f73f0 100644 --- a/doc/source/install/index.rst +++ b/doc/source/install/index.rst @@ -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 . diff --git a/tox.ini b/tox.ini index b8bc6a4..8f675ff 100644 --- a/tox.ini +++ b/tox.ini @@ -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