We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61f01cd + eb63fa8 commit 70e59a9Copy full SHA for 70e59a9
neutron/plugins/ml2/models.py
@@ -129,6 +129,5 @@ class DistributedPortBinding(model_base.BASEV2):
129
models_v2.Port,
130
load_on_pending=True,
131
backref=orm.backref("distributed_port_binding",
132
- lazy='subquery',
133
cascade='delete'))
134
revises_on_change = ('port', )
0 commit comments