[ 
https://issues.apache.org/jira/browse/LIBCLOUD-292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomaz Muraus resolved LIBCLOUD-292.
-----------------------------------

    Resolution: Fixed
      Assignee: Tomaz Muraus

Added a comment and a test case and merged it into trunk.

Next time please make sure to include the test yourself. This issue is exactly 
one of the many reasons why tests for edge cases are really important :)

Thanks!
                
> create_node fails on Openstack driver when Nova enable_instance_password=false
> ------------------------------------------------------------------------------
>
>                 Key: LIBCLOUD-292
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-292
>             Project: Libcloud
>          Issue Type: Bug
>          Components: Compute
>    Affects Versions: 0.11.2
>            Reporter: Gavin McCance
>            Assignee: Tomaz Muraus
>            Priority: Minor
>         Attachments: libcloud-292-enable-instance-password-fix.patch
>
>
> For the Openstack driver. As noted in:
> http://docs.openstack.org/essex/openstack-compute/admin/content/configuring-compute-API.html#d6e1833
> Nova can be configured via the "enable_instance_password" parameter to not 
> bother trying to inject the admin password for Hypervisors that do not 
> support that (by default it does try to). In this case, the response from 
> Nova does not include the adminPass parameter, so the create_node function 
> fails while parsing the response.
> (trival) patch follows.

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