Skip to content

Commit 70e59a9

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Do not auto subquery load DistributedPortBindings" into stable/yoga
2 parents 61f01cd + eb63fa8 commit 70e59a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

neutron/plugins/ml2/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,5 @@ class DistributedPortBinding(model_base.BASEV2):
129129
models_v2.Port,
130130
load_on_pending=True,
131131
backref=orm.backref("distributed_port_binding",
132-
lazy='subquery',
133132
cascade='delete'))
134133
revises_on_change = ('port', )

0 commit comments

Comments
 (0)