Replace git.openstack.org URLs with opendev.org URLs

Change-Id: I8a306d1b42cb25296960f88158eb8c8e21b0be08
This commit is contained in:
zhulingjie 2019-04-23 16:59:56 +08:00
parent 96543ce0a6
commit 6670f4339a
5 changed files with 7 additions and 7 deletions

@ -17,7 +17,7 @@ metal nodes, ports and drivers.
* Free software: Apache license * Free software: Apache license
* Documentation: https://docs.openstack.org/ironic-ui/latest * Documentation: https://docs.openstack.org/ironic-ui/latest
* Release notes: https://docs.openstack.org/releasenotes/ironic-ui/ * Release notes: https://docs.openstack.org/releasenotes/ironic-ui/
* Source: https://git.openstack.org/cgit/openstack/ironic-ui * Source: https://opendev.org/openstack/ironic-ui
* Bugs: https://storyboard.openstack.org/#!/project/952 * Bugs: https://storyboard.openstack.org/#!/project/952
Features Features

@ -37,9 +37,9 @@ Mailing list (prefix subjects with ``[ironic-ui]`` for faster responses)
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-discuss http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-discuss
Code Hosting Code Hosting
https://git.openstack.org/cgit/openstack/ironic-ui https://opendev.org/openstack/ironic-ui
Code Review Code Review
https://review.openstack.org/#/q/status:open+project:openstack/ironic-ui,n,z https://review.opendev.org/#/q/status:open+project:openstack/ironic-ui,n,z

@ -12,7 +12,7 @@ installation please see http://docs.openstack.org/developer/horizon/quickstart.h
1. Clone the Ironic UI repository:: 1. Clone the Ironic UI repository::
git clone https://git.openstack.org/openstack/ironic-ui git clone https://opendev.org/openstack/ironic-ui
2. Change into the root directory of your horizon installation and 2. Change into the root directory of your horizon installation and
activate the python virtualenv. Example:: activate the python virtualenv. Example::

@ -4,7 +4,7 @@
"description": "Horizon plugin for OpenStack Ironic.", "description": "Horizon plugin for OpenStack Ironic.",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://git.openstack.org/openstack/ironic-ui" "url": "https://opendev.org/openstack/ironic-ui"
}, },
"author": "Openstack <openstack-discuss@lists.openstack.org>", "author": "Openstack <openstack-discuss@lists.openstack.org>",
"license": "Apache-2.0", "license": "Apache-2.0",

@ -5,7 +5,7 @@ envlist = py3,py27,pep8
[testenv] [testenv]
usedevelop = True usedevelop = True
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages}
setenv = VIRTUAL_ENV={envdir} setenv = VIRTUAL_ENV={envdir}
NOSE_WITH_OPENSTACK=1 NOSE_WITH_OPENSTACK=1
NOSE_OPENSTACK_COLOR=1 NOSE_OPENSTACK_COLOR=1
@ -40,7 +40,7 @@ commands = {posargs}
[testenv:py3-dev] [testenv:py3-dev]
basepython = python3 basepython = python3
commands = commands =
pip install {env:HORIZON_REPO:git+https://git.openstack.org/openstack/horizon} pip install {env:HORIZON_REPO:git+https://opendev.org/openstack/horizon}
{[testenv]commands} {[testenv]commands}
[testenv:cover] [testenv:cover]