From 1ea5b04e05254d388877be0d0c867b2a1dc0af5d Mon Sep 17 00:00:00 2001 From: Richard C Isaacson Date: Tue, 11 Mar 2014 22:39:42 -0500 Subject: [PATCH] Bulk update of choices=BOOLEANS to type='bool' --- library/cloud/gce | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/cloud/gce b/library/cloud/gce index b14ce8996da..2d95c8143bc 100755 --- a/library/cloud/gce +++ b/library/cloud/gce @@ -351,7 +351,7 @@ def main(): metadata = dict(), name = dict(), network = dict(default='default'), - persistent_boot_disk = dict(type='bool', choices=BOOLEANS, default=False), + persistent_boot_disk = dict(type='bool', default=False), state = dict(choices=['active', 'present', 'absent', 'deleted'], default='present'), tags = dict(type='list'),