Changes for url transition to OpenDev

This commit changes openstack.org URL to opendev.org URL

Change-Id: I03c291374d5f49c08a7716c388dc0002268c2b4f
This commit is contained in:
manchandavishal 2019-04-22 11:03:57 +00:00
parent bdf84c6a11
commit 655d24f6c3
3 changed files with 5 additions and 5 deletions

View File

@ -18,7 +18,7 @@ Horizon panels for Neutron LBaaS v2
* Free software: Apache license * Free software: Apache license
* Documentation: https://docs.openstack.org/neutron-lbaas-dashboard/latest/ * 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 * Bugs: https://storyboard.openstack.org/#!/project/907
Features Features
@ -98,4 +98,4 @@ Here is a table to show some cases:
| no octavia | v2 API enabled | preferred | preferred | independent | | no octavia | v2 API enabled | preferred | preferred | independent |
| driver but | v1 API disabled | | | services | | driver but | v1 API disabled | | | services |
| other drivers | | | | | | other drivers | | | | |
+---------------+-----------------+----------------+-----------+--------------+ +---------------+-----------------+----------------+-----------+--------------+

View File

@ -15,7 +15,7 @@ where
For example: 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 Once you enable the plugin in your local.conf, ensure ``horizon`` and
``q-lbaasv2`` services are enabled. If both of them are enabled, ``q-lbaasv2`` services are enabled. If both of them are enabled,

View File

@ -10,7 +10,7 @@ setenv =
VIRTUAL_ENV={envdir} VIRTUAL_ENV={envdir}
CLIENT_NAME=neutron-lbaas-dashboard CLIENT_NAME=neutron-lbaas-dashboard
DJANGO_SETTINGS_MODULE=neutron_lbaas_dashboard.tests.settings 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}/requirements.txt
-r{toxinidir}/test-requirements.txt -r{toxinidir}/test-requirements.txt
whitelist_externals = npm whitelist_externals = npm
@ -37,7 +37,7 @@ commands = npm install
basepython = python3 basepython = python3
whitelist_externals = rm whitelist_externals = rm
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}/doc/requirements.txt -r{toxinidir}/doc/requirements.txt
commands = commands =