Skip to content

Commit 919fa3b

Browse files
committed
Fix requirments for zed release
Change-Id: Ief60eb1a01d7c8dbe398f414a19ef5cbf2c7ca80
1 parent 0a69b97 commit 919fa3b

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.gitreview

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
host=review.opendev.org
33
port=29418
44
project=x/networking-mlnx.git
5+
defaultbranch=stable/zed

requirements.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ oslo.config>=5.2.0 # Apache-2.0
1616
oslo.concurrency>=3.26.0 # Apache-2.0
1717
oslo.privsep>=1.32.0 # Apache-2.0
1818
python-openstackclient>=3.3.0 # Apache-2.0
19-
neutron-lib>=2.4.0 # Apache-2.0
19+
neutron-lib>=3.1.0 # Apache-2.0
2020
pyzmq
2121

22-
# Using neutron master is necessary for neutron-db-manage test,
23-
# Ussuri DB branch was created in master[1] and not yet released.
24-
# [1] https://github.com/openstack/neutron/commit/da93f09676a6531394bf898e7292c2ae87194ce3
25-
-e git+https://git.openstack.org/openstack/neutron#egg=neutron
22+
neutron>=21.0.0

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ usedevelop = True
1616
install_command =
1717
pip install {opts} {packages}
1818
deps =
19-
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
19+
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/zed}
2020
-r{toxinidir}/requirements.txt
2121
-r{toxinidir}/test-requirements.txt
2222
hacking>=3.0.1,<3.1.0 # Apache-2.0

0 commit comments

Comments
 (0)