Changes for url transition to OpenDev

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

Change-Id: I6cddcab4ff956c3121ba35b0617f991c617dc8b7
This commit is contained in:
manchandavishal 2019-04-22 14:16:05 +00:00
parent 4980a4c34a
commit af17a8baa3
4 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@ Horizon panels for Octavia
* Free software: Apache license
* Documentation: https://docs.openstack.org/octavia-dashboard/latest/
* Source: https://git.openstack.org/cgit/openstack/octavia-dashboard
* Source: https://opendev.org/openstack/octavia-dashboard
* Release notes: https://docs.openstack.org/releasenotes/octavia-dashboard/
* Bugs: https://storyboard.openstack.org/#!/project/909

View File

@ -15,7 +15,7 @@ where
For example:
enable_plugin octavia-dashboard https://git.openstack.org/openstack/octavia-dashboard
enable_plugin octavia-dashboard https://opendev.org/openstack/octavia-dashboard
Once you enable the plugin in your local.conf, ensure ``horizon`` and
``o-api`` services are enabled. If both of them are enabled,

View File

@ -12,7 +12,7 @@
],
"repository": {
"type": "git",
"url": "https://git.openstack.org/openstack/octavia-dashboard"
"url": "https://opendev.org/openstack/octavia-dashboard"
},
"bugs": "https://storyboard.openstack.org/#!/project/909",
"license": "Apache 2.0",

View File

@ -10,7 +10,7 @@ setenv =
VIRTUAL_ENV={envdir}
CLIENT_NAME=octavia-dashboard
DJANGO_SETTINGS_MODULE=octavia_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 =
@ -49,7 +49,7 @@ commands =
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 =