Commit 4727bf3
committed
fix(proxmox): remove dead v0 getConfig shadowing the v1 NIC-config method
The vm object had two getConfig methods; the later (v0 vm_get_config) won, so
the import's getConfig(vmid, vmtype) call hit the v0 endpoint with wrong args
(422) and imported VMs got no NIC detail -> flat, no network nodes/edges.
Removed the dead v0 getConfig (no other callers).1 parent a40f147 commit 4727bf3
1 file changed
Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
343 | 342 | | |
344 | 343 | | |
345 | 344 | | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
353 | 345 | | |
354 | 346 | | |
355 | 347 | | |
| |||
0 commit comments