You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/07/17 21:21:04 UTC

[jira] [Commented] (LIBCLOUD-723) Azure driver - wait_until_running function is broken

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

ASF GitHub Bot commented on LIBCLOUD-723:
-----------------------------------------

GitHub user davidwilson2038 opened a pull request:

    https://github.com/apache/libcloud/pull/548

    [LIBCLOUD-723] Added cloud specific parameter to base compute wait_un…

    Fixed LIBCLOUD-723 bug with Azure driver where the wait_until_running method is broken because it calls self.list_nodes() without any options (list_nodes is defined as requiring an ex_cloud_service parameter). I added an optional ex_cloud_opts parameter to the wait_until_running method to make it work and also allow users of other drivers to specify additional configuration parameters if their list_nodes function allows.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/davidwilson2038/libcloud LIBCLOUD-723_bugfix

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/libcloud/pull/548.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #548
    
----
commit 992ae44bbb0b0a65dfc7f79f78d5e9e85917eafe
Author: dwilson2038 <da...@gmail.com>
Date:   2015-07-17T14:16:29Z

    [LIBCLOUD-723] Added cloud specific parameter to base compute wait_until_running method to make compatible with Azure

----


> Azure driver - wait_until_running function is broken 
> -----------------------------------------------------
>
>                 Key: LIBCLOUD-723
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-723
>             Project: Libcloud
>          Issue Type: Bug
>          Components: Compute
>            Reporter: David Wilson
>            Priority: Minor
>
> In the Azure compute driver, the wait_until_running method inherited from the base compute module is broken. The method calls self.list_nodes() with no options, but the Azure driver's list_nodes method requires ex_cloud_service parameter, so an exception is thrown.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)