23 lines
704 B
Plaintext
23 lines
704 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
|
|
|
|
ansible
|
|
eventlet>=0.16.1,!=0.17.0
|
|
keystonemiddleware>=1.5.0,<1.6.0
|
|
MySQL-python
|
|
oslo.config>=1.9.3,<1.10.0 # Apache-2.0
|
|
oslo.concurrency>=1.8.0,<1.9.0 # Apache-2.0
|
|
oslo.db>=1.7.0,<1.8.0 # Apache-2.0
|
|
oslo.messaging>=1.8.0,<1.9.0 # Apache-2.0
|
|
oslo.versionedobjects>=0.1.1,<0.2.0
|
|
paramiko>=1.13.0
|
|
pecan>=0.8.0
|
|
python-cinderclient>=1.1.0,<1.2.0
|
|
python-glanceclient>=0.15.0,<0.18.0
|
|
python-neutronclient>=2.4.0,<2.5.0
|
|
python-novaclient>=2.22.0,<2.24.0
|
|
WSME>=0.6,<0.7
|