Merge "Replace git.openstack.org URLs with opendev.org URLs"

This commit is contained in:
Zuul 2019-07-23 12:54:38 +00:00 committed by Gerrit Code Review
commit 328cec62b2
5 changed files with 6 additions and 6 deletions

View File

@ -1,13 +1,13 @@
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
Once those steps have been completed, changes to OpenStack
should be submitted for review via the Gerrit tool, following
the workflow documented at:
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.

View File

@ -1,4 +1,4 @@
tosca-parser Style Commandments
===============================================
===============================
Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/

View File

@ -50,5 +50,5 @@ Project Info
------------
* License: Apache License, Version 2.0
* Source: http://git.openstack.org/cgit/openstack/tosca-parser/
* Source: https://opendev.org/openstack/tosca-parser/

View File

@ -6,7 +6,7 @@ description-file =
README.rst
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = http://docs.openstack.org/tosca-parser/
home-page = https://docs.openstack.org/tosca-parser/latest/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology

View File

@ -11,7 +11,7 @@ setenv =
PYTHONWARNINGS=default::DeprecationWarning
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = stestr run --slowest '{posargs}'