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

[dev] libcloud pull request: test for empty dict in ex_list_public_ips

GitHub user runseb opened a pull request:

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

    test for empty dict in ex_list_public_ips

    This prevents issues in list_nodes for basic zones.
    It's good to have it there but I will file a bug for better handling of differences between basic and advanced zone

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

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

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

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

----
commit 985823c22c6b0fb15d6d7c7e490502187f00a2ed
Author: Sebastien Goasguen <ru...@gmail.com>
Date:   2013-10-15T12:07:08Z

    RN edits for ACS driver

commit a0e063ca4c1f0052abb24c5351529ad3e1258ae4
Author: Sebastien Goasguen <ru...@gmail.com>
Date:   2013-10-23T21:30:49Z

    fix conflict

commit c1d6b350f43ef2514ef790e5f7847f0ec8cd1eed
Author: Sebastien Goasguen <ru...@gmail.com>
Date:   2013-10-23T21:31:06Z

    Merge remote-tracking branch 'upstream/trunk' into trunk

commit 4e6897681fb9bfff8de6afd0d177482fbf43c5b0
Author: Sebastien Goasguen <ru...@gmail.com>
Date:   2013-10-24T08:45:47Z

    test for empty dict in ex_list_public_ips

----