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

1. Replace git.openstack.org URLs with opendev.org URLs
2. Update some urls to latest

Change-Id: I802feec03e5c0e93854266c51b596043bf3f4c45
This commit is contained in:
caoyuan 2019-04-23 18:47:18 +08:00 committed by gugug
parent 85700fc464
commit d558880e77
5 changed files with 7 additions and 7 deletions

View File

@ -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.

View File

@ -8,6 +8,6 @@ It contains the tempest tests for testing Container Infrastructure Management
Service for OpenStack.
* Free software: Apache license
* Documentation: http://docs.openstack.org/magnum/latest
* Source: http://git.openstack.org/cgit/openstack/magnum-tempest-plugin
* Documentation: https://docs.openstack.org/magnum/latest
* Source: https://opendev.org/openstack/magnum-tempest-plugin
* Bugs: https://storyboard.openstack.org/#!/project/openstack/magnum-tempest-plugin

View File

@ -8,6 +8,6 @@ the same environment where Tempest is installed.
At the command line::
$ git clone https://git.openstack.org/cgit/openstack/magnum-tempest-plugin
$ git clone https://opendev.org/openstack/magnum-tempest-plugin
$ cd magnum-tempest-plugin/
$ pip install -e .

View File

@ -5,7 +5,7 @@ description-file =
README.rst
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://git.openstack.org/cgit/openstack/magnum-tempest-plugin
home-page = https://opendev.org/openstack/magnum-tempest-plugin
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology

View File

@ -5,7 +5,7 @@ skipsdist = True
[testenv]
usedevelop = True
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
whitelist_externals = bash
find
setenv =