GitHub user cloudnull opened a pull request:

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

    Modified timeout in deploy_node method.

    Description - This was modified such that the timeout is respected when 
passed
    as a kwargs.
    
    Problem - When using deploy_node, the timeout function is not respected and
    goes directly to the  "NODE_ONLINE_WAIT_TIMEOUT" constant.  This fix adds a 
get
    for "timeout" from kwargs in the "self.wait_until_running" method. If no 
timeout is
    specified in kwargs "NODE_ONLINE_WAIT_TIMEOUT" is used.

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

    $ git pull https://github.com/cloudnull/libcloud trunk

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

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

----

----

Reply via email to