Add keystoneclient to requirements.txt

At some point on 2018-02-02, all tripleo-common tox python jobs started
failing with:

2018-02-02 15:05:50.952672 | ubuntu-xenial | ImportError: No module
named keystoneclient

We did't have python-keystoneclient in requirements.txt, though we
probably should. We must have been implicitly getting it from somewhere
else previously and something must have changed to where it's now
explicitly required.

Change-Id: I272292f2f411d1195e5986f0f6a24b379fbf2b6e
Closes-Bug: #1747160
This commit is contained in:
James Slagle 2018-02-03 11:16:39 -05:00
parent aa44e05495
commit 1c760d570a
1 changed files with 1 additions and 0 deletions

View File

@ -24,3 +24,4 @@ netifaces>=0.10.4 # MIT
paramiko>=2.0.0 # LGPLv2.1+
netaddr>=0.7.18 # BSD
python-zaqarclient>=1.0.0 # Apache-2.0
python-keystoneclient>=3.8.0 # Apache-2.0