From 1e744a885a6c0f890165846397d8eecbfb175cd2 Mon Sep 17 00:00:00 2001 From: Rene Moser Date: Tue, 5 May 2015 15:32:06 +0200 Subject: [PATCH] cloudstack: doc fixes --- cloud/cloudstack/cs_affinitygroup.py | 3 ++- cloud/cloudstack/cs_firewall.py | 3 ++- cloud/cloudstack/cs_iso.py | 3 ++- cloud/cloudstack/cs_securitygroup.py | 4 +++- cloud/cloudstack/cs_securitygroup_rule.py | 3 ++- cloud/cloudstack/cs_sshkeypair.py | 4 ++-- cloud/cloudstack/cs_vmsnapshot.py | 3 ++- 7 files changed, 15 insertions(+), 8 deletions(-) diff --git a/cloud/cloudstack/cs_affinitygroup.py b/cloud/cloudstack/cs_affinitygroup.py index 59c21ee46f6..593f0840bae 100644 --- a/cloud/cloudstack/cs_affinitygroup.py +++ b/cloud/cloudstack/cs_affinitygroup.py @@ -22,7 +22,8 @@ DOCUMENTATION = ''' --- module: cs_affinitygroup short_description: Manages affinity groups on Apache CloudStack based clouds. -description: Create and remove affinity groups. +description: + - Create and remove affinity groups. version_added: '2.0' author: René Moser options: diff --git a/cloud/cloudstack/cs_firewall.py b/cloud/cloudstack/cs_firewall.py index 9049f40f7c4..91e9e0405c6 100644 --- a/cloud/cloudstack/cs_firewall.py +++ b/cloud/cloudstack/cs_firewall.py @@ -21,7 +21,8 @@ DOCUMENTATION = ''' module: cs_firewall short_description: Manages firewall rules on Apache CloudStack based clouds. -description: Creates and removes firewall rules. +description: + - Creates and removes firewall rules. version_added: '2.0' author: René Moser options: diff --git a/cloud/cloudstack/cs_iso.py b/cloud/cloudstack/cs_iso.py index 42f00fb1f00..b416fbb3356 100644 --- a/cloud/cloudstack/cs_iso.py +++ b/cloud/cloudstack/cs_iso.py @@ -22,7 +22,8 @@ DOCUMENTATION = ''' --- module: cs_iso short_description: Manages ISOs images on Apache CloudStack based clouds. -description: Register and remove ISO images. +description: + - Register and remove ISO images. version_added: '2.0' author: René Moser options: diff --git a/cloud/cloudstack/cs_securitygroup.py b/cloud/cloudstack/cs_securitygroup.py index 4e2856d5a90..8b8659cdc94 100644 --- a/cloud/cloudstack/cs_securitygroup.py +++ b/cloud/cloudstack/cs_securitygroup.py @@ -19,9 +19,11 @@ # along with Ansible. If not, see . DOCUMENTATION = ''' +--- module: cs_securitygroup short_description: Manages security groups on Apache CloudStack based clouds. -description: Create and remove security groups. +description: + - Create and remove security groups. version_added: '2.0' author: René Moser options: diff --git a/cloud/cloudstack/cs_securitygroup_rule.py b/cloud/cloudstack/cs_securitygroup_rule.py index 709a9b562b3..80d271d90c0 100644 --- a/cloud/cloudstack/cs_securitygroup_rule.py +++ b/cloud/cloudstack/cs_securitygroup_rule.py @@ -22,7 +22,8 @@ DOCUMENTATION = ''' --- module: cs_securitygroup_rule short_description: Manages security group rules on Apache CloudStack based clouds. -description: Add and remove security group rules. +description: + - Add and remove security group rules. version_added: '2.0' author: René Moser options: diff --git a/cloud/cloudstack/cs_sshkeypair.py b/cloud/cloudstack/cs_sshkeypair.py index 9cc514c05ea..34ace0aa1f2 100644 --- a/cloud/cloudstack/cs_sshkeypair.py +++ b/cloud/cloudstack/cs_sshkeypair.py @@ -23,8 +23,8 @@ DOCUMENTATION = ''' module: cs_sshkeypair short_description: Manages SSH keys on Apache CloudStack based clouds. description: - - If no key was found and no public key was provided and a new SSH - private/public key pair will be created and the private key will be returned. + - If no key was found and no public key was provided and a new SSH + private/public key pair will be created and the private key will be returned. version_added: '2.0' author: René Moser options: diff --git a/cloud/cloudstack/cs_vmsnapshot.py b/cloud/cloudstack/cs_vmsnapshot.py index 89c0ec081d6..bb27b2de978 100644 --- a/cloud/cloudstack/cs_vmsnapshot.py +++ b/cloud/cloudstack/cs_vmsnapshot.py @@ -22,7 +22,8 @@ DOCUMENTATION = ''' --- module: cs_vmsnapshot short_description: Manages VM snapshots on Apache CloudStack based clouds. -description: Create, remove and revert VM from snapshots. +description: + - Create, remove and revert VM from snapshots. version_added: '2.0' author: René Moser options: