9d44af10b3
The model_query module is in neutron-lib and the CommonDBMixin will eventually be removed. This patch swiches use of the _model_query method over to query_with_hooks from neutron-lib. This patch also bumps the neutron-lib version up to 1.20.0 Change-Id: I8ff41c9d914b8329e4fca90de8a9ef9f41ccdcde
13 lines
481 B
Plaintext
13 lines
481 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
|
|
Babel!=2.4.0,>=2.3.4 # BSD
|
|
neutron>=12.0.0 # Apache-2.0
|
|
neutron-lib>=1.20.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
|