cs_router: fix missing doc (#37107)

* cs_router: fix missing doc

* update ignore.txt
This commit is contained in:
René Moser 2018-03-07 14:34:39 +01:00 committed by John R Barker
parent 67d8c8f5c6
commit e1297af18a
2 changed files with 5 additions and 3 deletions

View file

@ -70,6 +70,11 @@ options:
required: false
default: 'present'
choices: [ 'present', 'absent', 'started', 'stopped', 'restarted' ]
poll_async:
description:
- Poll async jobs until job has finished.
default: yes
type: bool
extends_documentation_fragment: cloudstack
'''