From e1c48ee266713c94a8925b47b62331b35126c3dd Mon Sep 17 00:00:00 2001 From: gujin Date: Mon, 27 May 2019 13:37:58 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs 1. Replace git.openstack.org URLs with opendev.org URLs 2. Remove unncessary "==" Change-Id: If78b4eefb9bb144f65d7be2f6c898a74f5dc150e --- HACKING.rst | 4 ++-- README.rst | 2 +- doc/source/install/installation.rst | 4 ++-- tox.ini | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/HACKING.rst b/HACKING.rst index 4918b14e..7b1502bf 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ manila-ui Style Commandments -=============================================== +============================ -Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/ \ No newline at end of file +Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/ diff --git a/README.rst b/README.rst index 7b900c27..95bf1177 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ manila-ui - Manila Management Dashboard * Free software: Apache license * Documentation: https://docs.openstack.org/manila-ui/latest/ * Release notes: https://docs.openstack.org/releasenotes/manila-ui/ -* Source: https://git.openstack.org/cgit/openstack/manila-ui +* Source: https://opendev.org/openstack/manila-ui * Bugs: https://bugs.launchpad.net/manila-ui Team and repository tags diff --git a/doc/source/install/installation.rst b/doc/source/install/installation.rst index cbdf0084..7aa50f19 100644 --- a/doc/source/install/installation.rst +++ b/doc/source/install/installation.rst @@ -8,7 +8,7 @@ DevStack Installation Add this repo as an external repository into your ``local.conf`` file:: [[local|localrc]] - enable_plugin manila-ui https://git.openstack.org/openstack/manila-ui + enable_plugin manila-ui https://opendev.org/openstack/manila-ui Manual Installation ------------------- @@ -16,7 +16,7 @@ Manual Installation Begin by installing Horizon following the `Horizon Manual Installation Guide `__ and clone Manila UI repository:: - git clone https://git.openstack.org/openstack/manila-ui + git clone https://opendev.org/openstack/manila-ui Install Manila UI with all dependencies. From within the horizon folder:: diff --git a/tox.ini b/tox.ini index 057a0557..dc671b79 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ skipsdist = True [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} deps = -r{toxinidir}/requirements.txt @@ -24,7 +24,7 @@ setenv = DJANGO_SETTINGS_MODULE=manila_ui.tests.settings [testenv:py3-dev] setenv = DJANGO_SETTINGS_MODULE=manila_ui.tests.settings 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} RIZON_INTEGRATION_TESTS_CONFIG_FILE=manila_ui/tests/integration/horizon.conf