Hi, I've identified 5 of our current compute drivers that are no longer 'alive' and written a blog post about it to notify the users. http://libcloud.apache.org/blog/2016/02/16/new-drivers-deprecated-drivers.html
In terms of handling this I've just raised a PR, the idea is simple : a dict of defunct providers libcloud.compute.deprecated is referenced and a URL and message is shown to the user. https://github.com/apache/libcloud/pull/701 Thoughts please. Anthony
