summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcaoyuan <cao.yuan@99cloud.net>2019-04-23 19:37:37 +0800
committercaoyuan <cao.yuan@99cloud.net>2019-05-05 14:45:44 +0800
commitd7acfb420ff0324e8419a9e29ff0fa101f9516da (patch)
tree9e3cbfa80f10b48405ecafabebde24ea53824279
parent25908e2a12452fde644f113c8bf6d0282f0c192b (diff)
downloadglance_store-d7acfb420ff0324e8419a9e29ff0fa101f9516da.tar.gz
Replace git.openstack.org URLs with opendev.org URLs
Change-Id: Ia0b66aac906b7920f246c4710ed06d63e11276d8
-rw-r--r--README.rst2
-rw-r--r--releasenotes/notes/pike-relnote-9f547df14184d18c.yaml12
-rw-r--r--releasenotes/notes/queens-relnote-5fa2d009d9a9e458.yaml2
-rw-r--r--tox.ini2
4 files changed, 9 insertions, 9 deletions
diff --git a/README.rst b/README.rst
index d938a6c..562f826 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 f84b50c..f42c3a0 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
- <https://git.openstack.org/cgit/openstack/glance_store/commit/?id=802c5a785444ba9ea5888c7cd131d004ec2a19ad>`_
+ <https://opendev.org/openstack/glance_store/commit/802c5a785444ba9ea5888c7cd131d004ec2a19ad>`_
* `Correct error msg variable that could be unassigned
- <https://git.openstack.org/cgit/openstack/glance_store/commit/?id=ccc9696e3f071383cd05d88ba2488f5a5ee98120>`_
+ <https://opendev.org/openstack/glance_store/commit/ccc9696e3f071383cd05d88ba2488f5a5ee98120>`_
* `Use HostAddressOpt for store opts that accept IP and hostnames
- <https://git.openstack.org/cgit/openstack/glance_store/commit/?id=d6f3c4e2d921d8a6db8be79e4a81e393334cfa4c>`_
+ <https://opendev.org/openstack/glance_store/commit/d6f3c4e2d921d8a6db8be79e4a81e393334cfa4c>`_
* `Replace six.iteritems() with .items()
- <https://git.openstack.org/cgit/openstack/glance_store/commit/?id=edc19a290b05a12f39f3059b11e2b978a9362052>`_
+ <https://opendev.org/openstack/glance_store/commit/edc19a290b05a12f39f3059b11e2b978a9362052>`_
* `Add python 3.5 in classifier and envlist
- <https://git.openstack.org/cgit/openstack/glance_store/commit/?id=963e2a0fd1c173556a2c40915ad26db28d8375a6>`_
+ <https://opendev.org/openstack/glance_store/commit/963e2a0fd1c173556a2c40915ad26db28d8375a6>`_
* `Initialize privsep root_helper command
- <https://git.openstack.org/cgit/openstack/glance_store/commit/?id=d16dff9a08d1104540182f3aa36758dc89603fc0>`_
+ <https://opendev.org/openstack/glance_store/commit/d16dff9a08d1104540182f3aa36758dc89603fc0>`_
* `Documentation was reorganized according to the new standard layout
<http://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html>`_
diff --git a/releasenotes/notes/queens-relnote-5fa2d009d9a9e458.yaml b/releasenotes/notes/queens-relnote-5fa2d009d9a9e458.yaml
index 019e474..ebd274a 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 80855ae..9c06892 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_*