Remove useless comments

This commit is contained in:
Aloïs Micard 2025-02-07 18:44:02 +01:00
parent b3dacd4d1d
commit 7fc619e619

View file

@ -376,17 +376,6 @@ def main():
pve_virtual_machine,
)
# TODO: Handle the disk
# Then create the disks if not exists, update them otherwise
# Then create the network interface if not exists, update them otherwise
# Link the network interface to the range if not exists
# print(pve_api.nodes(pve_node['node']).qemu(pve_virtual_machine['vmid']).config.get())
# if vm['status'] == 'running':
# print(pve_api.nodes(node['node']).qemu(vm['vmid']).agent('network-get-interfaces').get())
if __name__ == '__main__':
main()