Add missing keystoneauth1 to requirements.txt

The keystoneauth1 library is imported by the Barbican client manager but
was missing in the requirements.txt file.

Change-Id: I75c648026d43d533b21367f3adf77014b07e89a3
This commit is contained in:
Carlos Goncalves 2019-08-01 13:28:48 +02:00
parent 65e7c5fcd4
commit 42e54aadd9
1 changed files with 1 additions and 0 deletions

View File

@ -17,3 +17,4 @@ requests>=2.14.2 # Apache-2.0
six>=1.10.0 # MIT
tempest>=17.1.0 # Apache-2.0
tenacity>=4.4.0 # Apache-2.0
keystoneauth1>=3.3.0 # Apache-2.0