Brian Mingus created LIBCLOUD-371:
-------------------------------------
Summary: vcloud.py:1414 restricts vm names to 15 chars, however,
this limitation is windows only.
Key: LIBCLOUD-371
URL: https://issues.apache.org/jira/browse/LIBCLOUD-371
Project: Libcloud
Issue Type: Bug
Components: Core
Affects Versions: 0.12.3
Environment: LibCloud 0.13
Reporter: Brian Mingus
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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira