GitHub user wrigri opened a pull request:

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

    Add support for creating nodes with Static or No external IPs.

    This adds a new feature and fixes a bug.  The feature is that you can 
specify information about the external IP address on node creation.  The bug is 
that _to_node() currently fails if a node does not have an external IP address. 
 The bug fix is line 2955/2984 (The last diff), so even if we can't get the 
feature in quickly, I'd like to at least get the bug fix in.

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

    $ git pull https://github.com/wrigri/libcloud External_IP_Support

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

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

----
commit 351f855cc5dc4efbbe0699bee7704d1b9b64e172
Author: Rick Wright <[email protected]>
Date:   2014-01-16T00:10:44Z

    Add support for creating nodes with Static or No external IPs.

----

Reply via email to