Add tripleo-common and other client libraries to requirements

We've started using tripleo-common and other client libraries in custom
ansible modules. Should be there in requirements.

Change-Id: Ib47f5a597f613f1a7638a9c16e8eb4eb7d7de369
This commit is contained in:
Rabi Mishra 2020-02-21 14:52:02 +05:30
parent f3729699ff
commit 702f1db674
1 changed files with 4 additions and 0 deletions

View File

@ -1,2 +1,6 @@
pbr>=1.6
paunch>=5.1.0 # Apache-2.0
tripleo-common>=11.3.1 # Apache-2.0
python-glanceclient>=2.8.0 # Apache-2.0
python-ironicclient!=2.5.2,!=2.7.1,!=3.0.0,>=2.3.0,<4.0.0;python_version=='2.7' # Apache-2.0
python-ironicclient!=2.5.2,!=2.7.1,!=3.0.0,>=2.3.0;python_version>='3.6' # Apache-2.0