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

Change-Id: I1289f82c0f14b27d15f4b41b80dfe9131efb2ed7
This commit is contained in:
caoyuan 2019-04-23 19:32:57 +08:00 committed by zhulingjie
parent b087b3093b
commit ad4507c45b
3 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
===============================
openstack
===============================
=====================
manila-tempest-plugin
=====================
Tempest plugin manila-tempest-plugin
@ -9,7 +9,7 @@ Tempest plugin to test Manila's features
* Free software: Apache license
* Documentation: https://docs.openstack.org/manila/latest/
* Release notes: https://docs.openstack.org/releasenotes/manila/
* Source: https://git.openstack.org/cgit/openstack/manila-tempest-plugin
* Source: https://opendev.org/openstack/manila-tempest-plugin
* Bugs: https://bugs.launchpad.net/manila-tempest-plugin
Features

View File

@ -8,14 +8,14 @@ repository. See contrib/vagrant to create a vagrant VM.
1. Download DevStack::
git clone https://git.openstack.org/openstack-dev/devstack.git
git clone https://opendev.org/openstack/devstack.git
cd devstack
2. Add this repo as an external repository::
> cat local.conf
[[local|localrc]]
enable_plugin manila-tempest-plugin https://git.openstack.org/openstack/manila-tempest-plugin
enable_plugin manila-tempest-plugin https://opendev.org/openstack/manila-tempest-plugin
3. run ``stack.sh``

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://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning