Description
The endpoint URL for the SoftLayer driver is defaulting to localhost (127.0.0.1) for requests using the current "endpoint" as a suffix. It does not prepare the full URL including the actual public-facing API endpoint.
Adding a base_url seems to resolve the issue.
Patch available: https://gist.github.com/jasonjohnson/5216077