Merge pull request from resmo/for-ansible

cloudstack: fix typos in doc
This commit is contained in:
Brian Coca 2015-07-27 18:09:02 -04:00
commit 3cbe8cea0b
2 changed files with 2 additions and 2 deletions
cloud/cloudstack

View file

@ -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'

View file

@ -21,7 +21,7 @@
DOCUMENTATION = '''
---
module: cs_iso
short_description: Manages ISOs images on Apache CloudStack based clouds.
short_description: Manages ISO images on Apache CloudStack based clouds.
description:
- Register and remove ISO images.
version_added: '2.0'