Actions
Bug #603
closedmac address validations logic for virtual hosts is broken
Description
We can't use rails validations on mac addresses, as the validation logic is executed before the vm is created (hence we have no mac).
this will fail if we have some machine that was imported to the db (i.e. via a report) and both machines will have an empty mac value (hence validation error).
Actions