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

Jakub Nowacki commented on LIBCLOUD-322:
----------------------------------------

You get the error because 'set_vm_ipmode' is set only when 'vm_ipmode' is 
'MANUAL', otherwise, it does not exist. My patch (vcloud_manual_ip.patch) works 
with POOL as far as I tested it; I do not use 'set_vm_ipmode' just check 
'vm_ipmode' directly (not sure why it was reassigned in the first place).
                
> Allow assignment of manual IP address for VM's in vCloud
> --------------------------------------------------------
>
>                 Key: LIBCLOUD-322
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-322
>             Project: Libcloud
>          Issue Type: New Feature
>          Components: Compute
>    Affects Versions: 0.12.3
>            Reporter: Kashif Ali
>            Priority: Minor
>             Fix For: 0.12.3
>
>         Attachments: vcloud_manual_ip.patch, vcloud.py.patch
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> This is an initial ticket for my patch to provide the vCloud driver with an 
> implementation of assigning a manual static IP address to a VM inside a vAPP.
> NOTE: currently the patch only works for one VM inside a vAPP but can be 
> easily extended to cover multiple VM's (I will work on providing multi VM per 
> vAPP static address assignment also).

--
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

Reply via email to