From 216b7f569e59ca3bfee9fc468f8ca188297651ee Mon Sep 17 00:00:00 2001 From: Manjeet Singh Bhatia Date: Thu, 21 Jun 2018 18:02:09 +0000 Subject: [PATCH] Bump neutron-lib version to 1.17.0 Since neutron-lib 1.17.0 has been released and available as pypyi [1]. There are some features in neutron which may need newer-lib. [1]. https://pypi.org/project/neutron-lib/ Change-Id: I5c28c7d2560c4caf5cf35633eaaaf99f9455f96f --- 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 65ba26e3c70..37a5be6a323 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -56,7 +56,7 @@ msgpack-python==0.4.0 munch==2.1.0 netaddr==0.7.18 netifaces==0.10.4 -neutron-lib==1.14.0 +neutron-lib==1.17.0 openstackdocstheme==1.18.1 openstacksdk==0.11.2 os-client-config==1.28.0 diff --git a/requirements.txt b/requirements.txt index 17f924fc7ed..55d2defcecf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ Jinja2>=2.10 # BSD License (3 clause) keystonemiddleware>=4.17.0 # Apache-2.0 netaddr>=0.7.18 # BSD netifaces>=0.10.4 # MIT -neutron-lib>=1.14.0 # Apache-2.0 +neutron-lib>=1.17.0 # Apache-2.0 python-neutronclient>=6.7.0 # Apache-2.0 tenacity>=3.2.1 # Apache-2.0 ryu>=4.24 # Apache-2.0