You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by "Tomaz Muraus (JIRA)" <ji...@apache.org> on 2013/08/16 19:08:48 UTC

[jira] [Commented] (LIBCLOUD-371) vcloud.py:1414 restricts vm names to 15 chars, however, this limitation is windows only.

    [ https://issues.apache.org/jira/browse/LIBCLOUD-371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13742397#comment-13742397 ] 

Tomaz Muraus commented on LIBCLOUD-371:
---------------------------------------

[~sengork], [~galet] could any of you provider more insight in this?

It seems like we can just remove this check in the driver and the API will throw an error if the name is too long.

We just need to make sure the API exceptions which are thrown in the driver contain all the necessary information (error name, message) so users can find out what went wrong.
                
> 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
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> 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