outscale-mgo opened a new pull request, #1877: URL: https://github.com/apache/libcloud/pull/1877
## Fix list_volumes, and list_nodes in Outsale provider ### Description the was `list_nodes` was listening `privates_ips` and `public_ips` was buggy, and ips was accessing using `node.extra['PublicIp'/'PrivateIp']`, this patch fix that. (but list only main ip) also it seems `_to_volumes` was broken due to it calling `_to_volumes` instead of `_to_volume` ### Status - done, ready for review ### Checklist (tick everything that applies) - [ ] [Code linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide) (required, can be done after the PR checks) - [ ] Documentation - [ ] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html) - [ ] [ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes) (required for bigger changes) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@libcloud.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org