kolla-cli/requirements.txt
steve 2f38d3342d create reserved group for all hosts
- temporarily create a reserved group for all hosts. this is needed when you
want to run an ansible command against a host that might not yet be in a group.
This is used for host check and setup. Oracle-Bug:21824287
- handle case when empty inventory has whitespace in it. useful when manually
clearing the inventory file
- add rule preventing adding a group name equal to an existing service name.
Oracle-bug:21831776
- add exception handling to run_cmd to better output cmd failures when an
exception occurs.
- add restriction to avoid pexpect 3.3 in requirements. That version has a
bug where it will fail sudo commands.
- change unittest kolla_cli etc location to be the user's home location. This
avoids errors when the kolla_cli location is in /etc/kolla
- change format of unittest test_hosts file to remove ip address. no longer
needed.
- remove ndbcluster from group test
2015-09-15 09:26:05 -04:00

12 lines
204 B
Plaintext

ansible>=1.9.2
Babel>=0.9.6
cliff>=1.13.0 # Apache-2.0
cliff-tablib>=1.1
docker-py>=1.3.1
jsonpickle>=0.9
oslo.i18n>=1.3.0 # Apache-2.0
paramiko>=1.15
pbr>=0.10
pexpect>=2.3,<3.3
PyYAML>=3.10
six>=1.9.0