From bcafa4bf3ef8c99c4f8b844998fea88bab1b7f57 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Tue, 23 Apr 2019 19:39:46 +0800 Subject: [PATCH] Update the UPPER_CONSTRAINTS_FILE for tox 1. Update the UPPER_CONSTRAINTS_FILE for tox[1] 2. Remove unncessary "==" 3. Update some URLs to latest [1]: http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html Change-Id: I447fa8594a7f11d5d8ed455353020b6871f596e5 --- CONTRIBUTING.rst | 4 ++-- README.rst | 4 ++-- doc/source/user/index.rst | 4 ++-- tox.ini | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 6e540eed..dc240b3e 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,14 +1,14 @@ If you would like to contribute to the development of OpenStack, you must follow the steps in this page: - http://docs.openstack.org/infra/manual/developers.html + https://docs.openstack.org/infra/manual/developers.html If you already have a good understanding of how the system works and your OpenStack accounts are set up, you can skip to the development workflow section of this documentation to learn how changes to OpenStack should be submitted for review via the Gerrit tool: - http://docs.openstack.org/infra/manual/developers.html#development-workflow + https://docs.openstack.org/infra/manual/developers.html#development-workflow Pull requests submitted through GitHub will be ignored. diff --git a/README.rst b/README.rst index bfd9cec1..24fba31a 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,6 @@ -=============================== +======== ovsdbapp -=============================== +======== A library for creating OVSDB applications diff --git a/doc/source/user/index.rst b/doc/source/user/index.rst index bab02a85..1cba62aa 100644 --- a/doc/source/user/index.rst +++ b/doc/source/user/index.rst @@ -1,6 +1,6 @@ -======== +===== Usage -======== +===== To use ovsdbapp in a project:: diff --git a/tox.ini b/tox.ini index c2589ee6..312e7210 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ setenv = OS_TEST_PATH=./ovsdbapp/tests/unit install_command = pip install {opts} {packages} deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} + -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt commands = stestr run --slowest {posargs}