Ganeti Web Manager: User can exceed quota on creating their first VM
completed by: CryptWizard
mentors: Peter Krenesky
Description
There is a check in views/virtual_machine.py for whether the user's used_resources is True (ie. not 0 or None, when they have no VMs) used to decide whether the quota should be enforced.
Patch removes it.