commit fb51cb7b8c59bf93c1a8fac217b71a43de5c286c Author: Moshe Levi Date: Mon Oct 5 03:39:07 2020 +0300 update vectoria upper requirements and git-review branch Change-Id: I461ce0eca5ef729401c3b0214083ea7bc7409a57 diff --git a/.gitreview b/.gitreview index 2100cb1..a1e7777 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=review.opendev.org port=29418 project=x/networking-mlnx.git +defaultbranch=stable/victoria diff --git a/tox.ini b/tox.ini index 33a303b..5bedcda 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,7 @@ usedevelop = True install_command = pip install {opts} {packages} deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} + -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/victoria} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt whitelist_externals = sh