GitHub user briancurtin opened a pull request:
https://github.com/apache/libcloud/pull/154
Issue LIBCLOUD-407: Better name for Node drivers
Some classes in `libcloud.compute.drivers` aren't easily identifiable in
the supported provider matrix due to their `name` attributes being generic.
This change adds detail to `NodeDriver` classes where there are multiple per
provider, e.g., Amazon EC2.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/briancurtin/libcloud provider-update
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/154.patch
----
----