From 8c5013f17d262509fa65889e1b8f8597c44dae01 Mon Sep 17 00:00:00 2001 From: Cai Hui Date: Tue, 6 Nov 2018 20:29:57 -0500 Subject: [PATCH] Update python-freezerclinet version to 2.0.0 The new version is merged some new features. such as: Remove "--os-identity-api-version" argument Add backup create client support for freezer Add argument: "--os-backup-api-version" Add freezerclient.client module in order to use api directly .... Change-Id: Ifa0e62be18dca4830e73ecc6705f832d99846b56 --- 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 5fd0e486..6eb8c1d4 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -87,7 +87,7 @@ pyparsing==2.2.0 pyperclip==1.6.0 python-cinderclient==3.3.0 python-dateutil==2.7.0 -python-freezerclient==1.3.0 +python-freezerclient==2.0.0 python-glanceclient==2.8.0 python-keystoneclient==3.8.0 python-mimeparse==1.6.0 diff --git a/requirements.txt b/requirements.txt index 31128986..67f32141 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ python-glanceclient>=2.8.0 # Apache-2.0 python-keystoneclient>=3.8.0 # Apache-2.0 python-novaclient>=9.1.0 # Apache-2.0 python-neutronclient>=6.7.0 # Apache-2.0 -python-freezerclient>=1.3.0 # Apache-2.0 +python-freezerclient>=2.0.0 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0 oslo.log>=3.36.0 # Apache-2.0 oslo.config>=5.2.0 # Apache-2.0