mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
Day is end
This commit is contained in:
parent
cd4ac13e36
commit
be9487e42f
7 changed files with 965 additions and 16 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue