Pinning version of keystone client

Avoiding keystone client >=1.7.0 because it requires versions of oslo libraries
>= 2.0

Change-Id: I8565b6b4cfdba9dee3291a861b5cf97d077e629e
This commit is contained in:
Joe Keen 2015-09-04 14:03:16 -06:00
parent ccf5e92335
commit 84cdc031bd
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ iso8601>=0.1.9
oslo.utils<2.0
pbr>=0.11,<2.0
PrettyTable>=0.7,<0.8
python-keystoneclient>=0.9.0
python-keystoneclient==1.6.0
PyYAML>=3.1.0
requests>=1.1
six>=1.7.0