Bulk update of choices=BOOLEANS to type='bool'

This commit is contained in:
Richard C Isaacson 2014-03-11 22:39:42 -05:00
parent f1301f6fd9
commit 1ea5b04e05

View file

@ -351,7 +351,7 @@ def main():
metadata = dict(), metadata = dict(),
name = dict(), name = dict(),
network = dict(default='default'), 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'], state = dict(choices=['active', 'present', 'absent', 'deleted'],
default='present'), default='present'),
tags = dict(type='list'), tags = dict(type='list'),