From c6cb64655d23213bd5e83472778cae5ce362aa0e Mon Sep 17 00:00:00 2001 From: Deepthi V V Date: Tue, 10 Oct 2017 12:52:31 +0530 Subject: [PATCH] Update minimum acceptable neutron-lib to 1.11.0 Change-Id: I2864cd4927d8b7b6944c53e75acecbf24e7dfd3b --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index 740d0711cb..d0197c5a2a 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -124,7 +124,7 @@ netmiko>=1.2.5 # MIT # Pinned to 1.0 branch until projects update, see: # https://bugs.launchpad.net/openstack-requirements/+bug/1718576 networkx>=1.10,<2.0 # BSD -neutron-lib>=1.10.0 # Apache-2.0 +neutron-lib>=1.11.0 # Apache-2.0 notifier>=1.0.3 # Apache-2.0 oauth2client>=1.5.0,!=4.0.0 # Apache-2.0 oauthlib>=0.6.0 # BSD