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

View File

@ -17,7 +17,7 @@ metal nodes, ports and drivers.
* Free software: Apache license
* Documentation: https://docs.openstack.org/ironic-ui/latest
* 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
Features

View File

@ -37,9 +37,9 @@ Mailing list (prefix subjects with ``[ironic-ui]`` for faster responses)
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-discuss
Code Hosting
https://git.openstack.org/cgit/openstack/ironic-ui
https://opendev.org/openstack/ironic-ui
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

View File

@ -12,7 +12,7 @@ installation please see http://docs.openstack.org/developer/horizon/quickstart.h
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
activate the python virtualenv. Example::

View File

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

View File

@ -5,7 +5,7 @@ envlist = py3,py27,pep8
[testenv]
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}
NOSE_WITH_OPENSTACK=1
NOSE_OPENSTACK_COLOR=1
@ -40,7 +40,7 @@ commands = {posargs}
[testenv:py3-dev]
basepython = python3
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:cover]