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

Change-Id: I84552ee2bd08bf792f28f8b28b05ae363f84d9fc
This commit is contained in:
caoyuan 2019-04-23 19:37:34 +08:00
parent 946dfeb8d3
commit 0ca4fdf1ef
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
===============================
openstack
===============================
=====================
ec2api tempest plugin
=====================
Tempest plugin ec2api_tempest_plugin
@ -10,7 +10,7 @@ Note that this is a hard requirement.
* Free software: Apache license
* Documentation: https://docs.openstack.org/ec2-api/latest
* Source: https://git.openstack.org/cgit/openstack/ec2api-tempest-plugin
* Source: https://opendev.org/openstack/ec2api-tempest-plugin
* Bugs: https://bugs.launchpad.net/ec2-api
Features

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/ec2api-tempest-plugin
home-page = https://opendev.org/openstack/ec2api-tempest-plugin
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology

View File

@ -10,7 +10,7 @@ whitelist_externals = bash
find
rm
env
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://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
OS_STDOUT_CAPTURE=1