From 1b07e7a521d6cb9e275c9a2637dd7f7a11d0f954 Mon Sep 17 00:00:00 2001 From: Eric Johnson Date: Sun, 13 Oct 2013 13:48:09 -0700 Subject: [PATCH] update defaults and help for 'name' and 'instance_names' --- library/cloud/gce | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/library/cloud/gce b/library/cloud/gce index 5b66bebad7..b8a3a7c0a8 100644 --- a/library/cloud/gce +++ b/library/cloud/gce @@ -52,9 +52,8 @@ options: aliases: [] name: description: - - instance name (or name prefix) to be used for each created instance + - identifier when working with a single instance required: false - default: "gce" aliases: [] network: description: @@ -344,7 +343,7 @@ def main(): instance_names = dict(), machine_type = dict(default='n1-standard-1'), metadata = dict(), - name = dict(), + name = dict(default='gce'), network = dict(default='default'), persistent_boot_disk = dict(type='bool', choices=BOOLEANS, default=False), state = dict(choices=['active', 'present', 'absent', 'deleted'],