summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-05-14 17:27:38 +0000
committerGerrit Code Review <review@openstack.org>2019-05-14 17:27:38 +0000
commit0deb1adf82296b91b6c54f769f0964b6071975f2 (patch)
tree47d22d48fbefe70206305f2eeb94c701f28c449b
parent42d240a2eb200d93fd1a1d9962f4a747eb31985b (diff)
parentd57de111f412270dac164e90701d81f10714afa1 (diff)
downloadoslo-vmware-0deb1adf82296b91b6c54f769f0964b6071975f2.tar.gz
Merge "Replace git.openstack.org URLs with opendev.org URLs"
-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