008c9fcca0
Design and implement the podman client module These changes introduce: - the podman module - the podman requirement setup to python-podman version 1.6.0 - related unit tests - related functional tests Change-Id: I9f81d086d66812ff3e7c2493d68e6cedb7f7d9bd Co-authored-by: pkomarov <pkomarov@redhat.com>
29 lines
1.1 KiB
Plaintext
29 lines
1.1 KiB
Plaintext
# Tobiko framework requirements
|
|
|
|
ansible>=2.4.0,<2.8.0 # GPLv3
|
|
docker>=4.0 # Apache-2.0
|
|
podman>=1.6.0 # Apache-2.0
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
keystoneauth1>=3.4.0 # Apache-2.0
|
|
Jinja2>=2.8.0 # BSD
|
|
junitxml>=0.7 # MIT
|
|
netaddr>=0.7.18 # BSD
|
|
neutron-lib>=1.25.0 # Apache-2.0
|
|
os-faults>=0.1.18 # Apache-2.0
|
|
oslo.config>=5.2.0 # Apache-2.0
|
|
oslo.log>=3.36.0 # Apache-2.0
|
|
pandas>=0.24.2 # BSD
|
|
paramiko>=2.4.0 # LGPLv2.1
|
|
pbr>=4.0.0 # Apache-2.0
|
|
python-heatclient>=1.5.0 # Apache-2.0
|
|
python-glanceclient>=2.16.0 # Apache-2.0
|
|
python-neutronclient>=6.7.0 # Apache-2.0
|
|
python-novaclient>=9.1.0 # Apache-2.0
|
|
python-octaviaclient>=1.9.0 # Apache-2.0
|
|
python-openstackclient>=3.0.0 # Apache-2.0
|
|
stestr>=2.0 # Apache-2.0
|
|
six>=1.10.0 # MIT
|
|
sshtunnel>=0.1.5 # MIT
|
|
testtools>=2.2.0 # MIT
|
|
typing>=3.7 # PSFLv2
|