From fef5cfde7d1c773cd430ad746f88b49f6bd6cef6 Mon Sep 17 00:00:00 2001 From: asarfaty Date: Thu, 16 Jan 2020 08:48:19 +0200 Subject: [PATCH] Bump neutron-lib to 2.0.0 As neutron does in commit I6968da1d0f8dbf0ddb1b5d8b0796f2357a2a505e Change-Id: Ia934d2a8fa82225a73a04972a5e6d578b06c51a7 --- 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 38d81133e4..f03f77f6d4 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -11,7 +11,7 @@ httplib2==0.9.1 kombu==4.0.0 mock==2.0.0 netaddr==0.7.18 -neutron-lib==1.29.1 +neutron-lib==2.0.0 octavia-lib==1.3.1 openstackdocstheme==1.18.1 oslo.concurrency==3.26.0 diff --git a/requirements.txt b/requirements.txt index 91fe80039a..962b069b15 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ tenacity>=5.0.2 # Apache-2.0 SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.2.0 # MIT six>=1.11.0 # MIT stevedore>=1.20.0 # Apache-2.0 -neutron-lib>=1.29.1 # Apache-2.0 +neutron-lib>=2.0.0 # Apache-2.0 osc-lib>=1.14.0 # Apache-2.0 octavia-lib>=1.3.1 # Apache-2.0 python-openstackclient>=4.0.0 # Apache-2.0