diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-03-01 11:25:58 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-03-01 11:25:58 +0100 |
commit | f028f6faa601ace061802ca9fa5ab2411815349e (patch) | |
tree | d0bfcf331d3e607d162d5ab5769bbd8fc380294b | |
parent | b30a02a310f14e257f5aa09fda8eb2ed30a04862 (diff) |
Pin neutron to the last Rocky version
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 <cedric.ollivier@orange.com>
-rw-r--r-- | upper-constraints.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |