mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-31 01:19:37 +00:00
Day is end
This commit is contained in:
@@ -28,6 +28,7 @@ def create_instance(request, compute_id):
|
||||
storages = []
|
||||
networks = []
|
||||
meta_prealloc = False
|
||||
computes = Compute.objects.all()
|
||||
compute = Compute.objects.get(id=compute_id)
|
||||
flavors = Flavor.objects.filter().order_by('id')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user