fixed unknown type <type 'list'> error (#3959)

reviewable/pr18780/r1
Hagen Kuehn 9 years ago committed by Brian Coca
parent 3456c24b96
commit a5fdd8c128

@ -1894,7 +1894,7 @@ def main():
restart_policy=dict(type='str', choices=['no', 'on-failure', 'always', 'unless-stopped']),
restart_retries=dict(type='int', default=0),
shm_size=dict(type='str'),
security_opts=dict(type=list),
security_opts=dict(type='list'),
state=dict(type='str', choices=['absent', 'present', 'started', 'stopped'], default='started'),
stop_signal=dict(type='str'),
stop_timeout=dict(type='int'),

Loading…
Cancel
Save