Merge "Changes for url transition to OpenDev"
This commit is contained in:
commit
360e41d7c8
@ -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
|
||||
|
||||
|
@ -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,
|
||||
|
@ -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",
|
||||
|
6
tox.ini
6
tox.ini
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user