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

Change-Id: Ie05a11bfc92e9682c96d8de75aa4c3d8d1dc2efe
This commit is contained in:
caoyuan 2019-04-23 19:38:30 +08:00
parent 01e28e8b97
commit fadd275554
4 changed files with 7 additions and 7 deletions

View File

@ -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/

View File

@ -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

View File

@ -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 .

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}