[GitHub] libcloud pull request: Fix OpenStack IP type resolution

2016-04-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/libcloud/pull/738 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] libcloud pull request: Fix OpenStack IP type resolution

2016-04-06 Thread schaubl
GitHub user schaubl opened a pull request: https://github.com/apache/libcloud/pull/738 Fix OpenStack IP type resolution Checking the type of the IP with `explicit_ip_type` is not reliable. A fixed IP is not always a private IP and a floating IP is not always a public one.