Use opendev repository

Change-Id: Ie92cbb4bf280a0ff1721dbd835c61f7377b6c101
This commit is contained in:
Le Hou 2019-04-23 16:16:08 +08:00
parent 738941568b
commit ba05dee585
3 changed files with 3 additions and 3 deletions

View File

@ -8,5 +8,5 @@ It contains the tempest plugin for the functional testing of Blazar Project.
* Free software: Apache license
* Documentation: https://docs.openstack.org/blazar/latest/
* Source: https://git.openstack.org/cgit/openstack/blazar-tempest-plugin
* Source: https://opendev.org/openstack/blazar-tempest-plugin
* Bugs: https://bugs.launchpad.net/blazar

View File

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

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