
This commits adds ansible lampstack tox environment, as well as ansible and shade to requirements.txt file. : Change-Id: I1028847971b9f336d5d7b411de92b2b08486c3e2
8 lines
292 B
Plaintext
8 lines
292 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.8 # Apache-2.0
|
|
ansible>=2.0.0.0 # GNU LGPL 3.0
|
|
shade==1.13.2 # Apache-2.0
|