From fadd275554d8b49f436ada7fbeed89ed71fb998a Mon Sep 17 00:00:00 2001 From: caoyuan Date: Tue, 23 Apr 2019 19:38:30 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Change-Id: Ie05a11bfc92e9682c96d8de75aa4c3d8d1dc2efe --- README.rst | 6 +++--- devstack/README.rst | 4 ++-- doc/source/install/index.rst | 2 +- tox.ini | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 0dbc842..61f40e2 100644 --- a/README.rst +++ b/README.rst @@ -1,10 +1,10 @@ -======================== +======================= Neutron FWaaS Dashboard -======================== +======================= OpenStack Dashboard panels for Neutron FWaaS * Documentation: https://docs.openstack.org/neutron-fwaas-dashboard/latest/ -* Source: http://git.openstack.org/cgit/openstack/neutron-fwaas-dashboard +* Source: http://opendev.org/openstack/neutron-fwaas-dashboard * Bugs: http://bugs.launchpad.net/neutron-fwaas-dashboard * Release Notes: https://docs.openstack.org/releasenotes/neutron-fwaas-dashboard/ diff --git a/devstack/README.rst b/devstack/README.rst index 3b9224a..915f97a 100644 --- a/devstack/README.rst +++ b/devstack/README.rst @@ -20,6 +20,6 @@ of your local.conf. .. code-block:: none [[local|localrc]] - enable_plugin neutron-fwaas https://git.openstack.org/openstack/neutron-fwaas master + enable_plugin neutron-fwaas https://opendev.org/openstack/neutron-fwaas master enable_service q-fwaas-v2 - enable_plugin neutron-fwaas-dashboard https://git.openstack.org/openstack/neutron-fwaas-dashboard master + enable_plugin neutron-fwaas-dashboard https://opendev.org/openstack/neutron-fwaas-dashboard master diff --git a/doc/source/install/index.rst b/doc/source/install/index.rst index d3388dc..5bc63db 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-fwaas-dashboard + $ git clone https://opendev.org/openstack/neutron-fwaas-dashboard $ cd neutron-fwaas-dashboard $ sudo pip install . diff --git a/tox.ini b/tox.ini index d5928a9..95a5e67 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}