518f2cdc37
This change is required as Zaza underwent a split of the openstack tests from the Zaza project, so we had to track the working branch until that change landed. As it has landed, it is now time to use Zaza from master again Change-Id: I3f4b9ba3177a1262468d4222a9f9c4f3df078398
24 lines
829 B
Plaintext
24 lines
829 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
charm-tools>=2.4.4
|
|
coverage>=3.6
|
|
mock>=1.2
|
|
flake8>=2.2.4,<=2.4.1
|
|
stestr>=2.2.0
|
|
requests==2.18.4
|
|
python-ceilometerclient>=1.5.0
|
|
python-cinderclient>=1.4.0
|
|
python-glanceclient>=1.1.0
|
|
python-heatclient>=0.8.0
|
|
python-keystoneclient>=1.7.1
|
|
python-neutronclient>=3.1.0
|
|
python-novaclient>=2.30.1
|
|
python-openstackclient>=1.7.0
|
|
python-swiftclient>=2.6.0
|
|
pika>=0.10.0,<1.0
|
|
distro-info
|
|
pytz
|
|
pyudev # for ceph-* charm unit tests (not mocked?)
|
|
git+https://github.com/openstack-charmers/zaza.git#egg=zaza;python_version>'3.4'
|
|
git+https://github.com/openstack-charmers/zaza-openstack-tests.git#egg=zaza.openstack;python_version>'3.4' |