Commit Graph

15 Commits (5d78239f07422ee2acef487d0a7c24a295e148db)

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

* add missing import
2016-12-08 11:34:49 -05:00
William Albert 0d144532d4 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.
2016-12-08 11:34:34 -05:00
Michael Scherer a7b843ca80 Use type=path for pem_file, since that's a file (#1934) 2016-12-08 11:34:06 -05:00
Brian Coca d15b3776f0 added version_added to new feature, removed unused aliases 2016-12-08 11:33:29 -05:00
daniel-sc 04efe69c34 configurable timeout for creating gce image 2016-12-08 11:33:29 -05:00
Matt Martz e99a202ac5 sys.exit removal for cloud/google/gce_img.py and cloud/google/gce_tag.py 2016-12-08 11:33:25 -05:00
dohoangkhiem 08e4ef5120 Remove incorrect copyright | minor refinement of code convention 2016-12-08 11:33:02 -05:00
dohoangkhiem 3c4fa05ef0 New module: gce_tag for add/remove tags to/from GCE instance 2016-12-08 11:33:02 -05:00
Greg DeKoenigsberg c65a612d1f Changes to author formatting, remove emails 2016-12-08 11:32:51 -05:00
Brian Coca c4f52f62f7 fix doc parsing by correctly quoting author 2016-12-08 11:32:39 -05:00
Toshio Kuratomi 43687f1940 Update module documentation if modules have a dep on python2.6+ 2016-12-08 11:32:36 -05:00
Brian Coca bad5666c9e added missing __init__.py 2016-12-08 11:32:28 -05:00
Peter Tan e12f05ad48 Do not check for the image before calling gce.ex_create_image() or gce.ex_delete_image(), instead catching the ResourceExistsError or ResourceNotFoundError respectively. 2016-12-08 11:32:24 -05:00
Peter Tan 35a4212b5f Address review comments from @sivel and @erjohnso 2016-12-08 11:32:24 -05:00
Peter Tan 42fbeda997 Add gce_img module for utilizing GCE image resources 2016-12-08 11:32:24 -05:00