f092ea133f
We're currently still using unmaintained oslo-incubator code for our logging, which is bad. This switches us to oslo.log as described in [1]. 1: http://docs.openstack.org/developer/oslo.log/migration.html Change-Id: Ibce86ab4ee24eeb55d0de1b0d5ff4ee4ea6ef66f
18 lines
484 B
Plaintext
18 lines
484 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
|
|
|
|
anyjson>=0.3.3
|
|
eventlet>=0.17.4
|
|
python-keystoneclient!=1.8.0,>=1.6.0
|
|
python-heatclient>=0.6.0
|
|
python-zaqarclient>=0.3.0
|
|
requests!=2.9.0,>=2.8.1
|
|
iso8601>=0.1.9
|
|
lxml>=2.3
|
|
oslo.config>=2.7.0 # Apache-2.0
|
|
oslo.log>=1.14.0 # Apache-2.0
|
|
six>=1.9.0
|
|
dogpile.cache>=0.5.4
|