From 782ba821569a295eb00a218751fc93dad0d644f7 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Tue, 23 Apr 2019 19:32:57 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Change-Id: I38a97dabafd78c48da3668d4b92cb817e1fd3ed9 --- HACKING.rst | 4 ++-- README.rst | 3 +-- setup.cfg | 2 +- tox.ini | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/HACKING.rst b/HACKING.rst index eb54ea0..59a6281 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ Manila 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 8b621b0..c4ed00e 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,6 @@ Team and repository tags .. image:: https://governance.openstack.org/tc/badges/manila-image-elements.svg :target: https://governance.openstack.org/tc/reference/tags/index.html -.. Change things from this point on ============================= Manila Image Elements Project @@ -14,7 +13,7 @@ Manila Image Elements Project This repo is a place for Manila-related diskimage-builder elements. * Free software: Apache license -* Source: https://github.com/openstack/manila-image-elements +* Source: https://opendev.org/openstack/manila-image-elements * Bugs: https://bugs.launchpad.net/manila-image-elements * Built Images: https://tarballs.openstack.org/manila-image-elements/images diff --git a/setup.cfg b/setup.cfg index b7c2d70..a3a1487 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,7 +10,7 @@ classifiers = Operating System :: POSIX :: Linux author = OpenStack author-email = openstack-discuss@lists.openstack.org -home-page = https://docs.openstack.org/developer/manila +home-page = https://docs.openstack.org/manila/latest/ [files] scripts = diff --git a/tox.ini b/tox.ini index d5775cc..a946e6e 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 =