fix: invalid Interface optional assoc
This commit is contained in:
parent
81d9e4f560
commit
d1c69e8fe5
@ -17,7 +17,7 @@ if ip_addresses is None:
|
|||||||
optional_assocs = {
|
optional_assocs = {
|
||||||
"tenant": (Tenant, "name"),
|
"tenant": (Tenant, "name"),
|
||||||
"vrf": (VRF, "name"),
|
"vrf": (VRF, "name"),
|
||||||
"interface": (None, None),
|
"interface": (Interface, "name"),
|
||||||
}
|
}
|
||||||
|
|
||||||
vm_interface_ct = ContentType.objects.filter(
|
vm_interface_ct = ContentType.objects.filter(
|
||||||
|
Loading…
Reference in New Issue
Block a user