From 02e9f270e913f26a16f40f161c333e54f2dbdef7 Mon Sep 17 00:00:00 2001 From: Boden R Date: Wed, 18 Jul 2018 11:19:45 -0600 Subject: [PATCH] bump neutron-lib requirements to 1.18.0 This patch updates the requirements.txt and lower-constraints.txt to use neutron-lib 1.18.0 that will be our Rocky GM candidate (assuming no problems crop up). Change-Id: I4ed5de9238800c59a8c505e8d94ee508fe193882 --- 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 b6a6ccbf91c..843f7bd141f 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.17.0 +neutron-lib==1.18.0 openstackdocstheme==1.18.1 openstacksdk==0.11.2 os-client-config==1.28.0 diff --git a/requirements.txt b/requirements.txt index 55d2defcecf..2961e8a509b 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.17.0 # Apache-2.0 +neutron-lib>=1.18.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