You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by mneagul <gi...@git.apache.org> on 2014/02/03 12:20:45 UTC

[dev] libcloud pull request: LIBCLOUD-510: Allow creation of "private only addres...

GitHub user mneagul opened a pull request:

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

    LIBCLOUD-510: Allow creation of "private only addressing" nodes

    This changes allow node creation on Eucalyptus instances that assign by default private only IP addresses.
    
    Signed-off-by: Marian Neagul <ma...@info.uvt.ro>

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

    $ git pull https://github.com/mneagul/libcloud LIBCLOUD-510_EC2_Support_Private_Only_Addressing

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

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

----
commit a872b868bba14ab45deebb115a0dd471e4a1b396
Author: Marian Neagul <ma...@info.uvt.ro>
Date:   2014-02-03T11:17:06Z

    LIBCLOUD-510: Added extra argument to create_node allowing creation of "private only addressing" nodes.
    
    Signed-off-by: Marian Neagul <ma...@info.uvt.ro>

----