From d7acfb420ff0324e8419a9e29ff0fa101f9516da Mon Sep 17 00:00:00 2001 From: caoyuan Date: Tue, 23 Apr 2019 19:37:37 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Change-Id: Ia0b66aac906b7920f246c4710ed06d63e11276d8 --- README.rst | 2 +- .../notes/pike-relnote-9f547df14184d18c.yaml | 12 ++++++------ .../notes/queens-relnote-5fa2d009d9a9e458.yaml | 2 +- tox.ini | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index d938a6c9..562f826f 100644 --- a/README.rst +++ b/README.rst @@ -31,5 +31,5 @@ supported by the core team. * License: Apache License, Version 2.0 * Documentation: https://docs.openstack.org/glance_store/latest/ -* Source: http://git.openstack.org/cgit/openstack/glance_store +* Source: https://opendev.org/openstack/glance_store/ * Bugs: https://bugs.launchpad.net/glance-store diff --git a/releasenotes/notes/pike-relnote-9f547df14184d18c.yaml b/releasenotes/notes/pike-relnote-9f547df14184d18c.yaml index f84b50c4..f42c3a03 100644 --- a/releasenotes/notes/pike-relnote-9f547df14184d18c.yaml +++ b/releasenotes/notes/pike-relnote-9f547df14184d18c.yaml @@ -30,16 +30,16 @@ other: The following improvements were made during the Pike release cycle. * `Fixed string formatting in log message - `_ + `_ * `Correct error msg variable that could be unassigned - `_ + `_ * `Use HostAddressOpt for store opts that accept IP and hostnames - `_ + `_ * `Replace six.iteritems() with .items() - `_ + `_ * `Add python 3.5 in classifier and envlist - `_ + `_ * `Initialize privsep root_helper command - `_ + `_ * `Documentation was reorganized according to the new standard layout `_ diff --git a/releasenotes/notes/queens-relnote-5fa2d009d9a9e458.yaml b/releasenotes/notes/queens-relnote-5fa2d009d9a9e458.yaml index 019e474f..ebd274a0 100644 --- a/releasenotes/notes/queens-relnote-5fa2d009d9a9e458.yaml +++ b/releasenotes/notes/queens-relnote-5fa2d009d9a9e458.yaml @@ -35,7 +35,7 @@ features: For more information, see the `Buffered Reader for Swift Driver`_ spec. - .. _BufferedReader: http://git.openstack.org/cgit/openstack/glance_store/commit/?id=2e0024c85ca2ddf380014e44213be4fb876f680e + .. _BufferedReader: https://opendev.org/openstack/glance_store/commit/2e0024c85ca2ddf380014e44213be4fb876f680e .. _Buffered Reader for Swift Driver: http://specs.openstack.org/openstack/glance-specs/specs/mitaka/approved/buffered-reader-for-swift-driver.html fixes: - | diff --git a/tox.ini b/tox.ini index 80855aed..9c068924 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ skipsdist = True setenv = VIRTUAL_ENV={envdir} usedevelop = True 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}/test-requirements.txt passenv = OS_TEST_*