Commit Graph

16 Commits (061c6517eb50cc4f33bb8d1817948b171701c0a0)

Author SHA1 Message Date
Gilles Gagniard f83aa9fff3 GCE : Fix image family handling with libcloud > 0.20.1 (#2289)
* fix image family handling with libcloud > 0.20.1

* add missing import
8 years ago
William Albert 9fda16070f Add modules to support Google Cloud DNS (#2252)
This commit adds modules that can manipulate Google Cloud DNS. The modules can create and delete zones, as well as records within zones.
8 years ago
Michael Scherer bd0deed367 Use type=path for pem_file, since that's a file (#1934) 9 years ago
Brian Coca b65a583902 added version_added to new feature, removed unused aliases 9 years ago
daniel-sc dbb0bcd9e4 configurable timeout for creating gce image 9 years ago
Matt Martz abf7ee579e sys.exit removal for cloud/google/gce_img.py and cloud/google/gce_tag.py 9 years ago
dohoangkhiem f27a817cbf Remove incorrect copyright | minor refinement of code convention 9 years ago
dohoangkhiem 54a79ff856 New module: gce_tag for add/remove tags to/from GCE instance 10 years ago
Greg DeKoenigsberg 004dedba8a Changes to author formatting, remove emails 10 years ago
Brian Coca bceeba224f fix doc parsing by correctly quoting author 10 years ago
Greg DeKoenigsberg a0ce79250d Adding author's github id 10 years ago
Toshio Kuratomi a589a66710 Update module documentation if modules have a dep on python2.6+ 10 years ago
Brian Coca cf9a243cd7 added missing __init__.py 10 years ago
Peter Tan 9b64cf6797 Do not check for the image before calling gce.ex_create_image() or gce.ex_delete_image(), instead catching the ResourceExistsError or ResourceNotFoundError respectively. 10 years ago
Peter Tan 5ab2dcf76a Address review comments from @sivel and @erjohnso 10 years ago
Peter Tan d0382bda00 Add gce_img module for utilizing GCE image resources 10 years ago