From 098b1e0a50a5556cd8f6eb5824279ae8092a4fda Mon Sep 17 00:00:00 2001 From: caoyuan Date: Tue, 23 Apr 2019 19:39:42 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Change-Id: I4234531821d18c7f442c83ccb1f341866b2d1d19 --- CONTRIBUTING.rst | 2 +- HACKING.rst | 2 +- README.rst | 4 ++-- tox.ini | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 49e00b4..14631ba 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -18,4 +18,4 @@ Bugs should be filed on StoryBoard, not GitHub: The code is hosted at: - https://git.openstack.org/cgit/openstack/os-traits + https://opendev.org/openstack/os-traits diff --git a/HACKING.rst b/HACKING.rst index 8695392..1d45482 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ os-traits Style Commandments -=============================================== +============================ Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/ diff --git a/README.rst b/README.rst index 5b3d6d8..335f8f7 100644 --- a/README.rst +++ b/README.rst @@ -4,13 +4,13 @@ os-traits `os-traits` is a library containing standardized trait strings. -Traits are strings that represent a feature of some resource provider. This +Traits are strings that represent a feature of some resource provider. This library contains the catalog of constants that have been standardized in the OpenStack community to refer to a particular hardware, virtualization, storage, network, or device trait. * Free software: Apache license * Documentation: https://docs.openstack.org/os-traits/latest/ -* Source: http://git.openstack.org/cgit/openstack/os-traits +* Source: http://opendev.org/openstack/os-traits * Bugs: https://storyboard.openstack.org/#!/project/openstack/os-traits * Release Notes: https://docs.openstack.org/releasenotes/os-traits diff --git a/tox.ini b/tox.ini index b6734a5..c2259bd 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ install_command = pip install {opts} {packages} whitelist_externals = rm 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}/test-requirements.txt commands = stestr run --slowest {posargs} @@ -22,7 +22,7 @@ commands = {posargs} [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}/doc/requirements.txt commands = rm -rf doc/build