Skip to content

Commit d1c69e8

Browse files
committed
fix: invalid Interface optional assoc
1 parent 81d9e4f commit d1c69e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

startup_scripts/370_ip_addresses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
optional_assocs = {
1818
"tenant": (Tenant, "name"),
1919
"vrf": (VRF, "name"),
20-
"interface": (None, None),
20+
"interface": (Interface, "name"),
2121
}
2222

2323
vm_interface_ct = ContentType.objects.filter(

0 commit comments

Comments
 (0)