Skip to content

Commit ec50195

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Change to use selectin for RBACs in SubnetPool DB load strategy" into stable/2023.1
2 parents f6c3b2b + 46dbdcf commit ec50195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neutron/db/models_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ class SubnetPool(standard_attr.HasStandardAttributes, model_base.BASEV2,
308308
lazy='subquery')
309309
rbac_entries = sa.orm.relationship(rbac_db_models.SubnetPoolRBAC,
310310
backref='subnetpools',
311-
lazy='joined',
311+
lazy='selectin',
312312
cascade='all, delete, delete-orphan')
313313
api_collections = [subnetpool_def.COLLECTION_NAME]
314314
collection_resource_map = {subnetpool_def.COLLECTION_NAME:

0 commit comments

Comments
 (0)