9d629e2976
Change-Id: Id792009e36f4d7fc6489373b1b432855301a09ad
24 lines
860 B
Plaintext
24 lines
860 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.6
|
|
|
|
ansible<2.0.0.0
|
|
eventlet!=0.18.3,>=0.18.2 # MIT
|
|
keystonemiddleware>=4.0.0,!=4.1.0,!=4.5.0 # Apache-2.0
|
|
mysql-connector
|
|
PyMySQL>=0.6.2,!=0.7.7 # MIT License
|
|
oslo.config>=3.14.0 # Apache-2.0
|
|
oslo.concurrency>=3.8.0 # Apache-2.0
|
|
oslo.db>=4.10.0,!=4.13.1,!=4.13.2 # Apache-2.0
|
|
oslo.messaging>=5.2.0 # Apache-2.0
|
|
oslo.versionedobjects>=1.13.0 # Apache-2.0
|
|
paramiko>=2.0 # LGPLv2.1+
|
|
pecan>=1.0.0,!=1.0.2,!=1.0.3,!=1.0.4 # BSD
|
|
python-cinderclient>=1.6.0,!=1.7.0,!=1.7.1 # Apache-2.0
|
|
python-glanceclient>=2.3.0,!=2.4.0 # Apache-2.0
|
|
python-neutronclient>=5.1.0 # Apache-2.0
|
|
python-novaclient>=2.29.0,!=2.33.0 # Apache-2.0
|
|
WSME>=0.8 # MIT
|