ansible/cloud/google
Pedro Romano 1bd04f797e GCE libcloud 0.15 support and code cleanup
* Code formatting (indentation and white space) fixes for improved PEP8 conformity.
* Remove redundant backslashes inside parentheses.
* Test for object identity should be 'is not None'.
* Test for membership should be 'not in'.
* Fit docstring to the PEP8 79 character limit.
* Use forward compatible Python 2.6+ 'except .. as' syntax for exception handling.
* Support libcloud > 0.15 'metadata' argument format.
2015-12-18 16:23:12 -08:00
..
__init__.py added __init__.py to new cloud subcategories so builds work again 2014-11-05 11:07:19 -05:00
gc_storage.py Delete dead and broken code 2015-08-24 20:06:53 +02:00
gce.py GCE libcloud 0.15 support and code cleanup 2015-12-18 16:23:12 -08:00
gce_lb.py Updating cloud modules with proper github author information 2015-06-15 14:41:22 -04:00
gce_net.py Add explanation in case that ipv4_range is required 2015-09-17 15:37:07 +09:00
gce_pd.py Updating cloud modules with proper github author information 2015-06-15 14:41:22 -04:00