diff --git a/cloud/cloudstack/cs_account.py b/cloud/cloudstack/cs_account.py index d1302854454..8196196a1a9 100644 --- a/cloud/cloudstack/cs_account.py +++ b/cloud/cloudstack/cs_account.py @@ -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' diff --git a/cloud/cloudstack/cs_iso.py b/cloud/cloudstack/cs_iso.py index 67e4b283155..7030e4be607 100644 --- a/cloud/cloudstack/cs_iso.py +++ b/cloud/cloudstack/cs_iso.py @@ -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'