Remove useless comments
This commit is contained in:
parent
b3dacd4d1d
commit
7fc619e619
1 changed files with 0 additions and 11 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue