diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-03-01 14:26:09 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-03-01 14:27:37 +0100 |
commit | 19fee71375b93ac2b934381c1575114417e9b389 (patch) | |
tree | 609fca9d681416906655e8ae32e2301da2b811d8 | |
parent | 8795c91f2b99dc17fc282e08d604f36ddee2409a (diff) |
Pin neutron to the last Queens version
networking sfc and bgpvpn depend on it.
If unpinned, a newer version could be selected and then could
raise side effects
Change-Id: Id01e19096d03c4857a51a40650808f2bd2e81860
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 f1f5a7890..654f275e9 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -16,3 +16,4 @@ ansible===2.3.2.0 xtesting===0.61.0 networking-bgpvpn===8.0.0 networking-sfc===6.0.0 +neutron===12.0.5 |