Replace choices=BOOLEANS by type='bool', fix #1326

This commit is contained in:
Michael Scherer 2015-12-21 23:39:20 +01:00 committed by Matt Clay
commit df195b3076
13 changed files with 34 additions and 34 deletions

View file

@ -1684,7 +1684,7 @@ def main():
type='str'
),
container_log=dict(
choices=BOOLEANS,
type='bool',
default='false'
),
container_log_level=dict(
@ -1696,11 +1696,11 @@ def main():
required=False
),
clone_snapshot=dict(
choices=BOOLEANS,
type='bool',
default='false'
),
archive=dict(
choices=BOOLEANS,
type='bool',
default='false'
),
archive_path=dict(