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.
2015-08-12 12:13:29 -05:00
..
amazon Return an iterable instead of None 2015-08-12 12:13:29 -05:00
azure ensure password or ssh cert specified 2015-07-09 13:33:46 -04:00
digital_ocean
docker mem_limit client version check 2015-08-06 16:46:01 +03:00
google minor doc fixes 2015-07-28 14:50:01 -04:00
linode
openstack Merge pull request #1670 from mikeputnam/issue-1643-gpl-header 2015-07-30 14:39:44 -04:00
rackspace
vmware Merge pull request #1670 from mikeputnam/issue-1643-gpl-header 2015-07-30 14:39:44 -04:00
__init__.py