summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené Moser <mail@renemoser.net>2018-03-07 14:34:39 +0100
committerJohn R Barker <john@johnrbarker.com>2018-03-07 13:34:39 +0000
commite1297af18a2e9b13899f512af853a9792e79041e (patch)
treed8a785b27ac860b8f5ec766ec6124cf1e746e7bd
parent67d8c8f5c6b70ab305cfca66a3fd8d7082ef6264 (diff)
downloadansible-e1297af18a2e9b13899f512af853a9792e79041e.tar.gz
cs_router: fix missing doc (#37107)
* cs_router: fix missing doc * update ignore.txt
-rw-r--r--lib/ansible/modules/cloud/cloudstack/cs_router.py5
-rw-r--r--test/sanity/validate-modules/ignore.txt3
2 files changed, 5 insertions, 3 deletions
diff --git a/lib/ansible/modules/cloud/cloudstack/cs_router.py b/lib/ansible/modules/cloud/cloudstack/cs_router.py
index 3b972c61a8..a940f48b40 100644
--- a/lib/ansible/modules/cloud/cloudstack/cs_router.py
+++ b/lib/ansible/modules/cloud/cloudstack/cs_router.py
@@ -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
'''
diff --git a/test/sanity/validate-modules/ignore.txt b/test/sanity/validate-modules/ignore.txt
index dd69f3a72c..ebb9e9d9b7 100644
--- a/test/sanity/validate-modules/ignore.txt
+++ b/test/sanity/validate-modules/ignore.txt
@@ -386,9 +386,6 @@ lib/ansible/modules/cloud/cloudstack/cs_network_offering.py E326
lib/ansible/modules/cloud/cloudstack/cs_portforward.py E325
lib/ansible/modules/cloud/cloudstack/cs_project.py E322
lib/ansible/modules/cloud/cloudstack/cs_project.py E325
-lib/ansible/modules/cloud/cloudstack/cs_router.py E322
-lib/ansible/modules/cloud/cloudstack/cs_router.py E324
-lib/ansible/modules/cloud/cloudstack/cs_router.py E325
lib/ansible/modules/cloud/cloudstack/cs_securitygroup_rule.py E325
lib/ansible/modules/cloud/cloudstack/cs_service_offering.py E322
lib/ansible/modules/cloud/cloudstack/cs_service_offering.py E323