From f028f6faa601ace061802ca9fa5ab2411815349e Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 1 Mar 2019 11:25:58 +0100 Subject: Pin neutron to the last Rocky version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit networking sfc and bgpvpn depend on it. If unpinned, neutron 14.0.0.0b2 is selected and raise side effects [1] neutron 14.0.0.0b2 has requirement neutron-lib>=1.24.0, but you'll have neutron-lib 1.18.0 which is incompatible. neutron 14.0.0.0b2 has requirement pyroute2>=0.5.3; sys_platform != "win32", but you'll have pyroute2 0.5.2 which is incompatible. [1] https://build.opnfv.org/ci/job/functest-features-docker-build-amd64-hunter/125/console Change-Id: Id4ff5e67b62e9162bd3e7d866ef57fb1012cd994 Signed-off-by: Cédric Ollivier --- upper-constraints.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'upper-constraints.txt') diff --git a/upper-constraints.txt b/upper-constraints.txt index d87d3c920..f495764c5 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -19,3 +19,4 @@ ansible===2.3.2.0 xtesting===0.61.0 networking-bgpvpn===9.0.0 networking-sfc===7.0.0 +neutron===13.0.2 -- cgit 1.2.3-korg