From 89704a7e388f254f73c24ed2ef513c19f25eaf0c Mon Sep 17 00:00:00 2001 From: Rene Moser Date: Tue, 5 May 2015 15:53:55 +0200 Subject: [PATCH] cloudstack: fix missing doc fragments --- lib/ansible/modules/extras/cloud/cloudstack/cs_affinitygroup.py | 1 + lib/ansible/modules/extras/cloud/cloudstack/cs_firewall.py | 1 + lib/ansible/modules/extras/cloud/cloudstack/cs_instance.py | 1 + lib/ansible/modules/extras/cloud/cloudstack/cs_iso.py | 1 + lib/ansible/modules/extras/cloud/cloudstack/cs_securitygroup.py | 1 + lib/ansible/modules/extras/cloud/cloudstack/cs_sshkeypair.py | 1 + lib/ansible/modules/extras/cloud/cloudstack/cs_vmsnapshot.py | 1 + 7 files changed, 7 insertions(+) diff --git a/lib/ansible/modules/extras/cloud/cloudstack/cs_affinitygroup.py b/lib/ansible/modules/extras/cloud/cloudstack/cs_affinitygroup.py index 59c21ee46f..d9f6f77c48 100644 --- a/lib/ansible/modules/extras/cloud/cloudstack/cs_affinitygroup.py +++ b/lib/ansible/modules/extras/cloud/cloudstack/cs_affinitygroup.py @@ -51,6 +51,7 @@ options: - Poll async jobs until job has finished. required: false default: true +extends_documentation_fragment: cloudstack ''' EXAMPLES = ''' diff --git a/lib/ansible/modules/extras/cloud/cloudstack/cs_firewall.py b/lib/ansible/modules/extras/cloud/cloudstack/cs_firewall.py index 9049f40f7c..71a2f08b64 100644 --- a/lib/ansible/modules/extras/cloud/cloudstack/cs_firewall.py +++ b/lib/ansible/modules/extras/cloud/cloudstack/cs_firewall.py @@ -71,6 +71,7 @@ options: - Name of the project. required: false default: null +extends_documentation_fragment: cloudstack ''' EXAMPLES = ''' diff --git a/lib/ansible/modules/extras/cloud/cloudstack/cs_instance.py b/lib/ansible/modules/extras/cloud/cloudstack/cs_instance.py index 62856c6d17..208ac6790d 100644 --- a/lib/ansible/modules/extras/cloud/cloudstack/cs_instance.py +++ b/lib/ansible/modules/extras/cloud/cloudstack/cs_instance.py @@ -150,6 +150,7 @@ options: - Poll async jobs until job has finished. required: false default: true +extends_documentation_fragment: cloudstack ''' EXAMPLES = ''' diff --git a/lib/ansible/modules/extras/cloud/cloudstack/cs_iso.py b/lib/ansible/modules/extras/cloud/cloudstack/cs_iso.py index 42f00fb1f0..1b1cd28fe4 100644 --- a/lib/ansible/modules/extras/cloud/cloudstack/cs_iso.py +++ b/lib/ansible/modules/extras/cloud/cloudstack/cs_iso.py @@ -94,6 +94,7 @@ options: required: false default: 'present' choices: [ 'present', 'absent' ] +extends_documentation_fragment: cloudstack ''' EXAMPLES = ''' diff --git a/lib/ansible/modules/extras/cloud/cloudstack/cs_securitygroup.py b/lib/ansible/modules/extras/cloud/cloudstack/cs_securitygroup.py index 4e2856d5a9..ec659c28f2 100644 --- a/lib/ansible/modules/extras/cloud/cloudstack/cs_securitygroup.py +++ b/lib/ansible/modules/extras/cloud/cloudstack/cs_securitygroup.py @@ -45,6 +45,7 @@ options: - Name of the project the security group to be created in. required: false default: null +extends_documentation_fragment: cloudstack ''' EXAMPLES = ''' diff --git a/lib/ansible/modules/extras/cloud/cloudstack/cs_sshkeypair.py b/lib/ansible/modules/extras/cloud/cloudstack/cs_sshkeypair.py index 9cc514c05e..dcdcc28465 100644 --- a/lib/ansible/modules/extras/cloud/cloudstack/cs_sshkeypair.py +++ b/lib/ansible/modules/extras/cloud/cloudstack/cs_sshkeypair.py @@ -48,6 +48,7 @@ options: - String of the public key. required: false default: null +extends_documentation_fragment: cloudstack ''' EXAMPLES = ''' diff --git a/lib/ansible/modules/extras/cloud/cloudstack/cs_vmsnapshot.py b/lib/ansible/modules/extras/cloud/cloudstack/cs_vmsnapshot.py index 89c0ec081d..2b0ff22193 100644 --- a/lib/ansible/modules/extras/cloud/cloudstack/cs_vmsnapshot.py +++ b/lib/ansible/modules/extras/cloud/cloudstack/cs_vmsnapshot.py @@ -66,6 +66,7 @@ options: - Poll async jobs until job has finished. required: false default: true +extends_documentation_fragment: cloudstack ''' EXAMPLES = '''