Problem:
Creating a virtual machine through UVMM results in an error message.
Environment
Server message is:
Interner Server-Fehler in "uvmm/domain/add".
Request: uvmm/domain/add
[...]
domain_info.autostart = domain['autostart']
KeyError: 'autostart'
The field “autostart” has been introduced with a newer version of UCS but the UVMM/UMC frontend prozess did not get all field from the browser.
Solution
As this is related to an outdated browser cache a forced reload (F5 in Mozilla Firefox) might help. If not, check your browser documentation how to clean the cache.