summaryrefslogtreecommitdiff
path: root/library/cloud/gce
diff options
context:
space:
mode:
Diffstat (limited to 'library/cloud/gce')
-rwxr-xr-xlibrary/cloud/gce5
1 files changed, 1 insertions, 4 deletions
diff --git a/library/cloud/gce b/library/cloud/gce
index 2d95c8143b..29d62d349b 100755
--- a/library/cloud/gce
+++ b/library/cloud/gce
@@ -107,7 +107,6 @@ options:
- the GCE zone to use
required: true
default: "us-central1-a"
- choices: ["us-central1-a", "us-central1-b", "us-central2-a", "europe-west1-a", "europe-west1-b"]
aliases: []
requirements: [ "libcloud" ]
@@ -355,9 +354,7 @@ def main():
state = dict(choices=['active', 'present', 'absent', 'deleted'],
default='present'),
tags = dict(type='list'),
- zone = dict(choices=['us-central1-a', 'us-central1-b',
- 'us-central2-a', 'europe-west1-a', 'europe-west1-b'],
- default='us-central1-a'),
+ zone = dict(default='us-central1-a'),
service_account_email = dict(),
pem_file = dict(),
project_id = dict(),