Merge "AddressGroup API collection should be the resource name in plural"
This commit is contained in:
commit
00428d50c3
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user