You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by cloudnull <gi...@git.apache.org> on 2013/06/14 00:14:30 UTC

[dev] libcloud pull request: Modified timeout in deploy_node method.

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

----

----