3ddb529589
Ovs constants were moved from neutron to neutron_lib some time ago. This patch switches to use them from neutron-lib already. This patch bumps min version of neutron-lib to 2.11 as it is version which has those constants already. It also fixes some small issue in grouping of imports. Depends-On: https://review.opendev.org/c/x/tap-as-a-service-tempest-plugin/+/797318 Change-Id: I7c44501b129673cc72fd48f3b508ea6278027762
13 lines
469 B
Plaintext
13 lines
469 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>=5.5.0 # Apache-2.0
|
|
Babel>=2.8.0 # BSD
|
|
neutron>=16.0.0.0b1 # Apache-2.0
|
|
neutron-lib>=2.11.0 # Apache-2.0
|
|
|
|
# Opt-in for neutron-lib consumption patches
|
|
# http://lists.openstack.org/pipermail/openstack-dev/2018-September/135063.html
|
|
# neutron-lib-current
|