diff --git a/README.rst b/README.rst index f447fe72..ecfaa2b0 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/doc/source/contributor/contributing.rst b/doc/source/contributor/contributing.rst index be0a28b4..6b6f0813 100644 --- a/doc/source/contributor/contributing.rst +++ b/doc/source/contributor/contributing.rst @@ -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 diff --git a/doc/source/install/installation.rst b/doc/source/install/installation.rst index 00f9b7fd..526155ea 100644 --- a/doc/source/install/installation.rst +++ b/doc/source/install/installation.rst @@ -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:: diff --git a/package.json b/package.json index d2811213..4926a0cd 100644 --- a/package.json +++ b/package.json @@ -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 ", "license": "Apache-2.0", diff --git a/tox.ini b/tox.ini index aa9b907a..9a60c205 100644 --- a/tox.ini +++ b/tox.ini @@ -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]