23 lines
676 B
Plaintext
23 lines
676 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,<2.0
|
|
|
|
ansible
|
|
eventlet>=0.17.4
|
|
keystonemiddleware>=2.0.0
|
|
MySQL-python;python_version=='2.7'
|
|
oslo.config>=1.11.0 # Apache-2.0
|
|
oslo.concurrency>=2.3.0 # Apache-2.0
|
|
oslo.db>=1.12.0 # Apache-2.0
|
|
oslo.messaging>=1.16.0,!=1.17.0,!=1.17.1 # Apache-2.0
|
|
oslo.versionedobjects>=0.3.0,!=0.5.0
|
|
paramiko>=1.13.0
|
|
pecan>=0.8.0
|
|
python-cinderclient>=1.3.1
|
|
python-glanceclient>=0.18.0
|
|
python-neutronclient>=2.3.11,<3
|
|
python-novaclient==2.26.0
|
|
WSME>=0.7
|