Commit 125775dc by Richard Isaacson

Merge pull request #6423 from risaacson/migrate_booleans_bool_gce

Bulk update of choices=BOOLEANS to type='bool'
parents e784ba53 1ea5b04e
......@@ -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'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment