Open
Description
Feature Request
libcloud/compute/drivers/openstack.py
defaults to API version "1.1".
DEFAULT_API_VERSION = '1.1'
It would be nice to default to the very latest API version ("2.2" as of this writing) so that new libcloud users can get started with the latest code easily.