From e903a93724aafff0651668d7592d6b4e4e21bfe7 Mon Sep 17 00:00:00 2001 From: asarfaty Date: Wed, 4 Dec 2019 15:18:51 +0200 Subject: [PATCH] Fix neutron projects in requirements to match train branch Change-Id: I8624a27e7c943d3d5bb03f8942c817b3d9e74b84 --- lower-constraints.txt | 2 +- requirements.txt | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index dfd66d9991..38d81133e4 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -46,4 +46,4 @@ stevedore==1.20.0 tenacity==5.0.2 testtools==2.2.0 tooz==1.58.0 -vmware-nsxlib==13.1.0 +vmware-nsxlib==15.0.1 diff --git a/requirements.txt b/requirements.txt index 147fa33c12..91fe80039a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,15 +33,15 @@ mock>=2.0.0 # BSD # These repos are installed from git in OpenStack CI if the job # configures them as required-projects: -neutron>=14.0.0.0rc1 # Apache-2.0 -networking-l2gw>=14.0.0 # Apache-2.0 -networking-sfc>=8.0.0.0rc1 # Apache-2.0 -neutron-fwaas>=14.0.0.0rc1 # Apache-2.0 -neutron-vpnaas>=14.0.0.0rc1 # Apache-2.0 -neutron-dynamic-routing>=14.0.0.0rc1 # Apache-2.0 -vmware-nsxlib>=13.1.0 # Apache-2.0 +neutron>=15.0.0.0 # Apache-2.0 +networking-l2gw>=15.0.0 # Apache-2.0 +networking-sfc>=9.0.0.0 # Apache-2.0 +neutron-fwaas>=15.0.0.0 # Apache-2.0 +neutron-vpnaas>=15.0.0.0 # Apache-2.0 +neutron-dynamic-routing>=15.0.0.0 # Apache-2.0 +vmware-nsxlib>=15.0.1 # Apache-2.0 # NOTE: we require octavia but can't depend on it for Stein -# octavia>=4.0.0.0rc1 # Apache-2.0 +# octavia>=5.0.0.0 # Apache-2.0 # The comment below indicates this project repo is current with neutron-lib # and should receive neutron-lib consumption patches as they are released