missing requirements of keystoneclient

The guests are missing a keystone client and therefore won't launch.

Change-Id: I102ecfcc169e0cdce93a2c2ad1404d7a929c8152
Closes-Bug: #1620546
This commit is contained in:
Amrith Kumar 2016-09-06 06:09:52 -04:00
parent c637e5ffc2
commit 0f36442b03
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ extras
python-novaclient>=2.22.0
python-swiftclient>=2.2.0
python-cinderclient>=1.1.0
python-keystoneclient>=2.0.0,!=2.1.0 # Apache-2.0
kombu>=2.5.0
babel>=1.3
python-heatclient>=0.3.0

View File

@ -7,6 +7,7 @@ extras
python-novaclient>=2.18.0
python-swiftclient>=2.2.0
python-cinderclient>=1.1.0
python-keystoneclient>=2.0.0,!=2.1.0 # Apache-2.0
kombu>=2.5.0
six>=1.7.0
babel