diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 2384f9da..94b1051b 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 90613e4f..80d6aa6c 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 eee1a525..e9a5f0c8 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