From 7fdda9f2c2ccffc69147df31ea97041797fa094f Mon Sep 17 00:00:00 2001 From: zhulingjie Date: Tue, 23 Apr 2019 17:06:14 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Change-Id: If820cd3866818f7283d8aa9559257166e0627cc5 --- README.rst | 2 +- doc/source/install/install-rdo.rst | 6 +++--- tox.ini | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index e7da5dc98..9330bde81 100644 --- a/README.rst +++ b/README.rst @@ -24,7 +24,7 @@ Project Resources * Project documentation: https://docs.openstack.org/vitrage/latest/ * Wiki page: https://wiki.openstack.org/wiki/Vitrage -* Source: https://git.openstack.org/cgit/openstack/vitrage +* Source: https://opendev.org/openstack/vitrage * StoryBoard: https://storyboard.openstack.org/#!/project/openstack/vitrage * Release notes: https://docs.openstack.org/releasenotes/vitrage diff --git a/doc/source/install/install-rdo.rst b/doc/source/install/install-rdo.rst index 07872c28b..b7afca7e5 100644 --- a/doc/source/install/install-rdo.rst +++ b/doc/source/install/install-rdo.rst @@ -70,8 +70,8 @@ is vitrage.yaml -.. _api-paste.ini: https://git.openstack.org/cgit/openstack/vitrage/tree/etc/vitrage/api-paste.ini -.. _datasources_values: https://git.openstack.org/cgit/openstack/vitrage/tree/etc/vitrage/datasources_values +.. _api-paste.ini: https://opendev.org/openstack/vitrage/src/branch/master/etc/vitrage/api-paste.ini +.. _datasources_values: https://opendev.org/openstack/vitrage/src/branch/master/etc/vitrage/datasources_values Create the vitrage.conf file ============================ @@ -188,7 +188,7 @@ Install the Vitrage Dashboard Follow the vitrage-dashboard_ installation procedure. -.. _vitrage-dashboard: https://git.openstack.org/cgit/openstack/vitrage-dashboard/tree/doc/source/contributor/installation.rst +.. _vitrage-dashboard: https://opendev.org/openstack/vitrage-dashboard/src/branch/master/doc/source/contributor/installation.rst Automatic +++++++++ diff --git a/tox.ini b/tox.ini index 26953c685..0b0a4ed84 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ skipsdist = True [testenv] usedevelop = True -install_command = pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} +install_command = pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages} whitelist_externals = find setenv = VIRTUAL_ENV={envdir} @@ -51,7 +51,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}/requirements.txt -r{toxinidir}/doc/requirements.txt commands = sphinx-build -W -b html doc/source doc/build/html @@ -79,7 +79,7 @@ import_exceptions = vitrage.i18n [testenv:releasenotes] 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}/requirements.txt -r{toxinidir}/doc/requirements.txt commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html