Use opendev repository

Change-Id: Ia168c5bd7b6821733948b0ca861751bc2b2a582e
This commit is contained in:
Le Hou 2019-04-23 16:57:28 +08:00
parent 0c2297267b
commit c01b4543c2
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ Retrieve and install CloudKitty dashboard:
::
git clone https://git.openstack.org/openstack/cloudkitty-dashboard
git clone https://opendev.org/openstack/cloudkitty-dashboard
cd cloudkitty-dashboard
python setup.py install

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} -U {opts} {packages}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} -U {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt