Update cloud-import.py

change local-lvm to local
This commit is contained in:
dahjah 2025-04-22 18:34:52 +00:00
parent 34e99d552c
commit e485417f20

View File

@ -11,7 +11,7 @@ def getImagesList():
return requests.get(ImagesURL).json()
def getStorage():
return "local-lvm"
return "local"
def getId():
id = 20000