338c877f17
Currently this project has a number of generic templates defined in it's job definition for project-config. These templates should be defined at the project level; not global. This patch moves the templates to the .zuul.yaml of this project. Also see https://review.openstack.org/#/c/652680/ Change-Id: I263ff53a5acfe6e626fce43177fa87badfcd2d8f
7 lines
268 B
Plaintext
7 lines
268 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>=4.0.0 # Apache-2.0
|
|
neutron-lib>=1.25.0 # Apache-2.0
|