From c4d8e6abf6a973a7ed57fb4cdaf3803f27d66960 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' --- cloud/gce | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/gce b/cloud/gce index b14ce8996da..2d95c8143bc 100755 --- a/cloud/gce +++ b/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'),