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/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.
9 years ago
..
__init__.py added __init__.py to new cloud subcategories so builds work again 10 years ago
gc_storage.py Delete dead and broken code 9 years ago
gce.py GCE libcloud 0.15 support and code cleanup 9 years ago
gce_lb.py Updating cloud modules with proper github author information 10 years ago
gce_net.py Add explanation in case that ipv4_range is required 9 years ago
gce_pd.py Updating cloud modules with proper github author information 10 years ago