6668d61e15
Add a software deployment test which uses Zaqar as config transport. Change-Id: I4723e0c3aca86e543d5af39db82a66304f261e20
26 lines
739 B
Plaintext
26 lines
739 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<2.0,>=0.11
|
|
kombu>=3.0.7
|
|
os-collect-config # Apache-2.0
|
|
oslo.log>=1.2.0 # Apache-2.0
|
|
oslo.messaging!=1.12.0,>=1.8.0 # Apache-2.0
|
|
oslo.concurrency>=2.1.0
|
|
oslo.config>=1.11.0 # Apache-2.0
|
|
oslo.utils>=1.6.0 # Apache-2.0
|
|
paramiko>=1.13.0
|
|
python-ceilometerclient>=1.5.0
|
|
python-cinderclient>=1.3.1
|
|
python-keystoneclient>=1.6.0
|
|
python-heatclient>=0.6.0
|
|
python-neutronclient>=2.6.0
|
|
python-novaclient>=2.29.0
|
|
python-swiftclient>=2.2.0
|
|
PyYAML>=3.1.0
|
|
requests>=2.5.2
|
|
six>=1.9.0
|
|
testrepository>=0.0.18
|
|
testscenarios>=0.4
|
|
testtools>=1.4.0
|