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
This commit is contained in:
Cai Hui 2018-11-06 20:29:57 -05:00 committed by Carl Caihui
parent 1086fce8dc
commit 8c5013f17d
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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