You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by tildedave <gi...@git.apache.org> on 2013/10/11 19:52:19 UTC

[dev] libcloud pull request: Issue LIBCLOUD-408: Pass kwargs to ex_rebuild to cre...

GitHub user tildedave opened a pull request:

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

    Issue LIBCLOUD-408: Pass kwargs to ex_rebuild to create node args

    Added test that verifies this does the expected thing for the
    disk configuration option.

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

    $ git pull https://github.com/tildedave/libcloud 408_pass_kwargs_to_ex_rebuild

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

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

----
commit 553c3f1e326fe3e5a8f285009b4078dd64b944f9
Author: dave.king <da...@mailtrust.com>
Date:   2013-10-11T17:50:28Z

    Issue LIBCLOUD-408: Pass kwargs to ex_rebuild to create node args
    
    Added test that verifies this does the expected thing for the
    disk configuration option.

----