Fix IP address interface validation

This commit is contained in:
Jeremy Stretch
2021-03-17 16:44:34 -04:00
parent 889316085c
commit 433c48a1a3
3 changed files with 19 additions and 16 deletions
+1 -1
View File
@@ -459,7 +459,7 @@ class VMInterface(PrimaryModel, BaseInterface):
return super().to_objectchange(action, related_object=self.virtual_machine)
@property
def parent(self):
def parent_object(self):
return self.virtual_machine
@property