1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

Day is end

This commit is contained in:
Retspen 2015-03-06 15:46:59 +02:00
parent cd4ac13e36
commit be9487e42f
7 changed files with 965 additions and 16 deletions

View file

@ -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')