Commit 23a49bf0 by Belákovics Ádám

vm creation first half

parent 4a1d72e4
# This is a sequence of the VM creation in CIRCLE.
Based on CIRCLE/cloud @b9a4bf38
# Create Virtual machine
This is a sequence of the VM creation in CIRCLE based on CIRCLE/cloud @b9a4bf38
0. User clicks Start at "Create a VM" modal window.
1. dashboard/templates/dashboard/_vm-create-1.html (70) form submission creates a POST request
2. dashboard/views/vm.py (1149) post
0. Input: user, template, amount
1. permission check
2. gets template by id
3. user vm max amount check
4. check if customized --> normal
3. dashboard/views/vm.py (1086) _create_normal
0. Instance creation
1. vm/models/instance.py (393) create_from_template
0. vm/models/instance.py () mass_create_from_template
0. User clicks Start at Create a VM modal window
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment