Add Celery queueing for VM creation function
Also define this function and provide the planned workflow.
This commit is contained in:
@ -58,7 +58,7 @@ def install(**kwargs):
|
||||
except:
|
||||
deb_mirror = "http://ftp.debian.org/debian"
|
||||
try:
|
||||
deb_packages = kwargs['deb_packages']
|
||||
deb_packages = kwargs['deb_packages'].split(',')
|
||||
except:
|
||||
deb_packages = ["linux-image-amd64", "grub-pc", "cloud-init", "python3-cffi-backend"]
|
||||
|
||||
|
Reference in New Issue
Block a user