You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
695 B
25 lines
695 B
# 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. |
|
|
|
pytz>=2016.4 |
|
pbr>=3.0.1 |
|
Babel>=2.3.4 |
|
|
|
python-cinderclient>=2.0.1 |
|
python-glanceclient>=2.6.0 |
|
python-openstackclient>=3.11.0 |
|
python-neutronclient>=6.2.0 |
|
python-novaclient>=9.0.0 |
|
python-keystoneclient>=3.10.0 |
|
attrdict>=2.0.0 |
|
hdrhistogram>=0.8.0 |
|
# ipaddress is required to get TLS working |
|
# otherwise certificates with numeric IP addresses in the ServerAltName field will fail |
|
ipaddress>= 1.0.16 |
|
oslo.config>=4.1.1 |
|
oslo.log>=3.26.1 |
|
pecan>=1.2.1 |
|
redis>=2.10.5 |
|
tabulate>=0.7.7 |
|
pyyaml>=3.12
|
|
|