From 702875e7a23bd344813598cc4162260dcd52fbbd Mon Sep 17 00:00:00 2001 From: Boden R Date: Mon, 23 Jul 2018 07:28:56 -0600 Subject: [PATCH] update requirements for neutron-lib 1.18.0 Neutron-lib 1.18.0 is our Rocky RC and is already being used by neutron [1]. This patch updates the neutron-lib required version to match neutron [1] in prep for the Rocky release. [1] https://review.openstack.org/#/c/583671/ Change-Id: I8223485e7c311ff6312cc909253060215cfdfa2c --- 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 e1dd85b0fa..71ce86d1aa 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -54,7 +54,7 @@ msgpack-python==0.4.0 munch==2.1.0 netaddr==0.7.18 netifaces==0.10.4 -neutron-lib==1.16.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 82023589eb..2919d25f17 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ tenacity>=4.4.0 # Apache-2.0 SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT six>=1.10.0 # MIT stevedore>=1.20.0 # Apache-2.0 -neutron-lib>=1.16.0 # Apache-2.0 +neutron-lib>=1.18.0 # Apache-2.0 osc-lib>=1.8.0 # Apache-2.0 python-openstackclient>=3.12.0 # Apache-2.0 oslo.concurrency>=3.26.0 # Apache-2.0