cloudstack: fix typos in doc
This commit is contained in:
parent
7e3787dd11
commit
81006ab9c3
2 changed files with 4 additions and 3 deletions
|
@ -21,7 +21,7 @@
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: cs_account
|
||||
short_description: Manages account on Apache CloudStack based clouds.
|
||||
short_description: Manages accounts on Apache CloudStack based clouds.
|
||||
description:
|
||||
- Create, disable, lock, enable and remove accounts.
|
||||
version_added: '2.0'
|
||||
|
|
|
@ -21,8 +21,9 @@
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: cs_iso
|
||||
short_description: Manages ISOs images on Apache CloudStack based clouds.
|
||||
description: Register and remove ISO images.
|
||||
short_description: Manages ISO images on Apache CloudStack based clouds.
|
||||
description:
|
||||
- Register and remove ISO images.
|
||||
version_added: '2.0'
|
||||
author: "René Moser (@resmo)"
|
||||
options:
|
||||
|
|
Loading…
Reference in a new issue