From a9759e6b4d9f4c9138c43377f9340a5677996b84 Mon Sep 17 00:00:00 2001 From: Le Hou Date: Tue, 23 Apr 2019 13:53:08 +0800 Subject: [PATCH] Update to opendev Change-Id: Ie9e013284751e549921ea6652a50368050ae2b2d --- CONTRIBUTING.rst | 8 ++++---- README.rst | 2 +- tox.ini | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 266c38f..8b01881 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,18 +1,18 @@ 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 The code is hosted at: - http://git.openstack.org/cgit/openstack/automaton. + https://opendev.org/openstack/automaton. Pull requests submitted through GitHub will be ignored. @@ -22,7 +22,7 @@ Bugs should be filed on Launchpad, not GitHub: The mailing list is (prefix subjects with "[Oslo][Automaton]"): - http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-discuss + https://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-discuss Questions and discussions take place in #openstack-state-management on irc.freenode.net. diff --git a/README.rst b/README.rst index ea4061d..a1b1788 100644 --- a/README.rst +++ b/README.rst @@ -19,5 +19,5 @@ running/scheduling/analyzing the execution of tasks. * Free software: Apache license * Documentation: https://docs.openstack.org/automaton/latest/ -* Source: https://git.openstack.org/cgit/openstack/automaton +* Source: https://opendev.org/openstack/automaton * Bugs: https://bugs.launchpad.net/automaton diff --git a/tox.ini b/tox.ini index b067a3c..0de2b12 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ commands = python setup.py build_sphinx [testenv] install_command = pip install {opts} {packages} 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}