Merge "AddressGroup API collection should be the resource name in plural"

This commit is contained in:
Zuul 2024-10-24 10:27:33 +00:00 committed by Gerrit Code Review
commit 00428d50c3

View File

@ -48,4 +48,4 @@ class AddressGroup(standard_attr.HasStandardAttributes,
backref='address_groups',
lazy='joined',
cascade='all, delete, delete-orphan')
api_collections = [ag.ALIAS]
api_collections = [ag.COLLECTION_NAME]