Update cloud-import.py
change local-lvm to local
This commit is contained in:
parent
34e99d552c
commit
e485417f20
@ -11,7 +11,7 @@ def getImagesList():
|
|||||||
return requests.get(ImagesURL).json()
|
return requests.get(ImagesURL).json()
|
||||||
|
|
||||||
def getStorage():
|
def getStorage():
|
||||||
return "local-lvm"
|
return "local"
|
||||||
|
|
||||||
def getId():
|
def getId():
|
||||||
id = 20000
|
id = 20000
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user