You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/cloud
Michael J. Schultz 63d7bbea19 Return an iterable instead of None
By default `.get()` will return `None` on a key that doesn't exist. This
causes a `TypeError` in the `for` loop a few lines down. This change simply
returns an iterable type to avoid the error.
9 years ago
..
amazon Return an iterable instead of None 9 years ago
azure
digital_ocean
docker mem_limit client version check 9 years ago
google
linode
openstack
rackspace
vmware
__init__.py