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

1. Replace git.openstack.org URLs with opendev.org URLs
2. Remove unncessary "=="
3. Update some URLs to latest

Change-Id: If3b4940608ccaf9b005f8f512d83cc25e6744e3e
This commit is contained in:
caoyuan 2019-04-23 19:40:16 +08:00
parent 88776a772d
commit 912bfca49f
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}'