Most users uses Libcloud only for make request against a compute service. In fact the library covers several IaaS components:
- Authentication
- Compute service
- Object storage and CDN
- DNS
- Load balancers
A driver is a Python class which after instanciation will allow you to handle one the service listed above (except authentication).