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 <[email protected]>
Date:   2015-07-17T14:16:29Z

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

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to