summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjacky06 <zhang.min@99cloud.net>2019-04-23 13:25:34 +0800
committerjacky06 <zhang.min@99cloud.net>2019-05-05 13:05:49 +0800
commitd57de111f412270dac164e90701d81f10714afa1 (patch)
tree00b59dd54a76005c20bb7d9e5632ab32b541bcd6
parente6619fa1566acd970844e121cb0fce16b52f4755 (diff)
downloadoslo-vmware-d57de111f412270dac164e90701d81f10714afa1.tar.gz
Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I335d3b2493f53a305ec0e22c31d817ca8ba87e40
-rw-r--r--CONTRIBUTING.rst4
-rw-r--r--README.rst8
-rw-r--r--tox.ini4
3 files changed, 8 insertions, 8 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 2384f9d..94b1051 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -1,6 +1,6 @@
-=============
+============
Contributing
-=============
+============
If you would like to contribute to the development of OpenStack,
you must follow the steps in this page:
diff --git a/README.rst b/README.rst
index 90613e4..80d6aa6 100644
--- a/README.rst
+++ b/README.rst
@@ -7,9 +7,9 @@ Team and repository tags
.. Change things from this point on
-===================================================
- oslo.vmware --- VMware support code for OpenStack
-===================================================
+=================================================
+oslo.vmware --- VMware support code for OpenStack
+=================================================
.. image:: https://img.shields.io/pypi/v/oslo.vmware.svg
:target: https://pypi.org/project/oslo.vmware/
@@ -24,6 +24,6 @@ and APIs.
* License: Apache License, Version 2.0
* Documentation: https://docs.openstack.org/oslo.vmware/latest/
-* Source: https://git.openstack.org/cgit/openstack/oslo.vmware
+* Source: https://opendev.org/openstack/oslo.vmware
* Bugs: https://bugs.launchpad.net/oslo.vmware
* Release notes: https://docs.openstack.org/releasenotes/oslo.vmware/
diff --git a/tox.ini b/tox.ini
index eee1a52..e9a5f0c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,7 +7,7 @@ install_command = pip install {opts} {packages}
whitelist_externals = find
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
-r{toxinidir}/requirements.txt
commands = stestr run --slowest {posargs}
@@ -22,7 +22,7 @@ commands =
[testenv:pylint]
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}/test-requirements.txt
-r{toxinidir}/requirements.txt
pylint>=1.3.0