From 3f281ed67434ee58c2acf3990143d4460b9e9bda Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Sat, 3 Jun 2017 13:18:18 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Ia02151dc958ed6dace72b81ba7ae90be93070a1f --- requirements.txt | 8 ++++---- test-requirements.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index c1f93c56e..13edacf75 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,14 +10,14 @@ jsonpatch>=1.1 # BSD pbr!=2.1.0,>=2.0.0 # Apache-2.0 pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 # BSD python-etcd>=0.4.3 # MIT License -python-glanceclient>=2.5.0 # Apache-2.0 -python-neutronclient>=5.1.0 # Apache-2.0 +python-glanceclient>=2.7.0 # Apache-2.0 +python-neutronclient!=6.3.0,>=6.2.0 # Apache-2.0 python-novaclient>=7.1.0 # Apache-2.0 oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 oslo.log>=3.22.0 # Apache-2.0 oslo.concurrency>=3.8.0 # Apache-2.0 -oslo.config>=3.22.0 # Apache-2.0 -oslo.messaging>=5.19.0 # Apache-2.0 +oslo.config>=4.0.0 # Apache-2.0 +oslo.messaging!=5.25.0,>=5.24.2 # Apache-2.0 oslo.middleware>=3.27.0 # Apache-2.0 oslo.policy>=1.17.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 0416862a9..d234c98fc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -21,5 +21,5 @@ testrepository>=0.0.18 # Apache-2.0/BSD testresources>=0.2.4 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD testtools>=1.4.0 # MIT -reno>=1.8.0 # Apache-2.0 +reno!=2.3.1,>=1.8.0 # Apache-2.0 os-api-ref>=1.0.0 # Apache-2.0