cloud: ovirt: Remove extra "the" from descriptions (#24242)

pull/24244/head
Benny Zlotnik 7 years ago committed by John R Barker
parent 465c12ccdb
commit 80f0157f3c

@ -36,7 +36,7 @@ description:
options:
name:
description:
- "Name of the the affinity group to manage."
- "Name of the affinity group to manage."
required: true
state:
description:

@ -36,7 +36,7 @@ description:
options:
name:
description:
- "Name of the the affinity label to manage."
- "Name of the affinity label to manage."
required: true
state:
description:

@ -35,7 +35,7 @@ description:
options:
name:
description:
- "Name of the the cluster to manage."
- "Name of the cluster to manage."
required: true
state:
description:

@ -35,7 +35,7 @@ description:
options:
name:
description:
- "Name of the the data center to manage."
- "Name of the data center to manage."
required: true
state:
description:

@ -35,7 +35,7 @@ description:
options:
name:
description:
- "Name of the the external provider to manage."
- "Name of the external provider to manage."
state:
description:
- "Should the external be present or absent"

@ -35,7 +35,7 @@ description:
options:
name:
description:
- "Name of the the group to manage."
- "Name of the group to manage."
required: true
state:
description:

@ -35,7 +35,7 @@ description:
options:
name:
description:
- "Name of the the host to manage networks for."
- "Name of the host to manage networks for."
required: true
state:
description:

@ -35,7 +35,7 @@ description:
options:
name:
description:
- "Name of the the host to manage."
- "Name of the host to manage."
required: true
aliases: ['host']
state:

@ -35,7 +35,7 @@ description:
options:
name:
description:
- "Name of the the host to manage."
- "Name of the host to manage."
required: true
state:
description:

@ -35,7 +35,7 @@ description:
options:
name:
description:
- "Name of the the MAC pool to manage."
- "Name of the MAC pool to manage."
required: true
description:
description:

@ -35,7 +35,7 @@ description:
options:
name:
description:
- "Name of the the network to manage."
- "Name of the network to manage."
required: true
state:
description:

@ -35,7 +35,7 @@ description:
options:
role:
description:
- "Name of the the role to be assigned to user/group on specific object."
- "Name of the role to be assigned to user/group on specific object."
default: UserRole
state:
description:
@ -69,13 +69,13 @@ options:
]
user_name:
description:
- "Username of the the user to manage. In most LDAPs it's I(uid) of the user,
- "Username of the user to manage. In most LDAPs it's I(uid) of the user,
but in Active Directory you must specify I(UPN) of the user."
- "Note that if user don't exist in the system this module will fail,
you should ensure the user exists by using M(ovirt_users) module."
group_name:
description:
- "Name of the the group to manage."
- "Name of the group to manage."
- "Note that if group don't exist in the system this module will fail,
you should ensure the group exists by using M(ovirt_groups) module."
authz_name:

@ -38,10 +38,10 @@ notes:
options:
user_name:
description:
- "Username of the the user to manage. In most LDAPs it's I(uid) of the user, but in Active Directory you must specify I(UPN) of the user."
- "Username of the user to manage. In most LDAPs it's I(uid) of the user, but in Active Directory you must specify I(UPN) of the user."
group_name:
description:
- "Name of the the group to manage."
- "Name of the group to manage."
authz_name:
description:
- "Authorization provider of the user/group. In previous versions of oVirt/RHV known as domain."

@ -35,7 +35,7 @@ description:
options:
name:
description:
- "Name of the the quota to manage."
- "Name of the quota to manage."
required: true
state:
description:
@ -48,7 +48,7 @@ options:
required: true
description:
description:
- "Description of the the quota to manage."
- "Description of the quota to manage."
cluster_threshold:
description:
- "Cluster threshold(soft limit) defined in percentage (0-100)."

@ -35,7 +35,7 @@ description:
options:
name:
description:
- "Name of the the storage domain to manage."
- "Name of the storage domain to manage."
state:
description:
- "Should the storage domain be present/absent/maintenance/unattached"

@ -36,7 +36,7 @@ description:
options:
name:
description:
- "Name of the the tag to manage."
- "Name of the tag to manage."
required: true
state:
description:
@ -45,7 +45,7 @@ options:
default: present
description:
description:
- "Description of the the tag to manage."
- "Description of the tag to manage."
parent:
description:
- "Name of the parent tag."

@ -35,7 +35,7 @@ description:
options:
name:
description:
- "Name of the the template to manage."
- "Name of the template to manage."
required: true
state:
description:

@ -35,7 +35,7 @@ description:
options:
name:
description:
- "Name of the the user to manage. In most LDAPs it's I(uid) of the user, but in Active Directory you must specify I(UPN) of the user."
- "Name of the user to manage. In most LDAPs it's I(uid) of the user, but in Active Directory you must specify I(UPN) of the user."
required: true
state:
description:

@ -35,7 +35,7 @@ description:
options:
name:
description:
- "Name of the the VM pool to manage."
- "Name of the VM pool to manage."
required: true
state:
description:

@ -36,11 +36,11 @@ description:
options:
name:
description:
- "Name of the the Virtual Machine to manage. If VM don't exists C(name) is required.
- "Name of the Virtual Machine to manage. If VM don't exists C(name) is required.
Otherwise C(id) or C(name) can be used."
id:
description:
- "ID of the the Virtual Machine to manage."
- "ID of the Virtual Machine to manage."
state:
description:
- "Should the Virtual Machine be running/stopped/present/absent/suspended/next_run."

Loading…
Cancel
Save