From 9a5a0589b763bb8288b76a75595cd8c8dcd42b0f Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Wed, 26 Sep 2018 17:26:32 +0900 Subject: [PATCH] Require neutron-lib explicitly Rather than implicitly via neutron. Change-Id: I6c0a783587995113f15ed4c08a6b1dbeeccc5f87 --- lower-constraints.txt | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 2e155482..31c08e85 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -53,7 +53,7 @@ msgpack==0.5.6 munch==2.2.0 netaddr==0.7.19 netifaces==0.10.6 -neutron-lib==1.13.0 +neutron-lib==1.18.0 openstacksdk==0.12.0 os-client-config==1.29.0 os-service-types==1.2.0 diff --git a/requirements.txt b/requirements.txt index 5ccc8495..bc7618b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,3 +5,4 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 Babel!=2.4.0,>=2.3.4 # BSD neutron>=12.0.0 # Apache-2.0 +neutron-lib>=1.18.0 # Apache-2.0