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/digital_ocean
Toshio Kuratomi 7e19d375b3 Emit an error message if six is not installed.
dopy 0.3.7 makes use of six but doesn't list it as a requirement.  This
means that people installing with pip won't get six installed, leading
to errors.  Upstream released dopy-0.3.7a to address that but pip thinks
that is an alpha release.  pip does not install alpha releases by
default so users aren't helped by that.

This change makes ansible emit a good error message in this case.

Fixes #4613
9 years ago
..
__init__.py added __init__.py to new cloud subcategories so builds work again 11 years ago
digital_ocean.py Emit an error message if six is not installed. 9 years ago
digital_ocean_block_storage.py Fix exception hierarchy for digital ocean and some cleanups of pep8 style 9 years ago
digital_ocean_domain.py Fix exception hierarchy for digital ocean and some cleanups of pep8 style 9 years ago
digital_ocean_sshkey.py Fix exception hierarchy for digital ocean and some cleanups of pep8 style 9 years ago
digital_ocean_tag.py Fix exception hierarchy for digital ocean and some cleanups of pep8 style 9 years ago