ad05860f45
There were some FIXME and TODO related to paunch version. This patch activate some logging features available in newest paunch. Also, raised paunch version requirement in order to ensure we can activate the new options. Change-Id: I1df64c413373c7b8eb72baca34cf5f826d3bd51c Depends-On: https://review.openstack.org/645532
10 lines
379 B
Plaintext
10 lines
379 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!=2.1.0,>=2.0.0 # Apache-2.0
|
|
PyYAML>=3.12 # MIT
|
|
Jinja2>=2.10 # BSD License (3 clause)
|
|
six>=1.10.0 # MIT
|
|
tripleo-common>=7.1.0 # Apache-2.0
|
|
paunch>=4.2.0 # Apache-2.0
|