From 655d24f6c381eea8d539845f8d513aae2d0f9814 Mon Sep 17 00:00:00 2001 From: manchandavishal Date: Mon, 22 Apr 2019 11:03:57 +0000 Subject: [PATCH] Changes for url transition to OpenDev This commit changes openstack.org URL to opendev.org URL Change-Id: I03c291374d5f49c08a7716c388dc0002268c2b4f --- README.rst | 4 ++-- devstack/README.rst | 2 +- tox.ini | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 5998c2b..a8896ec 100644 --- a/README.rst +++ b/README.rst @@ -18,7 +18,7 @@ Horizon panels for Neutron LBaaS v2 * Free software: Apache license * Documentation: https://docs.openstack.org/neutron-lbaas-dashboard/latest/ -* Source: https://git.openstack.org/cgit/openstack/neutron-lbaas-dashboard +* Source: https://opendev.org/openstack/neutron-lbaas-dashboard * Bugs: https://storyboard.openstack.org/#!/project/907 Features @@ -98,4 +98,4 @@ Here is a table to show some cases: | no octavia | v2 API enabled | preferred | preferred | independent | | driver but | v1 API disabled | | | services | | other drivers | | | | | -+---------------+-----------------+----------------+-----------+--------------+ \ No newline at end of file ++---------------+-----------------+----------------+-----------+--------------+ diff --git a/devstack/README.rst b/devstack/README.rst index 36fa0f4..d1caa58 100644 --- a/devstack/README.rst +++ b/devstack/README.rst @@ -15,7 +15,7 @@ where For example: - enable_plugin neutron-lbaas-dashboard https://git.openstack.org/openstack/neutron-lbaas-dashboard + enable_plugin neutron-lbaas-dashboard https://opendev.org/openstack/neutron-lbaas-dashboard Once you enable the plugin in your local.conf, ensure ``horizon`` and ``q-lbaasv2`` services are enabled. If both of them are enabled, diff --git a/tox.ini b/tox.ini index 4156c61..f8d8b3b 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ setenv = VIRTUAL_ENV={envdir} CLIENT_NAME=neutron-lbaas-dashboard DJANGO_SETTINGS_MODULE=neutron_lbaas_dashboard.tests.settings -deps = -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} +deps = -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 whitelist_externals = npm @@ -37,7 +37,7 @@ commands = npm install basepython = python3 whitelist_externals = rm 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}/doc/requirements.txt commands =