Changes for url transition to OpenDev

This commit changes openstack.org URL to opendev.org URL
as discussed here [1]

[1] http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html

Change-Id: I1f9c8b580b6047599d0d5041ca636c6284d907d1
This commit is contained in:
manchandavishal 2019-04-23 06:04:49 +00:00
parent c2ec9fd696
commit ec51d61452
5 changed files with 13 additions and 13 deletions

View File

@ -14,7 +14,7 @@ Magnum UI
Horizon plugin for Magnum
* Free software: Apache license
* Source: https://git.openstack.org/cgit/openstack/magnum-ui
* Source: https://opendev.org/openstack/magnum-ui
* Bugs: https://bugs.launchpad.net/magnum-ui
* Documentation: https://docs.openstack.org/magnum-ui/latest/
* Release notes: https://docs.openstack.org/releasenotes/magnum-ui/

View File

@ -5,7 +5,7 @@ Magnum UI
Horizon plugin for Magnum
* Free software: Apache license
* Source: https://git.openstack.org/cgit/openstack/magnum-ui
* Source: https://opendev.org/openstack/magnum-ui
* Blueprints: https://blueprints.launchpad.net/magnum-ui
* Bugs: https://bugs.launchpad.net/magnum-ui

View File

@ -3,7 +3,7 @@
"description": "Magnum UI JavaScript tests",
"repository": {
"type": "git",
"url": "https://git.openstack.org/openstack/magnum-ui"
"url": "https://opendev.org/openstack/magnum-ui"
},
"version": "0.0.0",
"private": true,
@ -26,7 +26,7 @@
},
"dependencies": {},
"scripts": {
"postinstall": "if [ ! -d .tox ] || [ ! -d .tox/karma ]; then tox -ekarma --notest; python3 -m pip install -U -t ./.tox/karma/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/karma ]; then tox -ekarma --notest; python3 -m pip install -U -t ./.tox/karma/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",
"lint": "eslint --no-color magnum_ui/static",
"lintq": "eslint --quiet magnum_ui/static",
"test": "karma start magnum_ui/karma.conf.js --single-run"

View File

@ -3,13 +3,13 @@ prelude: >
Ocata release summary.
features:
- |
https://review.openstack.org/424984 Added an update action for clusters.
https://review.openstack.org/422477 Added update action for cluster templ.
https://review.openstack.org/424536 Action for json schema adjusted.
https://review.openstack.org/421693 Python 3.5 classifier and venv added.
https://review.openstack.org/415321 Improved tracebacks for exceptions.
https://review.openstack.org/414810 Adopted horizon views for Angular
https://review.openstack.org/408039 Replace mox with mock
https://review.opendev.org/424984 Added an update action for clusters.
https://review.opendev.org/422477 Added update action for cluster templ.
https://review.opendev.org/424536 Action for json schema adjusted.
https://review.opendev.org/421693 Python 3.5 classifier and venv added.
https://review.opendev.org/415321 Improved tracebacks for exceptions.
https://review.opendev.org/414810 Adopted horizon views for Angular
https://review.opendev.org/408039 Replace mox with mock
Added numerous unit tests.
fixes:
- |

View File

@ -12,7 +12,7 @@ setenv = VIRTUAL_ENV={envdir}
NOSE_OPENSTACK_YELLOW=0.025
NOSE_OPENSTACK_SHOW_ELAPSED=1
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 =
@ -104,7 +104,7 @@ commands =
[testenv:docs]
basepython = python3
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}/doc/requirements.txt
commands=
sphinx-build -W -b html doc/source doc/build/html