Description
vcloud.py:1514 if len(name) > 15: raise ValueError('The VM name "' + name + '" is too long for the computer name (max 15 chars allowed).')
This is only true for windows.
vcloud.py:1514 if len(name) > 15: raise ValueError('The VM name "' + name + '" is too long for the computer name (max 15 chars allowed).')
This is only true for windows.