f82e6b2cbe
1. Use back-ported Python 3.x functions for multi threading VM creation; 2. Show NOVA debug logs when --debug is passed; 3. Don't run test cases if VM creation fails; 4. User-friendly display for Ctrl-C; 5. Replace force_delete() to delete() for deleting VMs; Change-Id: I380afac87c873e56148a80010dd4a21abed8e4eb
20 lines
471 B
Plaintext
20 lines
471 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.
|
|
|
|
pbr>=1.3
|
|
Babel>=1.3
|
|
|
|
futures>=3.0.5
|
|
python-openstackclient>=2.2.0
|
|
python-neutronclient>=4.0.0
|
|
attrdict>=2.0.0
|
|
hdrhistogram>=0.3.1
|
|
oslo.log>=1.0.0
|
|
pecan>=0.9.0
|
|
redis>=2.10.3
|
|
tabulate>=0.7.3
|
|
|
|
# Workaround for pip install failed on RHEL/CentOS
|
|
functools32>=3.2.3
|