From 45920f5ec589991529bd1a176155d443fcaa13cf Mon Sep 17 00:00:00 2001 From: zhangshuai <446077695@qq.com> Date: Wed, 23 Nov 2016 08:20:37 +0800 Subject: [PATCH] Update requirements Currently, some api interface have updated, such as checkpoint create, and client has update to 0.1.1 Change-Id: I18dcd134086b13d51362e99ae6a578bd86d40887 --- requirements.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e9081fa9..3daf2102 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,4 +38,4 @@ WebOb>=1.6.0 # MIT oslo.i18n>=2.1.0 # Apache-2.0 python-swiftclient>=2.2.0 # Apache-2.0 python-heatclient!=1.6.0,>=1.5.0 # Apache-2.0 -python-karborclient>=0.0.9 # Apache-2.0 +python-karborclient>=0.1.1 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index df3404b0..76dbd8d5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -18,7 +18,7 @@ python-swiftclient>=2.2.0 # Apache-2.0 python-glanceclient>=2.5.0 # Apache-2.0 python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0 python-cinderclient!=1.7.0,!=1.7.1,>=1.6.0 # Apache-2.0 -python-karborclient>=0.0.9 # Apache-2.0 +python-karborclient>=0.1.1 # Apache-2.0 python-neutronclient>=5.1.0 # Apache-2.0 python-heatclient!=1.6.0,>=1.5.0 # Apache-2.0 reno>=1.8.0 # Apache-2.0