Use opendev repository
Change-Id: Ia168c5bd7b6821733948b0ca861751bc2b2a582e
This commit is contained in:
parent
0c2297267b
commit
c01b4543c2
@ -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
|
||||
|
||||
|
2
tox.ini
2
tox.ini
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user