
1. Supported to use redis as the orchestration and reporting protocol; 2. Implemented the agent to run on every testing VM; 3. Modified the HTTP tools to use redis messaging APIs; 4. Added APIs to display provision details for klouds; 5. Added the option to allow a prompt before running tools; 6. Cleanup unneeded code; Change-Id: I221ebbeb8a3001374699617dbd827de269419dab
26 lines
582 B
Plaintext
26 lines
582 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>=0.6,!=0.7,<1.0
|
|
Babel>=1.3
|
|
|
|
configure>=0.5
|
|
ecdsa>=0.11
|
|
jsonpatch>=1.9
|
|
jsonschema>=2.4.0
|
|
lxml>=3.4.0
|
|
oslo.log>=1.0.0
|
|
oslo.utils>=1.2.0
|
|
paramiko>=1.14.0
|
|
pycrypto>=2.6.1
|
|
pymongo>=2.7.2
|
|
python-glanceclient>=0.15.0
|
|
python-neutronclient<3,>=2.3.6
|
|
python-novaclient>=2.18.1
|
|
python-openstackclient>=0.4.1
|
|
python-keystoneclient>=1.0.0
|
|
redis>=2.10.3
|
|
scp>=0.8.0
|
|
tabulate>=0.7.3
|