CCI-MOC / ui

Apache License 2.0
3 stars 5 forks source link

create the custom VM form #65

Open xuhang57 opened 9 years ago

xuhang57 commented 9 years ago

In the control.html, I am still parsing the 'projectModal.html" because I don't know if I should create a new modal html called vmModal.html or simply changed the name of the projectModal to another one that is not confusing.

It will appear 4 input fields after a user click the create vm button in control page and they are: name (vm name) , image (such as ubuntu) , flavor, and nics (network connection and reference is here:http://docs.openstack.org/developer/python-novaclient/ref/v2/servers.html ) . We can always add more about it.

Next step would be connecting the actual api calls in the forms.py (currently, most of api calls in the views).