From 9a049dc5932205bd633d93c74be2a6160cd19ac3 Mon Sep 17 00:00:00 2001 From: Ryan Tidwell Date: Wed, 13 Feb 2019 16:54:53 -0600 Subject: [PATCH] Bump neutron version dependency This bumps the version of neutron to the first dev release of stein. Change-Id: I21557ea838aeb19a3bac8f66bc60d0f541320ae4 --- lower-constraints.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 661146d1..aa058ebc 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -52,7 +52,7 @@ msgpack-python==0.4.0 munch==2.1.0 netaddr==0.7.18 netifaces==0.10.4 -neutron==13.0.0.0b2 +neutron==14.0.0.0b1 neutron-lib==1.26.0 openstackdocstheme==1.18.1 openstacksdk==0.11.2 diff --git a/requirements.txt b/requirements.txt index de6528c7..40fb2b1c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ oslo.messaging>=5.29.0 # Apache-2.0 oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 oslo.service!=1.28.1,>=1.24.0 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0 -neutron>=13.0.0.0b2 # Apache-2.0 +neutron>=14.0.0.0b1 # 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