Implemented tenancy for VRFs and VLANs

This commit is contained in:
Jeremy Stretch
2016-07-27 11:29:20 -04:00
parent 65b008a493
commit 2abee211a2
16 changed files with 144 additions and 21 deletions

View File

@@ -46,4 +46,5 @@ class Tenant(CreatedUpdatedModel):
self.name,
self.slug,
self.group.name,
self.description,
])