vmm/TODO

22 lines
591 B
Plaintext

Need to do
==========
- Implement user local-uid field
- Ensure daemon mode and logging work
- Ensure thread locks are proper
- Add download/copy pct to image detail
- Track references to images and isos
- Add ability to modify user groups
- Finish API implementation
- Security checks for all operations
- Detect in-use images by looking for vmdisk backing files
- VNC encryption
- Console encryption and ditch CLI
Might do
========
- Add option to convert vmdk -> qcow2
- Convert html to templates with:
%{varname}
%{!for varname}...%{!end}
%{!if varname}...%{!end}