Migrate to opendev.org

Change-Id: I94847d3b23c4d7eb80141481a6b1210669715204
Signed-off-by: Trinh Nguyen <dangtrinhnt@gmail.com>
This commit is contained in:
Trinh Nguyen 2019-04-20 16:57:42 +09:00
parent f3242d4ced
commit d9644b95da
6 changed files with 9 additions and 9 deletions

View File

@ -15,7 +15,7 @@ Horizon panels and libraries for searchlight
* Free software: Apache license
* Documentation: https://docs.openstack.org/searchlight-ui/latest/
* Source: https://git.openstack.org/cgit/openstack/searchlight-ui
* Source: https://opendev.org/openstack/searchlight-ui
* Bugs: https://storyboard.openstack.org/#!/project_group/searchlight
* Release notes: https://docs.openstack.org/releasenotes/searchlight-ui/

View File

@ -2,7 +2,7 @@
# Install searchlight-ui
# To enable searchlight-ui
# enable_plugin searchlight-ui https://git.openstack.org/openstack/searchlight-ui
# enable_plugin searchlight-ui https://opendev.org/openstack/searchlight-ui
# stack.sh
# ---------

View File

@ -15,9 +15,9 @@ where
For example:
enable_plugin searchlight-ui https://git.openstack.org/openstack/searchlight-ui
enable_plugin searchlight-ui https://opendev.org/openstack/searchlight-ui
This plugin also depends on the following services to be enabled: ``horizon``,
``searchlight-api``, and ``searchlight-listener``.
* https://github.com/openstack/searchlight/tree/master/devstack
* https://opendev.org/openstack/searchlight/src/branch/master/devstack

View File

@ -3,7 +3,7 @@
"version": "0.2.0",
"private": true,
"description": "Searchlight UI plugin for horizon.",
"repository": "https://github.com/openstack/searchlight-ui",
"repository": "https://opendev.org/openstack/searchlight-ui",
"license": "Apache 2.0",
"devDependencies": {
"eslint": "1.2.1",
@ -19,7 +19,7 @@
"karma-threshold-reporter": "0.1.15"
},
"scripts": {
"postinstall": "if [ ! -d .tox ] || [ ! -d .tox/npm ]; then tox -e npm --notest; python3 -m pip install -U -t ./.tox/npm/lib/`python3 -V|tr -d ' '|tr 'P' 'p'|cut -c -9`/site-packages/ -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt ../horizon; fi",
"postinstall": "if [ ! -d .tox ] || [ ! -d .tox/npm ]; then tox -e npm --notest; python3 -m pip install -U -t ./.tox/npm/lib/`python3 -V|tr -d ' '|tr 'P' 'p'|cut -c -9`/site-packages/ -chttps://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt ../horizon; fi",
"test": "karma start searchlight_ui/karma.conf.js --single-run",
"lint": "eslint --no-color searchlight_ui/static"
},

View File

@ -8,7 +8,7 @@ DIR=${BASH_SOURCE%/*}
source $DIR/commons $@
# Enable Searchlight UI plugin
DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin enable_plugin searchlight https://git.openstack.org/openstack/searchlight"
DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin enable_plugin searchlight https://opendev.org/openstack/searchlight"
DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_service searchlight-api"
DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_service searchlight-listener"
DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin searchlight-ui https://git.openstack.org/openstack/searchlight-ui"
DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin searchlight-ui https://opendev.org/openstack/searchlight-ui"

View File

@ -10,7 +10,7 @@ setenv =
VIRTUAL_ENV={envdir}
DJANGO_SETTINGS_MODULE=searchlight_ui.tests.settings
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 = python manage.py test