From 84658a96b372b25d88db6adc2d941e73a91370fa Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Wed, 8 Jan 2020 10:20:34 +0100 Subject: [PATCH] Bump neutron-lib to 2.0.0 Change-Id: I6968da1d0f8dbf0ddb1b5d8b0796f2357a2a505e --- 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 ac9daf9bb6c..1d9814b6d5c 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -57,7 +57,7 @@ msgpack-python==0.4.0 munch==2.1.0 netaddr==0.7.18 netifaces==0.10.4 -neutron-lib==1.30.0 +neutron-lib==2.0.0 openstackdocstheme==1.30.0 openstacksdk==0.31.2 os-client-config==1.28.0 diff --git a/requirements.txt b/requirements.txt index 1b5747c9086..566cc7aa7d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,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.30.0 # Apache-2.0 +neutron-lib>=2.0.0 # Apache-2.0 python-neutronclient>=6.7.0 # Apache-2.0 tenacity>=4.4.0 # Apache-2.0 SQLAlchemy>=1.2.0 # MIT